CVE-2023-53323Reachable Assertion in Linux

Severity
5.5MEDIUMNVD
EPSS
0.0%
top 99.30%
CISA KEV
Not in KEV
Exploit
No known exploits
Timeline
PublishedSep 16

Description

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in dax_zero_range() function, that means the length gets passed as 0 to ->iomap_begin(). In ext2 it then calls ext2_get_blocks -> max_blocks as 0 and hits bug_on here in ext2_get_blocks(). BUG_ON(maxblocks == 0); Ins

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.8 | Impact: 3.6

Patches

🔴Vulnerability Details

2
OSV
CVE-2023-53323: In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives the2025-09-16
GHSA
GHSA-2f9c-chxh-5h7v: In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2_setsize when len is page aligned PAGE_ALIGN(x) macro gives th2025-09-16

📋Vendor Advisories

3
Red Hat
kernel: ext2/dax: Fix ext2_setsize when len is page aligned2025-09-16
Microsoft
ext2/dax: Fix ext2_setsize when len is page aligned2025-09-09
Debian
CVE-2023-53323: linux - In the Linux kernel, the following vulnerability has been resolved: ext2/dax: F...2023
CVE-2023-53323 — Reachable Assertion in Linux | cvebase