CVE-2022-49711
HIGHLinux Kernel 4.8-5.10.248, 5.11-5.15.49, 5.16-5.18.6 - Use-After-Free in fsl-mc-bus
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove() In fsl_mc_bus_remove(), mc->root_mc_bus_dev->mc_io is passed to fsl_destroy_mc_io(). However, mc->root_mc_bus_dev is already freed in fsl_mc_device_remove(). Then reference to mc->root_mc_bus_dev->mc_io triggers KASAN use-after-free. To avoid the use-after-free, keep the reference to mc->root_mc_bus_dev->mc_io in a local variable and pass to fsl_destroy_mc_io(). This patch needs rework to apply to kernels older than v5.15.
References (4)
Core 4
Core References
Scores
CVSS v3
7.8
EPSS
0.0025
EPSS Percentile
16.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
total
Details
CWE
CWE-416
Status
published
Products (15)
linux/Kernel
4.8.0 - 5.10.248linux
linux/Kernel
5.11.0 - 5.15.49linux
linux/Kernel
5.16.0 - 5.18.6linux
Linux/Linux
< 4.8
Linux/Linux
4.8
Linux/Linux
5.10.248 - 5.10.*
Linux/Linux
5.15.49 - 5.15.*
Linux/Linux
5.18.6 - 5.18.*
Linux/Linux
5.19
Linux/Linux
f93627146f0e371093966ed3d44c065aa077cfb1 - 161b68b0a728377aaa10a8e14c70e7734f3c9ff7
... and 5 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026