CVE-2023-54295

Source
https://cve.org/CVERecord?id=CVE-2023-54295
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54295.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-54295
Downstream
Related
Published
2025-12-30T12:23:32.458Z
Modified
2026-03-20T12:33:32.786655Z
Summary
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Details

In the Linux kernel, the following vulnerability has been resolved:

mtd: spi-nor: Fix shift-out-of-bounds in spinorseterasetype

spinorseterasetype() 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]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/54xxx/CVE-2023-54295.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5390a8df769ec9ba9c995191bb0867430f602ebb
Fixed
e6409208c13f7c56adc12dd795abf4141e3d5e64
Fixed
61d44a4db2f54dbac7d22c2541574ea5755e0468
Fixed
53b2916ebde741c657a857fa1936c0d9fcb59170
Fixed
99341b8aee7b5b4255b339345bbcaa35867dfd0c
Fixed
f0f0cfdc3a024e21161714f2e05f0df3b84d42ad

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54295.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.10.173
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.99
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.16
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.2.3

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-54295.json"