Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3444 articles · 168093 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-53245EXPLOITEDPATCHED
linux · linux kernel

net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr

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.

Affected Products

VendorProductVersions
linuxlinux kernelfebf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, febf018d22347b5df94066bca05d0c11a84e839d, 3.9, 7.0.12

References

  • https://git.kernel.org/stable/c/ae65714d96f68bb252eb20085320bdaacab36c00
  • https://git.kernel.org/stable/c/36d259711872e3b2f6cd76a4d270c21931c0f35f
  • https://git.kernel.org/stable/c/cc98717e591a963a616fdf15ecf48eefaf45d758
  • https://git.kernel.org/stable/c/6d6e42e8e17f18d61327f8653479c5b5e161ae1d
  • https://git.kernel.org/stable/c/fd9c3a47c670bec6b18f44454cea023f93b5adb3
  • https://git.kernel.org/stable/c/42446ca0f3570663e87183c065e0b4def52dfba2
  • https://git.kernel.org/stable/c/6eea6494e542a03cdf755a593b7d74f3f7c260fd
  • https://git.kernel.org/stable/c/7561c7fbc694308da73300f036719e63e42bf0b4

Related News (3 articles)

Tier A
Microsoft MSRC2h ago
CVE-2026-53245 net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-53245 | Linux Kernel up to 7.0.12 net mrp_pdu_parse_vecattr attribute infinite loop
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53245: net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr
→ No new info (linked only)
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
ae65714d96f68bb252eb20085320bdaacab36c0036d259711872e3b2f6cd76a4d270c21931c0f35fcc98717e591a963a616fdf15ecf48eefaf45d7586d6e42e8e17f18d61327f8653479c5b5e161ae1dfd9c3a47c670bec6b18f44454cea023f93b5adb342446ca0f3570663e87183c065e0b4def52dfba26eea6494e542a03cdf755a593b7d74f3f7c260fd7561c7fbc694308da73300f036719e63e42bf0b405.10.2595.15.2106.1.1766.6.1436.12.946.18.367.0.137.1
PublishedJun 25, 2026
Last enriched3d agov2
Trending Score65
Source articles3
Independent3
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-31431EXPKEV
crypto: algif_aead - Revert to operating out-of-place
Trending: 111
HIGHCVE-2026-43284EXPKEV
xfrm: esp: avoid in-place decrypt on shared skb frags
Trending: 106
HIGHCVE-2026-43500EXPKEV
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Trending: 100
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 86
HIGHCVE-2026-46333EXP
ptrace: slightly saner 'get_dumpable()' logic
Trending: 70

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 25, 2026
Actively Exploited
Jun 25, 2026
Patch Available
Jun 25, 2026
Discovered by ZDM
Jun 25, 2026
Updated: severity, affectedVersions, activelyExploited
Jun 25, 2026

Version History

v2
Last enriched 3d ago
v2Tier C3d ago

Updated severity to CRITICAL, added affected version 7.0.12, and noted that there is no available exploit.

severityaffectedVersionsactivelyExploited
via VulDB
v13d ago

Initial creation