CVE-2025-37913
Published: May 20, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: net_sched: qfq: Fix double list add in class with netem as child qdisc As described in Gerrard's report [1], there are use cases where a netem child qdisc will make the parent qdisc's enqueue callback reentrant. In the case of qfq, there won't be a UAF, but the code will add the same classifier to the list twice, which will cause memory corruption. This patch checks whether the class was already added to the agg->active list (cl_is_active) before doing the addition to cater for the reentrant case. [1] https://lore.kernel.org/netdev/CAHcdcOm+03OD2j6R0=YHKqmy=VgJ8xEOKuP6c7mSgnp-TEJJbw@mail.gmail.com/
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea - < 041f410aec2c1751ee22b8b73ba05d38c3a6a602affected 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea - < 005a479540478a820c52de098e5e767e63e36f0aaffected 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea - < 0bf32d6fb1fcbf841bb9945570e0e2a70072c00faffected 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea - < 0aa23e0856b7cedb3c88d8e3d281c212c7e4fbebaffected 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea - < a43783119e01849fbf2fe8855634e8989b240cb4+3 more versions |
Linux | Linux | affected 5.0unaffected 0 - < 5.0unaffected 5.4.294 - <= 5.4.*unaffected 5.10.238 - <= 5.10.*unaffected 5.15.182 - <= 5.15.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now