CVE-2022-49385

Analyzed
Published: 26 Feb 2025, 02:11
Last modified:11 May 2026, 18:58

Vulnerability Summary

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

Timeline

26 Feb 2025, 02:11
Published
Vulnerability first disclosed
11 May 2026, 18:58
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed.

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.08% Percentile: 24%

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

    ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < 5d709f58c743166fe1c6914b9de0ae8868600d9b | ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < 823f24f2e329babd0330200d0b74882516fe57f4 | ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < cdf1a683a01583bca4b618dd16223cbd6e462e21 | ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < 5389101257828d1913d713d9a40acbe14f5961df | ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < c059665c84feab46b7173d3a1bf36c2fb7f9df86 | ≥ 190888ac01d059e38ffe77a2291d44cafa9016fb, < 310862e574001a97ad02272bac0fd13f75f42a27 | 3.9

  • linuxlinux_kernel

    ≥ 3.9, < 5.4.198 | ≥ 5.5, < 5.10.122 | ≥ 5.11, < 5.15.47 | ≥ 5.16, < 5.17.15 | ≥ 5.18, < 5.18.4

References (6)