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

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.71% (51th pctl)

Overview

CVE-2026-63886 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:

scsi: target: iscsi: Validate CHAP_R length before base64 decode

chap_server_compute_hash() allocates client_digest as

kzalloc(chap->digest_size) and then, for BASE64-encoded responses,

passes chap_r directly to chap_base64_decode() without checking whether

the input length could produce more than digest_size bytes of output.

chap_base64_decode() writes to the destination unconditionally as long

as there is input to consume. With MAX_RESPONSE_LENGTH set to 128 and

the "0b" prefix stripped by extract_param(), up to 127 base64 characters

can reach the decoder. 127 characters decode to 95 bytes. For SHA-256

(digest_size=32) this overflows client_digest by 63 bytes; for MD5

(digest_size=16) the overflow is 79 bytes.

The length check at line 344 fires after the write has already happened.

The HEX branch in the same switch statement already validates the length

up front. Apply the same approach to the BASE64 branch: str

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

CVE-2026-63886 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-63886?

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

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

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