Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68781

Published Jan 13, 2026

Overview

CVE-2025-68781 is a known-severity vulnerability. It was published on January 13, 2026.

Technical Description

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

usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal

The delayed work item otg_event is initialized in fsl_otg_conf() and

scheduled under two conditions:

1. When a host controller binds to the OTG controller.

2. When the USB ID pin state changes (cable insertion/removal).

A race condition occurs when the device is removed via fsl_otg_remove():

the fsl_otg instance may be freed while the delayed work is still pending

or executing. This leads to use-after-free when the work function

fsl_otg_event() accesses the already freed memory.

The problematic scenario:

(detach thread) | (delayed work)

fsl_otg_remove() |

kfree(fsl_otg_dev) //FREE| fsl_otg_event()

| og = container_of(...) //USE

| og-> //USE

Fix this by calling disable_delayed_work_sync() in fsl_otg_remove()

before deallocating the fsl_otg structure. This ensu

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68781?

CVE-2025-68781 is a known-severity vulnerability. It was published on January 13, 2026.

How severe is CVE-2025-68781?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2025-68781?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68781?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68781 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.