CVE-2025-38148

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38148
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38148.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38148
Downstream
Related
Published
2025-07-03T09:15:29Z
Modified
2025-09-09T17:15:44Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

net: phy: mscc: Fix memory leak when using one step timestamping

Fix memory leak when running one-step timestamping. When running one-step sync timestamping, the HW is configured to insert the TX time into the frame, so there is no reason to keep the skb anymore. As in this case the HW will never generate an interrupt to say that the frame was timestamped, then the frame will never released. Fix this by freeing the frame in case of one-step timestamping.

References

Affected packages