CVE-2026-74659

Source
https://cve.org/CVERecord?id=CVE-2026-74659
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74659.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74659
Downstream
Published
2026-08-22T15:32:32.926Z
Modified
2026-08-24T11:47:18.948274903Z
Summary
net: bridge: mrp: fix uninitialised bytes on the wire
Details

In the Linux kernel, the following vulnerability has been resolved:

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

brmrpalloctestskb() builds MRP test frames on an skb from devallocskb(), 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 subtlv->length is never written, and the two trailing alignment bytes are appended with a bare skbput() that does not clear them either. The neighbouring oui and subopt regions are explicitly zeroed, so three uninitialised bytes are left in every MRA MRPTest frame that goes out.

Put the sub-option TLV header and the alignment padding in a single skbputzero(), which clears both. The AUTO_MGR sub-TLV carries no payload, so the zeroed length field is already the value it should have.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74659.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f7458934b0791c39a001e4d902fc3bf697b439b5
Fixed
014c062d23c63ec77ef2cf17a0d9363c7441cc94
Fixed
7ebc23ff03668042e0b0e4034bb1518d36198d9e
Fixed
06d58b8d2f053ced82e01efaeb6e7c82891eed58
Fixed
a5e385eeb2d6dbbbdebfa050e67c34734ae12693
Fixed
5912cf1822fbe53ae275c147868740eb384a5d3e
Fixed
e08665218040f8e312abe40f74543186f3c2c941
Fixed
63488dba65ef91373ef616575b32eb0eb21459f4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74659.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.14.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74659.json"