PatchSiren cyber security CVE debrief
CVE-2026-90199 Linux CVE debrief
A vulnerability in the Linux kernel's ntfs3 filesystem driver has been resolved. The `mi_enum_attr()` function did not properly validate the end virtual cluster number (evcn) for non-resident attributes, allowing for potential out-of-range values to pass unrejected. This could lead to issues when handling malformed on-disk attributes. The vulnerability has been resolved with a patch that rejects evcn values outside the valid range, which is determined by the volume's total cluster count. The patch also allows an empty non-resident attribute with svcn == 0 and evcn == -1 (U64_MAX) to pass, as this is a legitimate sentinel value. The fix ensures that the `mi_enum_attr()` function now
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux systems with the ntfs3 filesystem driver should be aware of this vulnerability. They should review and apply the patch to the Linux kernel, update the Linux kernel to the latest version, and monitor system logs for potential exploitation attempts. They should also assess exposure and prioritize remediation for affected systems.
Why it matters
The vulnerability in the Linux kernel's ntfs3 filesystem driver could lead to issues when handling malformed on-disk attributes. Defenders should verify patch application, monitor system logs, and assess exposure to prioritize remediation.
- Verify patch application and kernel version updates
- Monitor system logs for potential exploitation attempts
- Assess exposure and prioritize remediation for affected systems
Technical summary
The `mi_enum_attr()` function in the Linux kernel's ntfs3 filesystem driver did not properly validate the end virtual cluster number (evcn) for non-resident attributes. This could lead to issues when handling malformed on-disk attributes. The vulnerability has been resolved with a patch that rejects evcn values outside the valid range, which is determined by the volume's total cluster count. The patch also allows an empty non-resident attribute with svcn == 0 and evcn == -1 (U64_MAX) to pass, as this is a legitimate sentinel value. The fix ensures that the `mi_enum_attr()` function now properly validates evcn values, preventing potential issues with malformed on-disk attributes.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the patch to the Linux kernel
- Update the Linux kernel to the latest version
- Monitor system logs for potential exploitation attempts
- Verify patch application and kernel version updates
- Assess exposure and prioritize remediation for affected systems
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score of 7.8. The Linux kernel source code references are also provided. The vulnerability was resolved with a patch that rejects evcn values outside the valid range. The patch was applied to the Linux kernel to fix the issue. The fix allows for proper validation of evcn values, preventing potential issues with malformed on-disk attributes. The CVE record was published on 2026-09-17T17:17:14.790Z and has not been modified since then.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90199 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90199
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90199 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90199
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0441e34ce098c19185a7b52c5b8b89a8a5b26888
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/20fd9f64c0050658f2031e6bd5d552c6f0c8f7e3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2b9a0e57bfd365e2096706b19ae34dce3b4a884b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7ab69cef49ebdfee288287d62641b24ab1445ecc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ce9a619c432b9a4044fee115c5483fbed946c131
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.