Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-63808

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.53% (43th pctl)

Overview

CVE-2026-63808 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

exfat: fix potential use-after-free in exfat_find_dir_entry()

In exfat_find_dir_entry(), the buffer_head obtained from

exfat_get_dentry() is released with brelse(bh) before the fall-through

TYPE_EXTEND branch reads the directory entry through ep (which points

into bh->b_data):

brelse(bh);

if (entry_type == TYPE_EXTEND) {

...

len = exfat_extract_uni_name(ep, entry_uniname);

...

}

After brelse() drops our reference, nothing guarantees that the

underlying page backing bh->b_data remains valid for the subsequent

exfat_extract_uni_name() read. This is the same pattern fixed in

commit fc961522ddbd ("exfat: Fix potential use after free in

exfat_load_upcase_table()").

Move brelse(bh) so it runs after ep is no longer dereferenced on

each branch.

Confirmed on QEMU x86_64 with CONFIG_KASAN=y + CONFIG_DEBUG_PAGEALLOC=y

+ CONFIG_PAGE_POISONING=y on linux-next, using a crafted exFAT image

(long filename with same-hash

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-63808?

CVE-2026-63808 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-63808?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-63808?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-63808?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63808 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.