CVE-2026-52956
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
24/06/2026
Última modificación:
14/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()<br />
<br />
In __ceph_x_decrypt(), a part of the buffer p is interpreted as a<br />
ceph_x_encrypt_header, and the magic field of this struct is accessed.<br />
This happens without any guarantee that the buffer is large enough to<br />
hold this struct. The function parameter ciphertext_len represents the<br />
length of the ciphertext to decrypt and is guaranteed to be at most the<br />
remaining size of the allocated buffer p. However, this value is not<br />
necessarily greater than sizeof(ceph_x_encrypt_header). E.g., a message<br />
frame of type FRAME_TAG_AUTH_REPLY_MORE, that is just as long to hold<br />
the ciphertext at its end with a ciphertext_len of 8 or less, can<br />
trigger an out-of-bounds memory access when accessing hdr->magic.<br />
<br />
This patch fixes the issue by adding a check to ensure that the<br />
decrypted plaintext in the buffer is large enough to represent at least<br />
the ceph_x_encrypt_header.
Impacto
Puntuación base 3.x
7.50
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.9.6 (incluyendo) | 4.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.10 (incluyendo) | 7.0.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



