CVE-2026-68158
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
19/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
libceph: Fix multiplication overflow in decode_new_up_state_weight()<br />
<br />
If a message of type CEPH_MSG_OSD_MAP contains a (maliciously) corrupted<br />
osdmap, out-of-bounds memory accesses may occur in<br />
decode_new_up_state_weight(). This happens because the bounds check for<br />
the new_state part is based on calculating its length depending on a len<br />
value read from the incoming message. This calculation may overflow<br />
leading to an incorrect bounds check. Subsequently, out-of-bounds reads<br />
may occur when decoding this part.<br />
<br />
This patch switches the multiplication to use check_mul_overflow() to<br />
abort processing the osdmap if an overflow occurred. Therefore,<br />
osdmaps/messages containing large values for len that result in a<br />
multiplication overflow are treated as invalid.<br />
<br />
[ idryomov: rename new_state_len -> new_state_item_size, formatting ]
Impacto
Puntuación base 3.x
9.80
Gravedad 3.x
CRÍTICA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/05c90e059269f087becfcce23348496085835c29
- https://git.kernel.org/stable/c/143ba49ead77ec483c0326f8aaad8649874e99c4
- https://git.kernel.org/stable/c/1732d89dfcd74f6fde9ce70900d316c4a151c153
- https://git.kernel.org/stable/c/2ceee3b77b83052648c40fef965f836fd7699d26
- https://git.kernel.org/stable/c/98917a499ec7064c14fc56d180a4fd636fc2784c
- https://git.kernel.org/stable/c/bee4b5b53e7bff0467fd916cc44c9b190733c6bd
- https://git.kernel.org/stable/c/e4473751cc37db41f3f7da25d64a23e0c74570f1
- https://git.kernel.org/stable/c/f6961070c326bd158c38fa48756cde2bd78c4aaa


