Description
In the Linux kernel, the following vulnerability has been resolved:

libceph: bound get_version reply decode to front len

handle_get_version_reply() uses msg->front_alloc_len as the decode
boundary for MON_GET_VERSION_REPLY. That is the size of the reused
reply buffer, not the number of bytes actually received.

A truncated reply can therefore pass ceph_decode_need() and decode the
second u64 from stale tail bytes left in the buffer by an earlier
message, causing an uninitialized memory read.

Use msg->front.iov_len as the receive-side decode boundary, matching
other libceph reply handlers and limiting decoding to the bytes that
were actually read from the wire.
Published: 2026-08-12
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when the libceph handler for Ceph MON_GET_VERSION replies decodes the reply using the buffer’s allocated size rather than the actual number of bytes received. A truncated reply can then pass a bounds check and trigger an out‑of‑bounds read of stale data left from a previous message, causing an uninitialized memory read. This can leak kernel memory contents and expose sensitive data. The flaw does not provide direct code execution but can be leveraged to gain information that facilitates further attacks.

Affected Systems

All Linux kernels that include the libceph component prior to the patch are affected. Exact affected versions are not given, so any kernel in which handle_get_version_reply() is present before the upstream change is considered vulnerable.

Risk and Exploitability

The EPSS score is < 1%, indicating a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog and has a CVSS score of 8.6, indicating high severity. Based on the description, it is inferred that exploitation would require a maliciously crafted MON_GET_VERSION reply delivered to a kernel process, implying a local or network‑based attack vector. Because the disclosure is limited to uninitialized memory, the impact is primarily information disclosure, which could assist additional privilege‑escalation techniques if available.

Generated by OpenCVE AI on August 14, 2026 at 00:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel on all affected systems to a version that includes the libceph get_version reply decoding fix.
  • Apply the same kernel upgrade to all nodes that run or communicate with Ceph components to eliminate cross‑node attack vectors.
  • Enable kernel hardening mechanisms such as KASLR and address space protection to reduce the usefulness of any leaked data.
  • Restrict and secure Ceph MON_GET_VERSION traffic by placing monitors behind firewalls, using TLS, or disabling the operation for untrusted clients.

Generated by OpenCVE AI on August 14, 2026 at 00:55 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 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-788

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-125
CWE-788

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: libceph: bound get_version reply decode to front len handle_get_version_reply() uses msg->front_alloc_len as the decode boundary for MON_GET_VERSION_REPLY. That is the size of the reused reply buffer, not the number of bytes actually received. A truncated reply can therefore pass ceph_decode_need() and decode the second u64 from stale tail bytes left in the buffer by an earlier message, causing an uninitialized memory read. Use msg->front.iov_len as the receive-side decode boundary, matching other libceph reply handlers and limiting decoding to the bytes that were actually read from the wire.
Title libceph: bound get_version reply decode to front len
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:35:33.508Z

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

Link: CVE-2026-68433

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T00:17:43.403

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

Link: CVE-2026-68433

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-12T00:00:00Z

Links: CVE-2026-68433 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:00:05Z

Weaknesses