CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-68158

criticalCVSS 9.8covered by 2 sourcesfirst seen 2026-08-10
In the Linux kernel, the following vulnerability has been resolved: libceph: Fix multiplication overflow in decode_new_up_state_weight() If a message of type CEPH_MSG_OSD_MAP contains a (maliciously) corrupted osdmap, out-of-bounds memory accesses may occur in decode_new_up_state_weight(). This happens because the bounds check for the new_state part is based on calculating its length depending on a len value read from the incoming message. This calculation may overflow leading to an incorrect bounds check. Subsequently, out-of-bounds reads may occur when decoding this part. This patch switches the multiplication to use check_mul_overflow() to abort processing the osdmap if an overflow occurred. Therefore, osdmaps/messages containing large values for len that result in a multiplication overflow are treated as invalid. [ idryomov: rename new_state_len -> new_state_item_size, formatting ]

CSIRTS triage

What
The libceph decode_new_up_state_weight function contains a multiplication overflow vulnerability.
Who is affected
Linux systems using Ceph networking protocol.
Urgency
Medium priority; CVSS 6.5 indicates memory corruption risk in Ceph communication.
Action
Apply kernel patch fixing integer overflow in libceph decode_new_up_state_weight.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-68158

Get an email if CVE-2026-68158 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-68158

CVE.org record

Embed the live status

CVE-2026-68158 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-68158 status](https://www.csirts.com/badge/CVE-2026-68158)](https://www.csirts.com/cve/CVE-2026-68158)