CVE-2026-80550

High

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.

Package Linux Kernel
Published 2026-08-26
Last modified 2026-08-27
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

7.9

out of 10
High
Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
Low
Vector string
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L

Affected versions

Linux kernel versions 4.12 and later are affected. Fixed in 5.10.266, 5.15.217, 6.1.184, 6.6.153, 6.12.105, 6.18.46, 7.1.10, 7.2 and their respective stable series.

Affected from
≥ 4.12
Fixed in
✓ 5.10.266 5.10.x ✓ 5.15.217 5.15.x ✓ 6.1.184 6.1.x ✓ 6.6.153 6.6.x ✓ 6.12.105 6.12.x ✓ 6.18.46 6.18.x ✓ 7.1.10 7.1.x ✓ 7.2

Frequently asked questions

  • What is CVE-2026-80550?

    CVE-2026-80550 is a High severity Linux kernel vulnerability with a CVSS score of 7.9 out of 10 . It affects Linux kernel versions from 4.12 onward and has been patched in 5.10.266, 5.15.217, 6.1.184 and others. CVE-2026-80550 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2026-80550?

    CVE-2026-80550 has a CVSS score of 7.9 out of 10, rated High severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L .

  • Is there a patch available for CVE-2026-80550?

    Yes. CVE-2026-80550 has been patched. Fixed versions include 5.10.266, 5.15.217, 6.1.184 and others. If you are running Linux kernel 4.12 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-80550 actively exploited?

    No. CVE-2026-80550 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.