5 matches found
SUSE CVE-2026-43209
In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minixchecksuperblock The fs/minix implementation of the minix filesystem does not currently support any other value for slogzonesize than 0. This is also the only value supported in...
CVE-2026-43209
A flaw was found in the Linux kernel's minix filesystem implementation. The minixchecksuperblock function lacks proper sanity checks for superblock fields, including slogzonesize. This oversight could allow a local attacker to craft a malicious minix filesystem that, when mounted, may lead to a...
CVE-2026-43209
In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minixchecksuperblock The fs/minix implementation of the minix filesystem does not currently support any other value for slogzonesize than 0. This is also the only value supported in...
CVE-2026-43209
CVE-2026-43209 – minix filesystem sanity check in Linux kernel : The minix filesystem implementation lacked proper sanity checks in minix_check_superblock(), notably for s_log_zone_size, which the patch now enforces (only 0 is supported). The update also adds sanity checks for other superblock fi...
PT-2026-37549
In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minix check superblock The fs/minix implementation of the minix filesystem does not currently support any other value for s log zone size than 0. This is also the only value supported in...