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

9.8 · CRITICAL
Published Aug 26, 2026

Overview

CVE-2026-80561 is a critical-severity vulnerability. It was published on August 26, 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:

libceph: fix multiple unsafe decodes in decode_locker()

decode_locker() in cls_lock_client.c contains three unsafe decode

operations that allow a malicious or compromised OSD to trigger

slab-out-of-bounds reads:

1. ceph_decode_copy() at the locker_id_t name field has no preceding

bounds check. With p == end after ceph_start_decoding() accepts

struct_len=0, this reads sizeof(ceph_entity_name) = 9 bytes past

the validated buffer boundary.

2. *p += sizeof(struct ceph_timespec) after the locker_info_t header

is an unchecked pointer advance. A malicious OSD can position p

past end, causing all subsequent _safe checks to pass against a

bogus boundary.

3. len = ceph_decode_32(p) has no preceding bounds check, and the

immediately following *p += len is uncapped. A malicious OSD can

send len=0xffffffff, advancing p gigabytes past end and escaping

the decode window entirely.

Fix all three by repl

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

CVE-2026-80561 is a critical-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-80561?

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

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

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