CVE-2026-72229

Source
https://cve.org/CVERecord?id=CVE-2026-72229
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72229.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72229
Downstream
Published
2026-08-15T05:54:20Z
Modified
2026-08-18T03:31:25Z
Summary
batman-adv: clean untagged VLAN on netdev registration failure
Details

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

batman-adv: clean untagged VLAN on netdev registration failure

When an mesh interface is registered, it creates an untagged struct batadv_meshif_vlan on top of it via the NETDEV_REGISTER notifier. But in this process, another receiver of this notification can veto the registration. The netdev registration will be aborted because of this veto.

The register_netdevice() call will try to clean up the net_device using unregister_netdevice_queue() - which only uses the .priv_destructor to free private resources. In this situation, .dellink will not be called.

The cleanup of the untagged batadv_meshif_vlan must thefore be done in the destructor to avoid a leak of this object.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72229.json"
}
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
5d2c05b213377694a2aa8ce1ed9b23f7c39b0569
Fixed
86e32dfb6a6fe29898f4a562b7b6e38e480bba4d
Fixed
06ae245168268b705a204f93c318b30107d10e92
Fixed
dbca15fcbeed5276af440a53aed3901590fa7fc9
Fixed
f2423da55976ea249f73029e468aefda4b94acba
Fixed
f15ca6250591cfe78408114a54eaa8d58da51bfa
Fixed
c945f6007e7851e74706c72f98763023699bcd97
Fixed
5a82c558098889cc8bfff85cc62f563833205d91
Fixed
8669a550c752d86baebc5fdc83b8ff35c4372c0e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.13.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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