CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-74659

lowCVSS 2.3covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: net: bridge: mrp: fix uninitialised bytes on the wire br_mrp_alloc_test_skb() builds MRP test frames on an skb from dev_alloc_skb(), which does not clear the linear data area. On the MRA ring-role branch the sub-option TLV header is appended with sub_tlv = skb_put(skb, sizeof(*sub_tlv)); sub_tlv->type = BR_MRP_SUB_TLV_HEADER_TEST_AUTO_MGR; so sub_tlv->length is never written, and the two trailing alignment bytes are appended with a bare skb_put() that does not clear them either. The neighbouring oui and sub_opt regions are explicitly zeroed, so three uninitialised bytes are left in every MRA MRP_Test frame that goes out. Put the sub-option TLV header and the alignment padding in a single skb_put_zero(), which clears both. The AUTO_MGR sub-TLV carries no payload, so the zeroed length field is already the value it should have.

CSIRTS triage

What
Uninitialized bytes transmitted on wire in network bridge MRP (Media Redundancy Protocol) implementation.
Who is affected
Systems running Linux kernel with bridge MRP functionality enabled.
Urgency
Low severity (CVSS 2.3) information disclosure; not currently exploited.
Action
Update to patched Linux kernel version containing the bridge MRP uninitialized bytes fix.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-74659

Get an email if CVE-2026-74659 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-74659

CVE.org record

Embed the live status

CVE-2026-74659 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-74659 status](https://www.csirts.com/badge/CVE-2026-74659)](https://www.csirts.com/cve/CVE-2026-74659)