CVE-2024-26789
Last modified
CVE-2024-26789 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/neonbs - fix out-of-bounds access on short input The bit-sliced implementation of AES-CTR operates on blocks of 128 bytes, and will fall back to the plain NEON version for tail blocks or inputs that are shorter than 128 bytes to begin with. It will call straight into the plain NEON asm helper, which performs all memory accesses in granules of 16 bytes (the size of a NEON register). For this reason, the associated plain NEON glue code will copy inputs shorter than 16 bytes into a temporary buffer, given that this is a rare occurrence and it is not worth the effort to work around this in the asm code. The fallback from the bit-sliced NEON version fails to take this into account, potentially resulting in out-of-bounds accesses. So clone the same workaround, and use a temp buffer for short in/outputs.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/neonbs - fix out-of-bounds access on short input The bit-sliced implementation of AES-CTR operates on blocks of 128 bytes, and will fall back to the plain NEON version for tail blocks or inputs that are shorter than 128 bytes to begin with. It will call straight into the plain NEON asm helper, which performs all memory accesses in granules of 16 bytes (the size of a NEON register). For this reason, the associated plain NEON glue code will copy inputs shorter than 16 bytes into a temporary buffer, given that this is a rare occurrence and it is not worth the effort to work around this in the asm code. The fallback from the bit-sliced NEON version fails to take this into account, potentially resulting in out-of-bounds accesses. So clone the same workaround, and use a temp buffer for short in/outputs.
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 | >= 5.18, <= 6.1.81 | — |
| Linux | Linux Kernel | >= 6.2, <= 6.6.21 | — |
| Linux | Linux Kernel | >= 6.2, <= 6.7.9 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26789?
How severe is CVE-2024-26789?
How do I fix CVE-2024-26789?
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-26783In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26784In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26785In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26786In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26787In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26788In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2679A vulnerability was found in Campcodes Online Job Finder Sys…6.1
- CVE-2024-26790In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26791In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-26792In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26794Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2024-26789?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
