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

7.5 · HIGH
Published Aug 10, 2026 EPSS 0.67% (49th pctl)

Overview

CVE-2026-68155 is a high-severity vulnerability. It was published on August 10, 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:

libceph: Reject monmaps advertising zero monitors

A message of type CEPH_MSG_MON_MAP contains a monmap that is sent from a

monitor to the client. This monmap contains information about the

existing monitors in the cluster. Currently, a monmap indicating that

there are zero monitors in the cluster is treated as valid. However, it

is impossible to have zero monitors in the cluster and still receive a

valid monmap from a monitor. Therefore, such a monmap must be corrupted

and should be treated as invalid. Furthermore, a monmap with a monitor

count of zero can subsequently crash the client when attempting to open

a session with a monitor in __open_session(). This happens because the

"BUG_ON(monc->monmap->num_mon < 1)" assertion in pick_new_mon() is

triggered.

This patch extends a check in ceph_monmap_decode() to also reject

arriving mon_maps with num_mon == 0 rather than only with

num_mon > CEPH_MAX_MON.

[ idryomov: dr

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

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

How severe is CVE-2026-68155?

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

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

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