CVE-2026-80558

Source
https://cve.org/CVERecord?id=CVE-2026-80558
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80558.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80558
Downstream
Published
2026-08-26T14:37:24.768Z
Modified
2026-08-27T03:57:20.798117501Z
Summary
libceph: Avoid using invalid osd indices from primary_temp
Details

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

libceph: Avoid using invalid osd indices from primary_temp

A corrupted osdmap received from a Ceph monitor or OSD may contain osd indices in its pgtemp, primarytemp, pgupmap, and pgupmapitems parts that don't exist, i.e., that are greater than maxosd or smaller than CEPHHOMELESSOSD (-1). These indices are used to create the up and acting set in cephpgtoupactingosds(), called from calctarget(). While most of these osd indices are checked, the one from primarytemp is not. Subsequently, this may lead to calctarget() returning this (potentially invalid) index as target osd for a (linger) request. Because the osdstate, osdweight, and osdaddr arrays only contain maxosd entries (with indices 0 to max_osd -1), this leads to out-of-bounds accesses when trying to read values from these arrays.

This patch fixes the issue by adding a check to gettemposds(), so that only valid osd indices from primarytemp are used, and it falls back to using the primary from pgtemp or the up set if it is invalid.

[ idryomov: changelog ]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80558.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
5e8d4d36bf23bb7baf027c479d54395840219928
Fixed
505fc50b8ff8e687b7e3ef6866269dea27366224
Fixed
1c705fe8e59c6b16f48964973fb23c8ec4735b73
Fixed
dfe1877d351b99eb1b1a62a3fc2d174220e88e20
Fixed
e2ffeec85201b2bb748e99e12539ee1b92f62796
Fixed
6799d4a916ffcb3d450d8440f9fe0f0862f768d6
Fixed
4f392fec075562dc93bb0c69f37423ca2af9b48f
Fixed
e009c5f0ad634c62f5c48a41f1f3c019ecf52555
Fixed
3660b98d1204b419f6a77e9a295f148dcf38d042

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.15.0
Fixed
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.153
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.105
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.46
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-80558.json"