CVE-2026-68433

Source
https://cve.org/CVERecord?id=CVE-2026-68433
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68433.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68433
Downstream
Published
2026-08-12T00:07:20.455Z
Modified
2026-08-18T03:31:08.234216065Z
Severity
  • 8.6 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H CVSS Calculator
Summary
libceph: bound get_version reply decode to front len
Details

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

libceph: bound get_version reply decode to front len

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

A truncated reply can therefore pass cephdecodeneed() 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68433.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
513a8243d67f8e8d27f2883bd2f18bc87c7ca376
Fixed
340e0386aa39da181015bee38f309018c335ce16
Fixed
d60de8253c85a02d0e6194b0735e7a562981a04c
Fixed
4e7ebfaa0d14cf50e44041bfde38070d6dbc019f
Fixed
0d934c934ec746d53fc7e4f53239792647bbae63
Fixed
d3c32939fa0e3ee9b883b9a0fd1972c5c444e3d0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68433.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.16.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68433.json"