← Volver al buscador de CVEs

CVE-2026-74394

Linux kernel

Descripción

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check imm_buf->len is a user-controlled uint32_t received from the network. Adding it to imm_data_offset without overflow checking allows a malicious initiator to send len=0xFFFFFFFF, causing req_size to wrap around to a small value, bypassing the bounds check, and subsequently passing a ~4GB length to sg_init_one(). Use check_add_overflow() to detect wrapping before the comparison.

CVSS 9.8EPSS 0.54%Riesgo 1.03
Ver fuente
Publicación
2026-08-15 06:22:41
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-17 06:19:34
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H