CVE-2022-50305 PUBLISHED

Reported by Linux · Published September 15, 2025

In the Linux kernel, the following vulnerability has been resolved: ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove() sof_es8336_remove() calls cancel_delayed_work(). However, that function does not wait until the work function finishes. This means that the callback function may still be running after the driver's remove function has finished, which would result in a use-after-free. Fix by calling cancel_delayed_work_sync(), which ensures that the work is properly cancelled, no longer running, and unable to re-schedule itself.

EPSS 0.01% · 1.8th percentile

Risk Scores

EPSS Score
0.01%
1.8th percentile

Affected Products

VendorProductVersions
LinuxLinuxb60ee210a76cabdc2dd5396de299a1860b4945cd, 89cdb224f2abe37ec4ac21ba0d9ddeb5a6a9cf68, 89cdb224f2abe37ec4ac21ba0d9ddeb5a6a9cf68
LinuxLinux6.1, 0, 6.0.16
linuxlinux_kernel6.0.11, 6.1, 6.1
LinuxLinux6.1, 0, b60ee210a76cabdc2dd5396de299a1860b4945cd

Timeline

References

Open in Interactive Console →