
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53855 is a vulnerability in the Linux kernel's DSA (Distributed Switch Architecture) subsystem, specifically in the net/dsa/tag_8021q.c component. The flaw occurs when the ocelot-8021q tagging protocol is in use and the driver is unbound — dsa_tag_8021q_unregister() is called without holding the required RTNL lock (rtnl_lock()), triggering a kernel assertion failure (WARNING splat). It affects the Linux kernel and was published on December 9, 2025. The CVSS category is estimated as Medium (Feedly).
The root cause is a missing RTNL lock acquisition before calling dsa_tag_8021q_unregister() during driver removal in the felix_tag_8021q_teardown() → felix_teardown() → dsa_tree_teardown_switches() → dsa_unregister_switch() → felix_pci_remove() call chain. This violates the locking assertion enforced at net/dsa/tag_8021q.c:409, resulting in a kernel WARNING (RTNL assertion failure). The issue is classified as a concurrency/locking defect (CWE-667: Improper Locking). Exploitation requires local access and the ability to unbind the fsl_enetc/mscc_felix PCI driver while the ocelot-8021q tagging protocol is active (Feedly).
The primary impact is a kernel warning/assertion failure that can cause instability in the DSA networking subsystem when the affected driver is unbound. This is an availability concern for systems using the mscc_felix switch driver with the ocelot-8021q tagging protocol, as it may lead to unexpected kernel behavior or system instability during driver removal. There is no evidence of confidentiality or integrity impact, and the vulnerability does not enable remote code execution or privilege escalation (Feedly).
The fix involves ensuring dsa_tag_8021q_unregister() is called while holding rtnl_lock() during driver removal in the felix_pci_remove() path. Patches have been committed to the Linux kernel stable tree (commits 7ae8fa6b, 758dbcfb, a94c16a2). Users should update to a patched kernel version that includes these fixes. SUSE has issued advisories (SUSE-2026-0281-1 and SUSE-2026-20876-1) addressing this vulnerability in their kernel packages (Feedly, Linux Security).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."