Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-74659— net: bridge: mrp: fix uninitialised bytes on the wire

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

在 Linux 内核中,以下漏洞已得到修复: net: bridge: mrp: 修复在网络传输中未初始化的字节问题 函数在基于 分配的 (套接字缓冲区)上构建 MRP 测试帧。然而, 不会清除线性数据区域。在 MRA(Multiring Ring Assignment)环角色分支中,通过以下代码追加子选项 TLV 头: 因此, 字段从未被写入,而后面用于对齐的两个填充字节也仅通过普通的 追加,同样未被清零。虽然相邻的 OUI 和子选项区域已显式清零,但每个发出的 MRA MRP_Test 帧中仍残留三个未初始化的

AI Predicted 5.3 Difficulty: Moderate EPSS 0.17% · P7

Affected Version Matrix 16

VendorProduct Version RangeStatus
Linux Linux f7458934b0791c39a001e4d902fc3bf697b439b5< 014c062d23c63ec77ef2cf17a0d9363c7441cc94 affected
f7458934b0791c39a001e4d902fc3bf697b439b5< 7ebc23ff03668042e0b0e4034bb1518d36198d9e affected
f7458934b0791c39a001e4d902fc3bf697b439b5< 06d58b8d2f053ced82e01efaeb6e7c82891eed58 affected
f7458934b0791c39a001e4d902fc3bf697b439b5< a5e385eeb2d6dbbbdebfa050e67c34734ae12693 affected
f7458934b0791c39a001e4d902fc3bf697b439b5< 5912cf1822fbe53ae275c147868740eb384a5d3e affected
f7458934b0791c39a001e4d902fc3bf697b439b5< e08665218040f8e312abe40f74543186f3c2c941 affected
f7458934b0791c39a001e4d902fc3bf697b439b5< 63488dba65ef91373ef616575b32eb0eb21459f4 affected
5.14 affected
… +8 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-74659

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
net: bridge: mrp: fix uninitialised bytes on the wire
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux f7458934b0791c39a001e4d902fc3bf697b439b5 ~ 014c062d23c63ec77ef2cf17a0d9363c7441cc94 -
Linux Linux 5.14 -

II. Public POCs for CVE-2026-74659

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-74659

登录查看更多情报信息。

Patches & Fixes for CVE-2026-74659 (7)

Same Patch Batch · Linux · 2026-08-22 · 150 CVEs total

CVE-2026-74705 10.0 CRITICAL udp: fix potential use-after-free in tunnel segmentation
CVE-2026-74612 10.0 CRITICAL veth: fix skb length accounting after XDP frag adjustment
CVE-2026-74588 9.8 CRITICAL sctp: keep chunk->transport in step with the list it is queued on
CVE-2026-74628 9.8 CRITICAL net/x25: fix use-after-free of the socket by its timers
CVE-2026-74669 9.8 CRITICAL ipvs: clear IPv4 options after rebasing tunnel ICMP errors
CVE-2026-74597 9.8 CRITICAL ip6_tunnel: clear skb2->cb[] in ip6ip6_err()
CVE-2026-74608 9.8 CRITICAL smb: client: Fix use-after-free in cifs_try_adding_channels()
CVE-2026-74662 9.8 CRITICAL inet: frags: publish queues before arming timer
CVE-2026-74611 9.8 CRITICAL tls: rx: restore msg_iter before TLS 1.3 optimistic retry
CVE-2026-74587 9.8 CRITICAL sctp: fix use-after-free of cached ASCONF chunk
CVE-2026-74688 9.8 CRITICAL sctp: clear control chunk transport if it is being removed
CVE-2026-74723 9.8 CRITICAL btrfs: lzo: reject inline extents without valid headers
CVE-2026-74616 9.8 CRITICAL xdp: reject clones that overrun skb_shared_info tailroom
CVE-2026-74591 9.8 CRITICAL mm/filemap: __filemap_add_folio() restore index before retrying
CVE-2026-74586 9.8 CRITICAL sctp: clear new_transport when removing a peer
CVE-2026-74727 9.8 CRITICAL ovpn: skip rehash for peers already removed from by_id
CVE-2026-74617 9.8 CRITICAL dibs: initialise dibs->lock in dibs_dev_alloc()
CVE-2026-74730 9.8 CRITICAL NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
CVE-2026-74712 9.3 CRITICAL vdpa/mlx5: Fix buffer length in create_direct_keys()
CVE-2026-74665 9.1 CRITICAL net: fix skb length accounting after generic XDP frag adjustment

Showing top 20 of 150 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-74659

No comments yet


Leave a comment