PatchSiren cyber security CVE debrief
CVE-2025-68781 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's fsl-usb phy driver. The vulnerability occurs when the device is removed while a delayed work item is still pending or executing, leading to a use-after-free error when the work function accesses the already freed memory. The issue was resolved by calling disable_delayed_work_sync() in fsl_otg_remove() before deallocating the fsl_otg structure.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-01-13
- Original CVE updated
- 2026-09-02
- Advisory published
- 2026-01-13
- Advisory updated
- 2026-09-02
Who should care
Linux kernel developers and maintainers, Linux distribution vendors, and organizations using Linux-based systems should review and assess their Linux kernel versions for potential vulnerability. They should apply patches or updates provided by the Linux kernel maintainers and implement compensating controls such as monitoring for suspicious activity. Additionally, they should review and update incident response plans to address potential exploitation of this vulnerability. Linux kernel developers and maintainers are particularly impacted as they are responsible for maintaining and updating the Linux kernel. Linux distribution vendors are also affected as they need to ensure that their distributions are not vulnerable to this issue. Organizations using Linux-based systems should assess their systems for potential vulnerability and apply patches or updates as needed. Security teams should also be aware of this vulnerability and monitor for potential exploitation attempts. IT teams responsible for Linux system administration should prioritize patching and mitigation efforts. Compliance and risk management teams should ensure that their organization's Linux systems are properly secured and that incident response plans are in place to address potential exploitation of this vulnerability. Communication and coordination between these teams are crucial to effectively address this vulnerability and minimize potential impact. Security awareness training for Linux system administrators and developers can also help ensure that they are aware of this vulnerability and take necessary steps to mitigate it. Regular vulnerability assessments and penetration testing can help identify potential vulnerabilities and ensure that systems are properly secured. Collaboration with Linux kernel maintainers and distribution vendors is essential to ensure that patches and updates are applied in a timely manner. By taking these steps, organizations can minimize the risk associated with this vulnerability and ensure the security and integrity of their Linux-based systems. Linux kernel developers and maintainers should also consider implementing additional security measures such as address-of-
Technical summary
The Linux kernel's fsl-usb phy driver is vulnerable to a use-after-free error. When the device is removed, a delayed work item may still be pending or executing, causing the work function to access already freed memory. The fix involves calling disable_delayed_work_sync() in fsl_otg_remove() before deallocating the fsl_otg structure. This ensures that the delayed work is properly canceled and completes execution prior to memory deallocation, preventing the use-after-free error. Affected Linux kernel developers and maintainers should review and apply patches or updates provided by the Linux kernel maintainers.
Defensive priority
Medium
Recommended defensive actions
- Inventory and assess Linux kernel versions for potential vulnerability
- Apply patches or updates provided by the Linux kernel maintainers
- Implement compensating controls such as monitoring for suspicious activity
- Review and update incident response plans to address potential exploitation
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability was identified through static analysis of the Linux kernel's fsl-usb phy driver. The issue arises from a race condition between device removal and the execution of a delayed work item.
Sources and references
Verified primary and authoritative sources
-
CVE-2025-68781 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2025-68781
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2025-68781 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68781
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2e7c47e2eb3cfeadf78a1ccbac8492c60d508f23
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/41ca62e3e21e48c2903b3b45e232cf4f2ff7434f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/69f9a0701abc3d1f8225074c56c27e6c16a37222
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.