Security Advisory

CVE-2023-53450

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-10-01 11:42:22
Last updated 2026-05-11 19:45:14
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ext4: remove a BUG_ON in ext4_mb_release_group_pa() If a malicious fuzzer overwrites the ext4 superblock while it is mounted such that the s_first_data_block is set to a very large number, the calculation of the block group can underflow, and trigger a BUG_ON check. Change this to be an ext4_warning so that we don't crash the kernel.