CVE-2026-46119

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 CEPH_MSG_AUTH_REPLY contains a positive value in its result field, it is treated as an error code by ceph_handle_auth_reply() and returned to handle_auth_reply(). Thereafter, an attempt is made to send the preallocated message of type CEPH_MSG_AUTH, 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 __send_prepared_auth_request() comparing the len parameter to front_alloc_len 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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc7:*:*:*:*:*:*

History

24 Jun 2026, 16:51

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/1c439de70b1c3eb3c6bffa8245c16b9fc318f114 - () https://git.kernel.org/stable/c/1c439de70b1c3eb3c6bffa8245c16b9fc318f114 - Patch
References () https://git.kernel.org/stable/c/2ae0afd98432536562fa8261538ae795446f0589 - () https://git.kernel.org/stable/c/2ae0afd98432536562fa8261538ae795446f0589 - Patch
References () https://git.kernel.org/stable/c/38fdf04c602d52c42c67fc1617211492753b7e8b - () https://git.kernel.org/stable/c/38fdf04c602d52c42c67fc1617211492753b7e8b - Patch
References () https://git.kernel.org/stable/c/408e85ee708b6aa03eeb0220ffa0915f4d407181 - () https://git.kernel.org/stable/c/408e85ee708b6aa03eeb0220ffa0915f4d407181 - Patch
References () https://git.kernel.org/stable/c/8517b6c8d2c759918ba0058cb6c7e14d59643202 - () https://git.kernel.org/stable/c/8517b6c8d2c759918ba0058cb6c7e14d59643202 - Patch
References () https://git.kernel.org/stable/c/b7df9fbd4869fdfe09a3f501ffd228486521e062 - () https://git.kernel.org/stable/c/b7df9fbd4869fdfe09a3f501ffd228486521e062 - Patch
References () https://git.kernel.org/stable/c/c2374b92c729d0388a538b3cde7b3e3b5e55ef39 - () https://git.kernel.org/stable/c/c2374b92c729d0388a538b3cde7b3e3b5e55ef39 - Patch
First Time Linux linux Kernel
Linux
CWE CWE-125
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:2.6.34:rc4:*:*:*:*:*:*

01 Jun 2026, 17:17

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/38fdf04c602d52c42c67fc1617211492753b7e8b -
  • () https://git.kernel.org/stable/c/c2374b92c729d0388a538b3cde7b3e3b5e55ef39 -

30 May 2026, 11:17

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.1

28 May 2026, 10:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-28 10:16

Updated : 2026-06-24 16:51


NVD link : CVE-2026-46119

Mitre link : CVE-2026-46119

CVE.ORG link : CVE-2026-46119


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-125

Out-of-bounds Read