CVE-2024-26603
Last modified
CVE-2024-26603 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Stop relying on userspace for info to fault in xsave buffer Before this change, the expected size of the user space buffer was taken from fx_sw->xstate_size. fx_sw->xstate_size can be changed from user-space, so it is possible construct a sigreturn frame where: * fx_sw->xstate_size is smaller than the size required by valid bits in fx_sw->xfeatures. * user-space unmaps parts of the sigrame fpu buffer so that not all of the buffer required by xrstor is accessible. In this case, xrstor tries to restore and accesses the unmapped area which results in a fault. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Stop relying on userspace for info to fault in xsave buffer Before this change, the expected size of the user space buffer was taken from fx_sw->xstate_size. fx_sw->xstate_size can be changed from user-space, so it is possible construct a sigreturn frame where: * fx_sw->xstate_size is smaller than the size required by valid bits in fx_sw->xfeatures. * user-space unmaps parts of the sigrame fpu buffer so that not all of the buffer required by xrstor is accessible. In this case, xrstor tries to restore and accesses the unmapped area which results in a fault. But fault_in_readable succeeds because buf + fx_sw->xstate_size is within the still mapped area, so it goes back and tries xrstor again. It will spin in this loop forever. Instead, fault in the maximum size which can be touched by XRSTOR (taken from fpstate->user_size). [ dhansen: tweak subject / changelog ]
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 | >= 5.14.0, < 5.15.150 |
| Linux | Linux Kernel | >= 5.16.0, < 6.1.79 |
| Linux | Linux Kernel | >= 6.2.0, < 6.6.18 |
| Linux | Linux Kernel | >= 6.7.0, < 6.7.6 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26603?
How severe is CVE-2024-26603?
How do I fix CVE-2024-26603?
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 2024
- CVE-2024-26598In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26599In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-2660Vault and Vault Enterprise TLS certificates auth method did …6.8
- CVE-2024-26600In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26601In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26602In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26604In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26605In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26606In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26607In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-26608In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26609Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2024-26603?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
