CVE-2026-80557

Source
https://cve.org/CVERecord?id=CVE-2026-80557
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80557.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80557
Downstream
Published
2026-08-26T14:37:24.178Z
Modified
2026-08-28T03:47:29.010363471Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
libceph: fix OOB read in decode_watchers() via missing bounds check
Details

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

libceph: fix OOB read in decode_watchers() via missing bounds check

cephstartdecoding() validates that structlen bytes remain in the buffer after the encoding header, but accepts structlen=0 as valid: cephdecodeneed(p, end, 0, bad) always passes. When a malicious or compromised OSD sends an objlistwatchresponset reply with structlen=0, cephstart_decoding() returns success with p == end, leaving zero bytes guaranteed for subsequent reads.

The immediately following cephdecode32(p) in decodewatchers() has no preceding bounds check. With p == end this is a 4-byte read past the validated buffer boundary. The garbage value is then passed directly to kzallocobjs() as the watcher count.

The sibling function decodewatcher() already uses the safe variants (cephdecodecopysafe, cephdecode64safe, cephdecodeskip32) after its own cephstartdecoding() call. decode_watchers() is the only site that uses the bare variant, confirming an oversight.

Fix by replacing cephdecode32(p) with cephdecode32safe(p, end, *numwatchers, bad), consistent with the established pattern.

Attacker model: a malicious or compromised OSD in a multi-tenant Ceph deployment (e.g. cloud) can trigger this against any kernel client that calls CEPHOSDOPLISTWATCHERS, without any further privileges beyond OSD session establishment.

[ idryomov: trim changelog ]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80557.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
a4ed38d7a180f184a6e7aedd09db9ca4b1e6a71c
Fixed
85479b7d65b4ebcb07fbbe57230976793974ab4a
Fixed
1c824e7c75bb4adf19553dd4ea944a5d83096be8
Fixed
f161be39201eb5f9b1f58fb8f90b8a9cd3931eb6
Fixed
eab3eeb68bfc639d74f27256f05546af5c4f787d
Fixed
c59219a6b62d74936963983e5815524c3de8dd79
Fixed
cb8246e5846dbbe34930903a90c7a90dd8e5910b
Fixed
7130d94846dadbb97b6b7f4d78a3a7bba6e3daa1
Fixed
00ead17c7de137a692edee59f2772e6af687e8eb

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.9.0
Fixed
5.10.267
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.218
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.154
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.106
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

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