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

7.9 · HIGH
Published Aug 26, 2026 EPSS 0.14% (3th pctl)

Overview

CVE-2026-80550 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.9 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.9, 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:

s390/vfio_ccw: Fix out of bounds check on CCW array

The routine ccwchain_calc_length() counts the number of channel

command words (CCWs) that are chained together in a single channel

program, and rejects anything larger than CCWCHAIN_LEN_MAX (256) CCWs.

The loop itself is "do..while (count < 257)", and while the logic in

is_cpa_within_range() correctly adjusts between the 0-index array of

CCWs and the count of CCWs starting at 1, this means it would look

at a possible 257th CCW before ending the loop and (correctly)

returning an error.

Fix this by restructuring the loop to break as soon as 256 CCWs

(thus indexes 0-255) are examined, without looking at memory

outside the range.

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

CVE-2026-80550 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.9 (HIGH).

How severe is CVE-2026-80550?

This vulnerability has a CVSS 3.1 base score of 7.9, 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-80550?

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

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