CVE-2022-48754

Analyzed
Published: 20 Jun 2024, 11:13
Last modified:11 May 2026, 18:46

Vulnerability Summary

Overall Risk (default)
medium
34/100
CVSS Score
8.4 HIGH
v3.1 (cve.org)
EPSS Score
0.03% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

20 Jun 2024, 11:13
Published
Vulnerability first disclosed
11 May 2026, 18:46
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: phylib: fix potential use-after-free Commit bafbdd527d56 ("phylib: Add device reset GPIO support") added call to phy_device_reset(phydev) after the put_device() call in phy_detach(). The comment before the put_device() call says that the phydev might go away with put_device(). Fix potential use-after-free by calling phy_device_reset() before put_device().

CVSS Metrics

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

EPSS Trends

Current EPSS score: 0.03% Percentile: 9%

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

    ≥ bafbdd527d569c8200521f2f7579f65a044271be, < 67d271760b037ce0806d687ee6057edc8afd4205 | ≥ bafbdd527d569c8200521f2f7579f65a044271be, < f39027cbada43b33566c312e6be3db654ca3ad17 | ≥ bafbdd527d569c8200521f2f7579f65a044271be, < bd024e36f68174b1793906c39ca16cee0c9295c2 | ≥ bafbdd527d569c8200521f2f7579f65a044271be, < aefaccd19379d6c4620269a162bfb88ff687f289 | ≥ bafbdd527d569c8200521f2f7579f65a044271be, < cb2fab10fc5e7a3aa1bb0a68a3abdcf3e37852af | ≥ bafbdd527d569c8200521f2f7579f65a044271be, < cbda1b16687580d5beee38273f6241ae3725960c | 4.16

  • linuxlinux_kernel

    ≥ 4.16, < 4.19.228 | ≥ 4.20, < 5.4.176 | ≥ 5.5, < 5.10.96 | ≥ 5.11, < 5.15.19 | ≥ 5.16, < 5.16.5 | 5.17:rc1

References (6)