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

8.8 · HIGH
Published Jul 19, 2026 EPSS 0.35% (28th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

nfc: hci: fix out-of-bounds read in HCP header parsing

Both nfc_hci_recv_from_llc() and nci_hci_data_received_cb() read

packet->header from skb->data at function entry without first checking

that the buffer holds at least one byte. A malicious NFC peer can send

a 0-byte HCP frame that passes through the SHDLC layer and reaches

these functions, causing an out-of-bounds heap read of packet->header.

The same 0-byte frame, if queued as a non-final fragment, also causes

the reassembly loop to underflow msg_len to UINT_MAX, triggering

skb_over_panic() when the reassembled skb is written.

Fix this by adding a pskb_may_pull() check at the entry of each

function before packet->header is first accessed. The existing

pskb_may_pull() checks before the reassembled hcp_skb is cast to

struct hcp_packet remain in place to guard the 2-byte HCP message

header.

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

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

How severe is CVE-2026-63915?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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