DEBIAN-CVE-2025-68266
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).
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 6.12.38-1, 6.12.41-1, 6.12.43-1 |
| Debian:12 | linux | 6.1.128-1, 0, 6.1.106-1 |
| Debian:11 | linux | 5.10.178-3, 5.10.120-1, 5.10.127-1 |
| Debian:11 | linux-6.1 | 6.1.137-1, 6.1.112-1~deb11u1, 6.1.119-1~deb11u1 |
| Debian:13 | linux | 6.12.43-1~bpo12+1, 6.12.48-1, 6.12.57-1 |
Timeline
- Dec 16, 2025 CVE Published
- Apr 28, 2026 CVE Updated