CVE-2025-39714
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.10.244-1 |
| linux | kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's usbtv media driver. When one program is streaming video (using ffplay) and another program (qv4l2) changes the TV standard from NTSC to PAL, the kernel crashes. This happens because changing from NTSC to PAL increases the resolution stored in the usbtv structure, but the video plane buffer size is not adjusted accordingly, leading to a buffer overflow and attempts to copy to unmapped memory.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash when switching TV standards during streaming, leading to system instability or denial of service. This could disrupt video streaming applications and potentially affect system availability.