CVE-2026-46119

Source
https://cve.org/CVERecord?id=CVE-2026-46119
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-46119.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-46119
Downstream
Related
Published
2026-05-28T09:35:34.543Z
Modified
2026-07-02T09:29:16.889789373Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
libceph: Fix slab-out-of-bounds access in auth message processing
Details

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

libceph: Fix slab-out-of-bounds access in auth message processing

If a (potentially corrupted) message of type CEPHMSGAUTHREPLY contains a positive value in its result field, it is treated as an error code by cephhandleauthreply() and returned to handleauthreply(). Thereafter, an attempt is made to send the preallocated message of type CEPHMSGAUTH, where the returned value is interpreted as the size of the front segment to send. If the result value in the message is greater than the size of the memory buffer allocated for the front segment, an out-of-bounds access occurs, and the content of the memory region beyond this buffer is sent out.

This patch fixes the issue by treating only negative values in the result field as errors. Positive values are therefore treated as success in the same way as a zero value. Additionally, a BUG_ON is added to _sendpreparedauthrequest() comparing the len parameter to frontalloclen to prevent sending the message if it exceeds the bounds of the allocation and to make it easier to catch any logic flaws leading to this.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46119.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
4e7a5dcd1bbab6560fbc8ada29a840e7a20ed7bc
Fixed
c2374b92c729d0388a538b3cde7b3e3b5e55ef39
Fixed
38fdf04c602d52c42c67fc1617211492753b7e8b
Fixed
2ae0afd98432536562fa8261538ae795446f0589
Fixed
408e85ee708b6aa03eeb0220ffa0915f4d407181
Fixed
b7df9fbd4869fdfe09a3f501ffd228486521e062
Fixed
8517b6c8d2c759918ba0058cb6c7e14d59643202
Fixed
1c439de70b1c3eb3c6bffa8245c16b9fc318f114

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.34
Fixed
5.15.209
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.175
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.140
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.88
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.30
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.7

Database specific

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