CVE-2025-38680
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
04/09/2025
Última modificación:
08/01/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format()<br />
<br />
The buffer length check before calling uvc_parse_format() only ensured<br />
that the buffer has at least 3 bytes (buflen > 2), buf the function<br />
accesses buffer[3], requiring at least 4 bytes.<br />
<br />
This can lead to an out-of-bounds read if the buffer has exactly 3 bytes.<br />
<br />
Fix it by checking that the buffer has at least 4 bytes in<br />
uvc_parse_format().
Impacto
Puntuación base 3.x
7.10
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.27 (incluyendo) | 5.4.297 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (incluyendo) | 5.10.241 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.190 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.149 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.103 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.43 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.15.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16 (incluyendo) | 6.16.2 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.26:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc9:*:*:*:*:*:* | ||
| cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/1e269581b3aa5962fdc52757ab40da286168c087
- https://git.kernel.org/stable/c/424980d33b3f816485513e538610168b03fab9f1
- https://git.kernel.org/stable/c/6d4a7c0b296162354b6fc759a1475b9d57ddfaa6
- https://git.kernel.org/stable/c/782b6a718651eda3478b1824b37a8b3185d2740c
- https://git.kernel.org/stable/c/8343f3fe0b755925f83d60b05e92bf4396879758
- https://git.kernel.org/stable/c/9ad554217c9b945031c73df4e8176a475e2dea57
- https://git.kernel.org/stable/c/a97e062e4ff3dab84a2f1eb811e9eddc6699e2a9
- https://git.kernel.org/stable/c/cac702a439050df65272c49184aef7975fe3eff2
- https://git.kernel.org/stable/c/ffdd82182953df643aa63d999b6f1653d0c93778
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html



