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

9.8 · CRITICAL
Published Aug 26, 2026

Overview

CVE-2026-80557 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 OOB read in decode_watchers() via missing bounds check

ceph_start_decoding() validates that struct_len bytes remain in the

buffer after the encoding header, but accepts struct_len=0 as valid:

ceph_decode_need(p, end, 0, bad) always passes. When a malicious or

compromised OSD sends an obj_list_watch_response_t reply with

struct_len=0, ceph_start_decoding() returns success with p == end,

leaving zero bytes guaranteed for subsequent reads.

The immediately following ceph_decode_32(p) in decode_watchers() has

no preceding bounds check. With p == end this is a 4-byte read past

the validated buffer boundary. The garbage value is then passed

directly to kzalloc_objs() as the watcher count.

The sibling function decode_watcher() already uses the safe variants

(ceph_decode_copy_safe, ceph_decode_64_safe, ceph_decode_skip_32)

after its own ceph_start_decoding() call. decode_watchers() is the

only site that uses th

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

CVE-2026-80557 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-80557?

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

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

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