CVE-2025-39714: media: usbtv: Lock resolution while streaming
In the Linux kernel, the following vulnerability has been resolved:
media: usbtv: Lock resolution while streaming
When an program is streaming (ffplay) and another program (qv4l2)
changes the TV standard from NTSC to PAL, the kernel crashes due to trying
to copy to unmapped memory.
Changing from NTSC to PAL increases the resolution in the usbtv struct,
but the video plane buffer isn't adjusted, so it overflows.
[hverkuil: call vb2_is_busy instead of vb2_is_streaming]
Security readout for executives and security teams
Plain-English summary
A local user could crash or corrupt a Linux system using the USBTV video driver by changing the television standard while video is streaming. The change increases resolution without resizing an existing buffer, causing an overflow. Exposure is limited to systems using this driver and permitting local access to the capture device.
Executive priority
Treat as a high-priority endpoint and appliance update where USBTV capture is used or accessible to untrusted local users. Broader urgency is lower for systems without the usbtv driver or relevant hardware. Because the supplied version mapping is unclear, require asset-specific confirmation rather than assuming a kernel branch is safe.
Technical view
CVE-2025-39714 is a local Linux kernel memory-safety flaw in the usbtv media driver. A concurrent NTSC-to-PAL change can enlarge the stored resolution while the active video-plane buffer remains unchanged, causing an out-of-bounds copy into unmapped memory. Linux stable commits prevent resolution changes while the video-buffer queue is busy.
Likely exposure
Likely exposure is concentrated on Linux systems using the usbtv driver for USB television capture. Exploitation requires local, low-privileged access and the ability to interact with the relevant video device while streaming. The supplied affected-version data spans multiple kernel branches but is ambiguous; confirm status using the distribution or appliance vendor's package guidance.
Exploitation context
The CVSS 3.1 score is 7.8 with local attack access, low complexity, low privileges, and no user interaction. The documented outcome is a kernel crash from memory corruption. The source bundle reports that this CVE is not in KEV and provides no evidence of active exploitation; this does not prove exploitation has never occurred.
Researcher notes
The central invariant is that video resolution must not change while buffers are allocated or in use. The fix uses the video-buffer queue's busy state, not only its streaming state. The bundle contains repeated and unclear affected-version entries, so downstream backports and package changelogs are more reliable for validation than version-number inference alone.
Mitigation direction
Apply a vendor-supported kernel update containing the applicable Linux stable fix.
Check distribution or appliance vendor guidance for exact fixed package versions before deployment.
Prioritize remediation where untrusted local users can access USBTV capture devices.
Validation and detection
Inventory systems loading or packaging the usbtv driver and identify attached USBTV capture hardware.
Compare each running kernel package with its distribution or appliance vendor's fixed-version guidance.
Confirm the updated kernel is running after installation and any required reboot.
Review permissions governing local access to affected video capture devices.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-39714 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
12Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.