VDB
DEBIAN-CVE-2025-38680
DEBIAN-CVE-2025-38680
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() The buffer length check before calling uvc_parse_format() only ensured that the buffer has at least 3 bytes (buflen > 2), buf the function accesses buffer[3], requiring at least 4 bytes. This can lead to an out-of-bounds read if the buffer has exactly 3 bytes. Fix it by checking that the buffer has at least 4 bytes in uvc_parse_format().
Risk Scores
CVSS v3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 6.12.38-1, 6.12.41-1 |
| Debian:11 | linux-6.1 | 6.1.148-1~deb11u1, 6.1.147-1~deb11u1, 6.1.140-1~deb11u1 |
| Debian:11 | linux | 5.10.106-1, 5.10.103-1, 5.10.103-1 |
| Debian:14 | linux | 6.15.1-1, 6.12.43-1, 6.12.48-1 |
| Debian:12 | linux | 6.1.69-1, 6.1.99-1, 6.1.99-1 |
Exploit Intelligence
- 4081.3.6.yml (github-poc)
Timeline
- Sep 4, 2025 CVE Published
- Apr 28, 2026 CVE Updated