Security Advisory

CVE-2025-39714

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-05 17:21:21
Last updated 2026-05-12 12:06:31
Assigner Linux
State PUBLISHED

Description

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 isnt adjusted, so it overflows. [hverkuil: call vb2_is_busy instead of vb2_is_streaming]