CVE-2026-74659 PUBLISHED

net: bridge: mrp: fix uninitialised bytes on the wire

Assigner: Linux
Reserved: 15.08.2026 Published: 22.08.2026 Updated: 22.08.2026

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

<pre>sub_tlv = skb_put(skb, sizeof(*sub_tlv)); sub_tlv->type = BR_MRP_SUB_TLV_HEADER_TEST_AUTO_MGR; </pre>

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to 014c062d23c63ec77ef2cf17a0d9363c7441cc94 (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to 7ebc23ff03668042e0b0e4034bb1518d36198d9e (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to 06d58b8d2f053ced82e01efaeb6e7c82891eed58 (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to a5e385eeb2d6dbbbdebfa050e67c34734ae12693 (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to 5912cf1822fbe53ae275c147868740eb384a5d3e (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to e08665218040f8e312abe40f74543186f3c2c941 (excl.)
  • affected from f7458934b0791c39a001e4d902fc3bf697b439b5 to 63488dba65ef91373ef616575b32eb0eb21459f4 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.14 is affected
  • unaffected from 0 to 5.14 (excl.)
  • unaffected from 5.15.216 to 5.15.* (incl.)
  • unaffected from 6.1.183 to 6.1.* (incl.)
  • unaffected from 6.6.152 to 6.6.* (incl.)
  • unaffected from 6.12.104 to 6.12.* (incl.)
  • unaffected from 6.18.45 to 6.18.* (incl.)
  • unaffected from 7.1.9 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References