CVE-2025-38568
Last modified
CVE-2025-38568 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCA_MQPRIO_TC_ENTRY_INDEX is validated using NLA_POLICY_MAX(NLA_U32, TC_QOPT_MAX_QUEUE), which allows the value TC_QOPT_MAX_QUEUE (16). This leads to a 4-byte out-of-bounds stack write in the fp[] array, which only has room for 16 elements (0–15). Fix this by changing the policy to allow only up to TC_QOPT_MAX_QUEUE - 1.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing TCA_MQPRIO_TC_ENTRY_INDEX is validated using NLA_POLICY_MAX(NLA_U32, TC_QOPT_MAX_QUEUE), which allows the value TC_QOPT_MAX_QUEUE (16). This leads to a 4-byte out-of-bounds stack write in the fp[] array, which only has room for 16 elements (0–15). Fix this by changing the policy to allow only up to TC_QOPT_MAX_QUEUE - 1.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.4, < 6.6.102 |
| Linux | Linux Kernel | >= 6.7, < 6.12.42 |
| Linux | Linux Kernel | >= 6.13, < 6.15.10 |
| Linux | Linux Kernel | >= 6.16, < 6.16.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38568?
How severe is CVE-2025-38568?
How do I fix CVE-2025-38568?
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-38562In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38563In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38564In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38565In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38566In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-38567In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38569In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3857When reading binary Ion data through Amazon.IonDotnet using …8.7
- CVE-2025-38570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38571In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38572In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38573In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38568?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
