CVE-2023-54295
Last modified
CVE-2023-54295 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type spi_nor_set_erase_type() was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-bounds in drivers/mtd/spi-nor/core.c:2237:24 shift exponent 4294967295 is too large for 32-bit type 'int' The setting of the size_{shift, mask} and of the opcode are unnecessary when the erase size is zero, as throughout the code just the erase size is considered to determine whether an erase type is supported or not. Setting the opcode to 0xFF was wrong too as nobody guarantees that 0xFF is an unused opcode. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type spi_nor_set_erase_type() was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-bounds in drivers/mtd/spi-nor/core.c:2237:24 shift exponent 4294967295 is too large for 32-bit type 'int' The setting of the size_{shift, mask} and of the opcode are unnecessary when the erase size is zero, as throughout the code just the erase size is considered to determine whether an erase type is supported or not. Setting the opcode to 0xFF was wrong too as nobody guarantees that 0xFF is an unused opcode. Thus when masking out an erase type, just set the erase size to zero. This will fix the shift-out-of-bounds. [ta: refine changes, new commit message, fix compilation error]
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5390a8df769ec9ba9c995191bb0867430f602ebb, < e6409208c13f7c56adc12dd795abf4141e3d5e64; >= 5390a8df769ec9ba9c995191bb0867430f602ebb, < 61d44a4db2f54dbac7d22c2541574ea5755e0468; >= 5390a8df769ec9ba9c995191bb0867430f602ebb, < 53b2916ebde741c657a857fa1936c0d9fcb59170; >= 5390a8df769ec9ba9c995191bb0867430f602ebb, < 99341b8aee7b5b4255b339345bbcaa35867dfd0c; >= 5390a8df769ec9ba9c995191bb0867430f602ebb, < f0f0cfdc3a024e21161714f2e05f0df3b84d42ad |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54295?
How severe is CVE-2023-54295?
How do I fix CVE-2023-54295?
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-5429The Information Reel plugin for WordPress is vulnerable to S…6.5
- CVE-2023-54290Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54291In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54292In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-54293In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54294In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54296In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54297In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54298In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54299In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5430The Jquery news ticker plugin for WordPress is vulnerable to…6.5
- CVE-2023-54300In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54295?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
