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-64317

7.1 · HIGH
Published Jul 25, 2026 EPSS 0.16% (6th pctl)

Overview

CVE-2026-64317 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

isofs: bound Rock Ridge symlink components to the SL record

get_symlink_chunk() and the SL handling in

parse_rock_ridge_inode_internal() walk the variable-length components of

a Rock Ridge "SL" (symbolic link) record. Each component is a two-byte

header (flags, len) followed by len bytes of text, so it occupies

slp->len + 2 bytes. Both loops read slp->len and advance to the next

component, and get_symlink_chunk() additionally does

memcpy(rpnt, slp->text, slp->len), but neither checks that the component

lies within the SL record before dereferencing it.

A crafted SL record whose component declares a len that runs past the

record (rr->len) therefore triggers an out-of-bounds read of up to 255

bytes. When the record sits at the tail of its backing buffer - for

example a small kmalloc()ed continuation block reached through a CE

record - the read crosses the allocation; get_symlink_chunk() then

copies the out-of-bound

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-64317?

CVE-2026-64317 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-64317?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-64317?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64317 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.