CVE-2026-53211

Source
https://cve.org/CVERecord?id=CVE-2026-53211
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53211.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53211
Downstream
Related
Published
2026-06-25T08:39:16.234Z
Modified
2026-07-08T08:07:24.299733421Z
Summary
netfilter: nft_meta_bridge: fix stale stack leak via IIFHWADDR register
Details

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

netfilter: nftmetabridge: fix stale stack leak via IIFHWADDR register

NFTMETABRIIIFHWADDR declares its destination register with len = ETHALEN (6 bytes), which the register-init tracking rounds up to two 32-bit registers (8 bytes). nftmetabridgegeteval() then does memcpy(dest, brdev->devaddr, ETHALEN), writing only 6 bytes and leaving the upper 2 bytes of the second register as uninitialised nftdo_chain() stack. A downstream load of that register span leaks those stale bytes to userspace.

Zero the second register before the memcpy so the full declared span is written.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53211.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
cbd2257dc96e3e46217540fcb095a757ffa20d96
Fixed
07acb9798477535933bd658ac9fa85b6cb10d995
Fixed
f1e81d571e375d10e50e852223593493d98c1bac
Fixed
c7d573551f9286100a055ef696cde6af54549677

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

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