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

7.5 · HIGH
Published Aug 26, 2026 EPSS 0.51% (41th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

ceph: fix hanging __ceph_get_caps() with stale mds_wanted

A reader can hang forever in __ceph_get_caps() when the client no

longer holds `FILE_RD`, but local cap state still says that the

capability is already wanted (via `mds_wanted`).

One way to trigger this is through MDS cap revocation. If another

client performs a conflicting operation, the MDS can revoke `FILE_RD`

from the reader; the next read then has to reacquire `FILE_RD`. If

the cap update that should request `FILE_RD` never reaches the MDS

after `cap->mds_wanted` was raised, the reader is left holding only

non-file caps while local `mds_wanted` still includes the file read

caps.

In that state, try_get_cap_refs() sees `need <= mds_wanted` and

returns 0, so __ceph_get_caps() just waits on `i_cap_wq`. If the cap

update that was supposed to request `FILE_RD never reaches the MDS

after `cap->mds_wanted was` raised, no further request is sent and the

waite

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

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

How severe is CVE-2026-80527?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-80527?

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

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