CVE-2025-21647
Last modified
CVE-2025-21647 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sched: sch_cake: add bounds checks to host bulk flow fairness counts Even though we fixed a logic error in the commit cited below, syzbot still managed to trigger an underflow of the per-host bulk flow counters, leading to an out of bounds memory access. To avoid any such logic errors causing out of bounds memory accesses, this commit factors out all accesses to the per-host bulk flow counters to a series of helpers that perform bounds-checking before any increments and decrements. This also has the benefit of improving readability by moving the conditional checks for the flow mode into these helpers, instead of having them spread out throughout the code (which was the cause of the original logic error). As part of this change, the flow quantum calculation is consolidated into a helper function, which means that the dithering applied to the ost load scaling is now applied both in the DRR rotation and when a sparse flow's quantum is first initiated. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sched: sch_cake: add bounds checks to host bulk flow fairness counts Even though we fixed a logic error in the commit cited below, syzbot still managed to trigger an underflow of the per-host bulk flow counters, leading to an out of bounds memory access. To avoid any such logic errors causing out of bounds memory accesses, this commit factors out all accesses to the per-host bulk flow counters to a series of helpers that perform bounds-checking before any increments and decrements. This also has the benefit of improving readability by moving the conditional checks for the flow mode into these helpers, instead of having them spread out throughout the code (which was the cause of the original logic error). As part of this change, the flow quantum calculation is consolidated into a helper function, which means that the dithering applied to the ost load scaling is now applied both in the DRR rotation and when a sparse flow's quantum is first initiated. The only user-visible effect of this is that the maximum packet size that can be sent while a flow stays sparse will now vary with +/- one byte in some cases. This should not make a noticeable difference in practice, and thus it's not worth complicating the code to preserve the old behaviour.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.284, < 5.4.291 | — |
| Linux | Linux Kernel | >= 5.10.226, < 5.10.235 | — |
| Linux | Linux Kernel | >= 5.15.167, < 5.15.179 | — |
| Linux | Linux Kernel | >= 6.1.110, < 6.1.125 | — |
| Linux | Linux Kernel | >= 6.6.51, < 6.6.72 | — |
| Linux | Linux Kernel | >= 6.10.10, < 6.11 | — |
| Linux | Linux Kernel | >= 6.11.1, < 6.12.10 | — |
| Linux | Linux Kernel | 6.11 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-21647?
How severe is CVE-2025-21647?
How do I fix CVE-2025-21647?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-21641In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21642In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21643In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21644In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21645In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21646In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21648In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21649In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-2165The SH Email Alert plugin for WordPress is vulnerable to Ref…6.1
- CVE-2025-21650In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21651In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-21652In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-21647?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
