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: drop "log output for unusual values of num_mon" part ]
Published: 2026-08-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s libceph implementation contains a CWE-617 flaw that incorrectly accepts a CEPH_MSG_MON_MAP with a monitor count of zero as valid. When such a malformed monmap reaches the client, the kernel establishes a session to a nonexistent monitor, causing the BUG_ON assertion in __open_session() to fire and the client to crash. This results in an immediate denial of service for any Ceph client relying on the kernel’s Ceph stack.

Affected Systems

Any Linux kernel distribution that includes libceph and supports the Ceph client is impacted. Kernel builds with Ceph support but missing the recent patch that rejects zero‑monitor monmaps are vulnerable. Version details are not listed, so all unpatched current releases remain at risk.

Risk and Exploitability

The CVSS score of 7.5 classifies this issue as High severity while the EPSS score of <1% indicates a low probability of exploitation. The flaw is a CWE-617 Improper Input Validation weakness. Attackers would need to deliver a malformed CEPH_MSG_MON_MAP, which in practice requires compromising or controlling a Ceph monitor or otherwise injecting messages into the client’s monitor communication channel. The CVE is not included in CISA’s KEV catalog, and the attack surface is limited to trusted or locally reachable monitors, making exploitation relatively constrained.

Generated by OpenCVE AI on August 14, 2026 at 02:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the patch rejecting zero‑monitor monmaps in libceph.
  • If an immediate kernel update is not possible, temporarily disable Ceph client usage or unmount Ceph filesystems on the affected host to prevent the crash.
  • Configure Ceph monitor logs or client monitoring to alert on receipt of CEPH_MSG_MON_MAP messages with a monitor count of zero, investigate any unexpected anomalies, and ensure Ceph monitors are properly secured to prevent attackers from tampering with monmap transmissions.

Generated by OpenCVE AI on August 14, 2026 at 02:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Thu, 13 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-617
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
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: drop "log output for unusual values of num_mon" part ]
Title libceph: Reject monmaps advertising zero monitors
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:30:22.933Z

Reserved: 2026-07-30T09:28:09.371Z

Link: CVE-2026-68155

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:01.657

Modified: 2026-08-19T17:20:32.680

Link: CVE-2026-68155

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T11:59:21Z

Links: CVE-2026-68155 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T02:15:03Z

Weaknesses