CVE-2026-43451

Source
https://cve.org/CVERecord?id=CVE-2026-43451
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43451.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43451
Downstream
Published
2026-05-08T14:22:16.716Z
Modified
2026-07-08T07:01:43.735343292Z
Summary
netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path
Details

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

netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path

nfqnlrecvverdict() calls finddequeueentry() to remove the queue entry from the queue data structures, taking ownership of the entry. For PFBRIDGE packets, it then calls nfqaparsebridge() to parse VLAN attributes. If nfqaparsebridge() returns an error (e.g. NFQAVLAN present but NFQAVLANTCI missing), the function returns immediately without freeing the dequeued entry or its sk_buff.

This leaks the nfqueueentry, its associated skbuff, and all held references (netdevice refcounts, struct net refcount). Repeated triggering exhausts kernel memory.

Fix this by dropping the entry via nfqnlreinject() with NFDROP verdict on the error path, consistent with other error handling in this file.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43451.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
8d45ff22f1b43249f0cf1baafe0262ca10d1666e
Fixed
a907bea273b60d3e604ec4e8e1f6c49954805794
Fixed
0b18d1b834ab5a5009be70b530f978d7989e445b
Fixed
b38d2b4603fd3dda24eb8b3dd81c18a0930be97b
Fixed
47b1c5d1b0944aa88299f55a846fabaefc756982
Fixed
cf4a4df38d1747e06fc54f9879bd7a6f4178032f
Fixed
9853d94b82d303fc4ac37d592a23a154096ecd41
Fixed
208669df703a25a601f45822b10c413f258bf275
Fixed
f1ba83755d81c6fc66ac7acd723d238f974091e9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.7.0
Fixed
5.10.253
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.203
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.167
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.130
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.78
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

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