CVE-2023-53184
Last modified
CVE-2023-53184 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: arm64/sme: Set new vector length before reallocating As part of fixing the allocation of the buffer for SVE state when changing SME vector length we introduced an immediate reallocation of the SVE state, this is also done when changing the SVE vector length for consistency. Unfortunately this reallocation is done prior to writing the new vector length to the task struct, meaning the allocation is done with the old vector length and can lead to memory corruption due to an undersized buffer being used. Move the update of the vector length before the allocation to ensure that the new vector length is taken into account. For some reason this isn't triggering any problems when running tests on the arm64 fixes branch (even after repeated tries) but is triggering issues very often after merge into mainline.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: arm64/sme: Set new vector length before reallocating As part of fixing the allocation of the buffer for SVE state when changing SME vector length we introduced an immediate reallocation of the SVE state, this is also done when changing the SVE vector length for consistency. Unfortunately this reallocation is done prior to writing the new vector length to the task struct, meaning the allocation is done with the old vector length and can lead to memory corruption due to an undersized buffer being used. Move the update of the vector length before the allocation to ensure that the new vector length is taken into account. For some reason this isn't triggering any problems when running tests on the arm64 fixes branch (even after repeated tries) but is triggering issues very often after merge into mainline.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | 6.1.42 | — |
| Linux | Linux Kernel | 6.4.7 | — |
| Linux | Linux Kernel | 6.5 | Rc3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53184?
How severe is CVE-2023-53184?
How do I fix CVE-2023-53184?
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-53179In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5318Use of Hard-coded Credentials in GitHub repository microwebe…7.5
- CVE-2023-53180In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53181In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53183Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-53185In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53186In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53187In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53188In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53189In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5319Cross-site Scripting (XSS) - Stored in GitHub repository tho…5.4
Are you affected by CVE-2023-53184?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
