Executive Summary

Informations
Name CVE-2022-49711 First vendor Publication 2025-02-26
Vendor Cve Last vendor Modification 2025-03-24

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-49711

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3541

Sources (Detail)

https://git.kernel.org/stable/c/161b68b0a728377aaa10a8e14c70e7734f3c9ff7
https://git.kernel.org/stable/c/928ea98252ad75118950941683893cf904541da9
https://git.kernel.org/stable/c/ccd1751092341ac120a961835211f9f2e3735963
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
Date Informations
2025-06-26 02:10:14
  • Multiple Updates
2025-06-25 12:23:03
  • Multiple Updates
2025-06-24 02:14:50
  • Multiple Updates
2025-05-27 02:11:33
  • Multiple Updates
2025-03-28 17:20:56
  • Multiple Updates
2025-03-28 13:35:26
  • Multiple Updates
2025-03-28 02:57:31
  • Multiple Updates
2025-03-25 00:20:59
  • Multiple Updates
2025-02-28 00:20:33
  • Multiple Updates
2025-02-26 17:20:29
  • First insertion