CVE-2025-37914
Description
In the Linux kernel, the following vulnerability has been resolved: net_sched: ets: 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 ets, there won't be a UAF, but the code will add the same classifier to the list twice, which will cause memory corruption. In addition to checking for qlen being zero, this patch checks whether the class was already added to the 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/
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| sles | affected | | |
| rocky | 9 | fixed | |
| debian | bookworm | fixed | 6.1.140-1 |
| debian | bullseye | fixed | 5.10.244-1 |
| debian | forky | fixed | 6.12.29-1 |
| debian | sid | fixed | 6.12.29-1 |
| debian | trixie | fixed | 6.12.29-1 |
| almalinux | 9 | fixed | kernel-devel-matched-5.14.0-570.37.1.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:14420
- https://www.suse.com/security/cve/CVE-2025-37914.html
- https://errata.rockylinux.org/RLSA-2025:14420
- https://security-tracker.debian.org/tracker/CVE-2025-37914
- https://access.redhat.com/errata/RHSA-2025:13960
- https://bugzilla.redhat.com/2360223
- https://bugzilla.redhat.com/2367500
- https://bugzilla.redhat.com/2378982
- https://bugzilla.redhat.com/2383381
- https://errata.almalinux.org/8/ALSA-2025-13960.html
- https://access.redhat.com/errata/RHSA-2025:13961
- https://errata.almalinux.org/8/ALSA-2025-13961.html
- https://bugzilla.redhat.com/2360276
- https://bugzilla.redhat.com/2383463
- https://errata.almalinux.org/9/ALSA-2025-14420.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.