CVE-2022-48754

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48754
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48754.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48754
Downstream
Related
Published
2024-06-20T12:15:13Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

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 phydevicereset(phydev) after the putdevice() call in phydetach().

The comment before the putdevice() call says that the phydev might go away with putdevice().

Fix potential use-after-free by calling phydevicereset() before put_device().

References

Affected packages