CVE-2026-74659
Last modified
CVE-2026-74659 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f7458934b0791c39a001e4d902fc3bf697b439b5, < 014c062d23c63ec77ef2cf17a0d9363c7441cc94; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < 7ebc23ff03668042e0b0e4034bb1518d36198d9e; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < 06d58b8d2f053ced82e01efaeb6e7c82891eed58; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < a5e385eeb2d6dbbbdebfa050e67c34734ae12693; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < 5912cf1822fbe53ae275c147868740eb384a5d3e; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < e08665218040f8e312abe40f74543186f3c2c941; >= f7458934b0791c39a001e4d902fc3bf697b439b5, < 63488dba65ef91373ef616575b32eb0eb21459f4 |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74659?
How severe is CVE-2026-74659?
How do I fix CVE-2026-74659?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74653In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74654In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74655In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74656In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74657In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74658In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7466AgentFlow contains an arbitrary code execution vulnerability…8.8
- CVE-2026-74660In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74661In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74662In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74663In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74664In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74659?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
