CVE-2026-53245 Details
Description
In the Linux kernel, the following vulnerability has been resolved: net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr In mrp_pdu_parse_vecattr(), vector attribute events are encoded three per byte and valen tracks the number of events left to process. The parser decrements valen after processing the first and second events from each event byte, but not after processing the third one. When valen is exactly a multiple of three, the loop continues after the last valid event and consumes the next byte as a new event byte, applying a spurious event to the MRP applicant state. Additionally, when valen is zero the parser unconditionally consumes attrlen bytes as FirstValue and advances the offset, even though per IEEE 802.1ak a VectorAttribute with only a LeaveAllEvent has valen of zero and no FirstValue or Vector fields. This corrupts the offset for subsequent PDU parsing. Also, when valen exceeds three the loop crosses byte boundaries but the attribute value is not incremented between the last event of one byte and the first event of the next. This causes the first event of the next byte to use the same attribute value as the third event rather than the next consecutive value. Decrement valen after processing the third event, skip FirstValue consumption when valen is zero, and increment the attribute value at the end of each loop iteration.
A vulnerability in the Linux kernel's implementation of the Multiple Registration Protocol (MRP) has been identified. The issue arises in the 'mrp_pdu_parse_vecattr' function, where vector attribute events are improperly parsed. Events are encoded three per byte, and the 'valen' variable tracks the remaining events to process. The parser incorrectly handles 'valen' when it is a multiple of three, leading to the consumption of an extra byte and the application of a spurious event to the MRP state. Additionally, when 'valen' is zero, the parser mistakenly consumes bytes as 'FirstValue', disrupting the parsing of subsequent Protocol Data Units (PDUs). This vulnerability affects several versions of the Linux kernel.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for upgrading the kernel can be found in the official Linux kernel documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/36d259711872e3b2f6cd76a4d270c21931c0f35f | kernel.org | Patch |
| https://git.kernel.org/stable/c/42446ca0f3570663e87183c065e0b4def52dfba2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6d6e42e8e17f18d61327f8653479c5b5e161ae1d | kernel.org | Patch |
| https://git.kernel.org/stable/c/6eea6494e542a03cdf755a593b7d74f3f7c260fd | kernel.org | Patch |
| https://git.kernel.org/stable/c/7561c7fbc694308da73300f036719e63e42bf0b4 | kernel.org | Patch |
| https://git.kernel.org/stable/c/ae65714d96f68bb252eb20085320bdaacab36c00 | kernel.org | Patch |
| https://git.kernel.org/stable/c/cc98717e591a963a616fdf15ecf48eefaf45d758 | kernel.org | Patch |
| https://git.kernel.org/stable/c/fd9c3a47c670bec6b18f44454cea023f93b5adb3 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 3.9, < 5.10.259 >= 5.11, < 5.15.210 >= 5.16, < 6.1.176 >= 6.2, < 6.6.143 >= 6.7, < 6.12.94 >= 6.13, < 6.18.36 >= 6.19, < 7.0.13 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 7.1 rc5 7.1 rc6 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 7, 2026 | Initial Analysis | [email protected] |
| Jun 25, 2026 | New CVE Received | kernel.org |