CVE-2026-46119
libceph slab-out-of-bounds in auth message processing
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's libceph component during the processing of authentication messages.
When a message of type CEPH_MSG_AUTH_REPLY contains a positive value in its result field, the code mistakenly treats it as an error code and uses this value as the size of a memory segment to send.
If this positive result value is larger than the allocated memory buffer for that segment, it causes a slab-out-of-bounds access, meaning memory beyond the allocated buffer is accessed and sent out.
The fix involves treating only negative values as errors and adding checks to prevent sending messages that exceed allocated memory bounds.
How can this vulnerability impact me? :
This vulnerability can lead to out-of-bounds memory access and potentially leak sensitive memory contents beyond the intended buffer.
An attacker could exploit this flaw by sending a specially crafted authentication reply message that triggers the out-of-bounds read and causes unintended data disclosure.
Such memory disclosure could expose sensitive information, potentially compromising system security or confidentiality.