
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A vulnerability in the Linux kernel's pfifotailenqueue function has been discovered and resolved. The issue occurs when sch->limit is set to 0, allowing a packet to be incorrectly enqueued instead of being dropped, leading to a mismatch between parent and child qdisc queue lengths. This vulnerability was discovered on February 18, 2025, and affects the Linux kernel network scheduling subsystem (NVD).
The vulnerability exists in the pfifotailenqueue function's packet handling logic. When sch->limit is set to 0 and the scheduler has no packets, the 'drop a packet' step fails to decrease the scheduler's qlen, allowing a new packet to be enqueued and increasing qlen by one while returning NETXMITCN status code. This creates a scenario where a parent qdisc (QdiscA) can have qlen == 0 while its child qdisc (QdiscB) has qlen == 1, violating the design principle that a parent's qlen should equal the sum of its children's qlen (Kernel Commit).
The vulnerability can be exploited for user-to-kernel privilege escalation when the affected code path is reachable. This allows unauthorized elevation of privileges, potentially compromising system security (NVD).
The vulnerability has been patched by adding a check to immediately drop new packets when sch->limit is 0. The fix was implemented in the Linux kernel through a patch that modifies the pfifotailenqueue function to properly handle the case when sch->limit is 0 (Kernel Commit).
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.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
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.”