PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64533 Linux CVE debrief

The Linux kernel has a vulnerability in the fs/ntfs3: validate lcns_follow in log_replay conversion. This vulnerability has been resolved. The vulnerability affects users of the Linux kernel who use the ntfs3 filesystem. The vulnerability allows an attacker to access memory beyond the bounds of the allocated restart table buffer, potentially leading to a denial-of-service or code execution. The vulnerability has been fixed in the Linux kernel and users are advised to update to the latest version.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-27
Original CVE updated
2026-08-17
Advisory published
2026-07-27
Advisory updated
2026-08-17

Who should care

Users of Linux kernel who use the ntfs3 filesystem, Linux kernel developers and maintainers, and security teams responsible for monitoring and patching Linux kernel vulnerabilities.

Technical summary

The vulnerability is in the log_replay() function which converts DIR_PAGE_ENTRY_32 records into DIR_PAGE_ENTRY records. The memmove() length is derived directly from the on-disk lcns_follow field. A malformed filesystem image can provide an oversized lcns_follow value, causing the conversion memmove() to access memory beyond the bounds of the allocated restart table buffer. The same field is later used to bound iteration over page_lcns[], so validating lcns_follow during conversion also prevents downstream out-of-bounds access from the same malformed metadata.

Defensive priority

High

Recommended defensive actions

  • Update Linux kernel to the latest version
  • Use a trusted source for kernel updates
  • Monitor system for suspicious activity
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • 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
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability has been resolved in the Linux kernel. The fix is available in the stable kernel tree. Evidence of the vulnerability's resolution can be found in the Linux kernel source code repository. Users should verify the presence of the fix in their specific kernel version. Additional verification steps include reviewing the commit history and checking for any related advisories from the Linux kernel community.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64533 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64533

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64533 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64533

    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/159f694d682e4215b3822ae31ed3a4631628fe55

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/32b9f8733feb241627fa5f564b1a99b5cae974c5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/57c071e2c4f30b9c6f5aacb6679aab1269fbae99

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6a4c53a2e26a865565bd6a460961e8d6fcb32329

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7adb38279812c9c06b0e3fa7382f4d7887f3fa2d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ca343a99806b4fc8e27c48f08be3445c5fcd1445

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ddfc8683e1a627dbf1b83bacf8961443dd654258

    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.