Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: 8021q: delete cleared egress QoS mappings vlan_dev_set_egress_priority() currently keeps cleared egress priority mappings in the hash as tombstones. Repeated set/clear cycles with distinct skb priorities therefore accumulate mapping nodes until device teardown and leak memory. Delete mappings when vlan_prio is cleared instead of keeping tombstones. Now that the egress mapping lists are RCU protected, the node can be unlinked safely and freed after a grace period.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 7.0.7 |
References
- https://git.kernel.org/stable/c/7dddc74af369478ba7f9bc136d0fc1dc4570cb66Patch
- https://git.kernel.org/stable/c/a52e122c9e4d56ad9a03b32c915a199276d989c3Patch
FAQ
What is CVE-2026-46153?
CVE-2026-46153 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: 8021q: delete cleared egress QoS mappings vlan_dev_set_egress_priority() currently keeps cleared egress priority mappings in the h...
How severe is CVE-2026-46153?
CVE-2026-46153 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46153?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.