CVE-2026-43209
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel Minix Filesystem Sanity Check Bypass

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
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 util-linux; see mkfs.minix.c line 511. In addition, this patch adds some sanity checking for the other minix superblock fields, and moves the minix_blocks_needed() checks for the zmap and imap also to minix_check_super_block(). This also closes a related syzbot bug report.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
minix minix *
linux_kernel minix *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is related to the Linux kernel's implementation of the Minix filesystem. Specifically, the function minix_check_superblock() lacked necessary sanity checks for certain fields in the Minix superblock. The filesystem only supports a value of 0 for the s_log_zone_size field, but previously there was no validation enforcing this. The patch adds required sanity checking to ensure that unsupported or unexpected values are not accepted, which helps prevent potential issues caused by malformed or malicious superblock data.


How can this vulnerability impact me? :

Without proper sanity checks in the Minix filesystem superblock, there is a risk that malformed or malicious filesystem metadata could cause unexpected behavior in the Linux kernel. This could potentially lead to system instability, crashes, or other unintended effects when accessing or mounting Minix filesystems. By adding these checks, the vulnerability reduces the risk of such issues.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart