Vulnerability in Linux

CVE-2025-40067

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist Index allocation requires at least one bit in the $BITMAP attribute to track usage of index entries. If the bitmap is empty while index blocks are already present, this reflects on-disk corruption. syzbot triggered this condition using a malformed NTFS image. During a rename() operation involving a long filename (which spans multiple index entries), the empty bitmap allowed the name to be added without valid tracking. Subsequent deletion of the original entry failed with -ENOENT, due to unexpected index state. Reject such cases by verifying that the bitmap is not empty when index blocks exist.

EPSS: 0.002 (5.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H.

Affected products

  • Linux — versions d99208b91933fd2a58ed9ed321af07dacd06ddc3, 6.17.3, 358d4f821c03add421a4c49290538a705852ccf1

References

Frequently asked questions

What is CVE-2025-40067?
CVE-2025-40067 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2025-10-28.
How severe is CVE-2025-40067?
High severity. CVSS v3 base score is 7.8 out of 10.