CVE-2026-53245
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/06/2026
Última modificación:
07/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr<br />
<br />
In mrp_pdu_parse_vecattr(), vector attribute events are encoded three<br />
per byte and valen tracks the number of events left to process.<br />
<br />
The parser decrements valen after processing the first and second events<br />
from each event byte, but not after processing the third one. When valen<br />
is exactly a multiple of three, the loop continues after the last valid<br />
event and consumes the next byte as a new event byte, applying a<br />
spurious event to the MRP applicant state.<br />
<br />
Additionally, when valen is zero the parser unconditionally consumes<br />
attrlen bytes as FirstValue and advances the offset, even though per<br />
IEEE 802.1ak a VectorAttribute with only a LeaveAllEvent has valen of<br />
zero and no FirstValue or Vector fields. This corrupts the offset for<br />
subsequent PDU parsing.<br />
<br />
Also, when valen exceeds three the loop crosses byte boundaries but<br />
the attribute value is not incremented between the last event of one<br />
byte and the first event of the next. This causes the first event of<br />
the next byte to use the same attribute value as the third event<br />
rather than the next consecutive value.<br />
<br />
Decrement valen after processing the third event, skip FirstValue<br />
consumption when valen is zero, and increment the attribute value at<br />
the end of each loop iteration.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.9 (incluyendo) | 5.10.259 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.210 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.143 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
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/36d259711872e3b2f6cd76a4d270c21931c0f35f
- https://git.kernel.org/stable/c/42446ca0f3570663e87183c065e0b4def52dfba2
- https://git.kernel.org/stable/c/6d6e42e8e17f18d61327f8653479c5b5e161ae1d
- https://git.kernel.org/stable/c/6eea6494e542a03cdf755a593b7d74f3f7c260fd
- https://git.kernel.org/stable/c/7561c7fbc694308da73300f036719e63e42bf0b4
- https://git.kernel.org/stable/c/ae65714d96f68bb252eb20085320bdaacab36c00
- https://git.kernel.org/stable/c/cc98717e591a963a616fdf15ecf48eefaf45d758
- https://git.kernel.org/stable/c/fd9c3a47c670bec6b18f44454cea023f93b5adb3



