CVE Database
/

CVE-2022-50422

Back to search

CVE-2022-50422

Published: Oct 1, 2025

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: libsas: Fix use-after-free bug in smp_execute_task_sg() When executing SMP task failed, the smp_execute_task_sg() calls del_timer() to delete "slow_task->timer". However, if the timer handler sas_task_internal_timedout() is running, the del_timer() in smp_execute_task_sg() will not stop it and a UAF will happen. The process is shown below: (thread 1) | (thread 2) smp_execute_task_sg() | sas_task_internal_timedout() ... | del_timer() | ... | ... sas_free_task(task) | kfree(task->slow_task) //FREE| | task->slow_task->... //USE Fix by calling del_timer_sync() in smp_execute_task_sg(), which makes sure the timer handler have finished before the "task->slow_task" is deallocated.

VendorProductVersions

Linux

Linux

affected
2908d778ab3e244900c310974e1fc1c69066e450 - < 117331a2a5227fb4369c2a1f321d3e3e2e2ef8fe
affected
2908d778ab3e244900c310974e1fc1c69066e450 - < a9e5176ead6de64f572ad5c87a72825d9d3c82ae
affected
2908d778ab3e244900c310974e1fc1c69066e450 - < e45a1516d2933703a4823d9db71e17c3abeba24f
affected
2908d778ab3e244900c310974e1fc1c69066e450 - < f7a785177611ffc97d645fcbc196e6de6ad2421d
affected
2908d778ab3e244900c310974e1fc1c69066e450 - < 2e12ce270f0d926085c1209cc90397e307deef97

+1 more versions

Linux

Linux

affected
2.6.19
unaffected
0 - < 2.6.19
unaffected
5.4.220 - <= 5.4.*
unaffected
5.10.150 - <= 5.10.*
unaffected
5.15.75 - <= 5.15.*

+3 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now