CVE-2025-68266
Last modified
CVE-2025-68266 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that S_IFMT bits of inode->i_mode can become bogus when the S_IFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes" field loaded from disk are corrupted. A documentation says that BFS uses only lower 9 bits of the "mode" field. But I can't find an explicit explanation that the unused upper 23 bits (especially, the S_IFMT bits) are initialized with 0. Therefore, ignore the S_IFMT bits of the "mode" field loaded from disk. Also, verify that the value of the "attributes" field loaded from disk is either BFS_VREG or BFS_VDIR (because BFS supports only regular files and the root directory).. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that S_IFMT bits of inode->i_mode can become bogus when the S_IFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes" field loaded from disk are corrupted. A documentation says that BFS uses only lower 9 bits of the "mode" field. But I can't find an explicit explanation that the unused upper 23 bits (especially, the S_IFMT bits) are initialized with 0. Therefore, ignore the S_IFMT bits of the "mode" field loaded from disk. Also, verify that the value of the "attributes" field loaded from disk is either BFS_VREG or BFS_VDIR (because BFS supports only regular files and the root directory).
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d0c5ec1f57d8fbb953f166a27d9d32473dc8f3e4; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < aeccd6743ee4fdd1ab8cfcbb5b9a20b613418f6d; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8f73336b75bd3457b6f9410f2a0601a238f32238; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a9f626396bfe66f49b743601e862767928237cc0; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 77899444d46162aeb65f229590c26ba266864223; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a8cb796e7e2cb7971311ba236922f5e7e1be77e6; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 34ab4c75588c07cca12884f2bf6b0347c7a13872 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68266?
How severe is CVE-2025-68266?
How do I fix CVE-2025-68266?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68260In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68261In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68262In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68263In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68264In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68265In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68267In JetBrains TeamCity before 2025.11.1 excessive privileges …6.5
- CVE-2025-68268In JetBrains TeamCity before 2025.11.1 reflected XSS was pos…6.1
- CVE-2025-68269In JetBrains IntelliJ IDEA before 2025.3 missing confirmatio…5.4
- CVE-2025-6827A vulnerability, which was classified as critical, was found…9.8
- CVE-2025-68270The Open edX Platform is a learning management platform. Pri…9.9
- CVE-2025-68271OpenC3 COSMOS provides the functionality needed to send comm…10
Are you affected by CVE-2025-68266?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
