CVE-2023-53624
Last modified
CVE-2023-53624 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq: fix integer overflow of "credit" if sch_fq is configured with "initial quantum" having values greater than INT_MAX, the first assignment of "credit" does signed integer overflow to a very negative value. In this situation, the syzkaller script provided by Cristoph triggers the CPU soft-lockup warning even with few sockets. It's not an infinite loop, but "credit" wasn't probably meant to be minus 2Gb for each new flow. Capping "initial quantum" to INT_MAX proved to fix the issue. v2: validation of "initial quantum" is done in fq_policy, instead of open coding in fq_change() _ suggested by Jakub Kicinski. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq: fix integer overflow of "credit" if sch_fq is configured with "initial quantum" having values greater than INT_MAX, the first assignment of "credit" does signed integer overflow to a very negative value. In this situation, the syzkaller script provided by Cristoph triggers the CPU soft-lockup warning even with few sockets. It's not an infinite loop, but "credit" wasn't probably meant to be minus 2Gb for each new flow. Capping "initial quantum" to INT_MAX proved to fix the issue. v2: validation of "initial quantum" is done in fq_policy, instead of open coding in fq_change() _ suggested by Jakub Kicinski
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.12, < 5.10.180 |
| Linux | Linux Kernel | >= 5.11, < 5.15.111 |
| Linux | Linux Kernel | >= 5.16, < 6.1.28 |
| Linux | Linux Kernel | >= 6.2, < 6.2.15 |
| Linux | Linux Kernel | >= 6.3, < 6.3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-53624?
How severe is CVE-2023-53624?
How do I fix CVE-2023-53624?
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 2023
- CVE-2023-53619In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5362The Carousel, Recent Post Slider and Banner Slider plugin fo…5.4
- CVE-2023-53620In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53621In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53622In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-53623In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53625In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53626In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53627In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53628In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53629In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5363Issue summary: A bug has been identified in the processing o…7.5
Are you affected by CVE-2023-53624?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
