GHSA-7P74-4RVH-GR76
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-15 06:32
VLAI
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.
{
"affected": [],
"aliases": [
"CVE-2026-72229"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:49Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbatman-adv: clean untagged VLAN on netdev registration failure\n\nWhen an mesh interface is registered, it creates an untagged struct\nbatadv_meshif_vlan on top of it via the NETDEV_REGISTER notifier. But in\nthis process, another receiver of this notification can veto the\nregistration. The netdev registration will be aborted because of this veto.\n\nThe register_netdevice() call will try to clean up the net_device using\nunregister_netdevice_queue() - which only uses the .priv_destructor to\nfree private resources. In this situation, .dellink will not be called.\n\nThe cleanup of the untagged batadv_meshif_vlan must thefore be done in the\ndestructor to avoid a leak of this object.",
"id": "GHSA-7p74-4rvh-gr76",
"modified": "2026-08-15T06:32:16Z",
"published": "2026-08-15T06:32:16Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72229"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/06ae245168268b705a204f93c318b30107d10e92"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5a82c558098889cc8bfff85cc62f563833205d91"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/8669a550c752d86baebc5fdc83b8ff35c4372c0e"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/86e32dfb6a6fe29898f4a562b7b6e38e480bba4d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/c945f6007e7851e74706c72f98763023699bcd97"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/dbca15fcbeed5276af440a53aed3901590fa7fc9"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f15ca6250591cfe78408114a54eaa8d58da51bfa"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/f2423da55976ea249f73029e468aefda4b94acba"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…