Vulnary
← back to the feed
Critical· 9.8official fix available

CVE-2026-63808

A critical use-after-free flaw exists in the Linux kernel's exfat filesystem when handling directory entries with long filenames. The flaw can be triggered by a crafted exFAT image, potentially leading to a crash or other undefined behavior. The issue has been resolved by moving a buffer release call after the directory entry is no longer accessed.

publishedJul 19, 2026
last modifiedJul 27, 2026
sourcesNVD
severity · cvss
9.8
critical · how bad it is
exploitation · epss
<1%
40th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Aug 19, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Linux systems using the exfat driver.

02

Real-world impact

An attacker could cause a denial of service or possibly execute code by mounting a malicious exFAT volume.

03

Why this severity

CVSS v3.1 base score 9.8 (Critical) due to network‑adjacent, low‑complexity attack requiring no privileges or user interaction, with high impact on confidentiality, integrity, and availability.

04

What to do about it

official fix available
recommended steps
  1. 01Update the Linux kernel to a version that includes the patch fixing the use‑after‑free in exfat_find_dir_entry() (the fix moves the brelse(bh) call after the ep dereference).

NVD‑referenced kernel patch

05

Timeline

  1. Jul 19, 2026 · 14d ago
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Jul 20, 2026 · 13d ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
  3. Jul 27, 2026 · 6d ago
    Advisory updated
    The NVD record was last revised.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Privileges requiredNone
User interactionNone needed
ScopeUnchanged
Confidentiality impactHigh
Integrity impactHigh
Availability impactHigh
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →