CVE-2022-49711

Analyzed
Published: 26 Feb 2025, 02:24
Last modified:11 May 2026, 19:05

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.01% LOW
0% probability -0.02%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

26 Feb 2025, 02:24
Published
Vulnerability first disclosed
11 May 2026, 19:05
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.01% Percentile: 3%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • linuxlinux

    ≥ f93627146f0e371093966ed3d44c065aa077cfb1, < 720ab105df7bf3eee62d2bddd41526b29d07d045 | ≥ f93627146f0e371093966ed3d44c065aa077cfb1, < ccd1751092341ac120a961835211f9f2e3735963 | ≥ f93627146f0e371093966ed3d44c065aa077cfb1, < 161b68b0a728377aaa10a8e14c70e7734f3c9ff7 | ≥ f93627146f0e371093966ed3d44c065aa077cfb1, < 928ea98252ad75118950941683893cf904541da9 | 4.8

  • linuxlinux_kernel

    ≥ 4.8, < 5.10.248 | ≥ 5.11, < 5.15.49 | ≥ 5.16, < 5.18.6 | 5.19:rc1 | 5.19:rc2

References (4)