CVE-2026-43048
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
01/05/2026
Última modificación:
07/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
HID: core: Mitigate potential OOB by removing bogus memset()<br />
<br />
The memset() in hid_report_raw_event() has the good intention of<br />
clearing out bogus data by zeroing the area from the end of the incoming<br />
data string to the assumed end of the buffer. However, as we have<br />
previously seen, doing so can easily result in OOB reads and writes in<br />
the subsequent thread of execution.<br />
<br />
The current suggestion from one of the HID maintainers is to remove the<br />
memset() and simply return if the incoming event buffer size is not<br />
large enough to fill the associated report.<br />
<br />
Suggested-by Benjamin Tissoires <br />
<br />
[bentiss: changed the return value]
Impacto
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.15.1 (incluyendo) | 6.18.22 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.12 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.15:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.15:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.15:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



