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

Published Jul 19, 2026 EPSS 0.21% (11th pctl)

Overview

CVE-2026-63960 is a known-severity vulnerability. It was published on July 19, 2026.

Technical Description

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

usb: typec: wcove: don't write past struct pd_message in wcove_read_rx_buffer()

wcove_read_rx_buffer() copies the PD RX FIFO into the caller's

struct pd_message with

for (i = 0; i < USBC_RXINFO_RXBYTES(info); i++)

regmap_read(wcove->regmap, USBC_RX_DATA + i, msg + i);

which has two problems:

USBC_RXINFO_RXBYTES() is a 5-bit field (max 31) while struct pd_message

is 30 bytes (__le16 header + __le32 payload[PD_MAX_PAYLOAD], packed).

The byte count latched in RXINFO is the number of bytes the port partner

put on the wire, so a malicious partner that transmits a 31-byte frame

can drive the loop one byte past the destination if the WCOVE BMC

receiver does not enforce the PD object-count limit in hardware. The

existing FIXME flagged this as unverified.

Independently, regmap_read() takes an unsigned int * and stores a full

unsigned int at the destination. Passing the byte pointer msg + i means

each iteration writes f

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

CVE-2026-63960 is a known-severity vulnerability. It was published on July 19, 2026.

How severe is CVE-2026-63960?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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