| Summary | In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv rxe_rcv() currently checks only that the incoming packet is at least However, payload_size() subtracts both the attacker-controlled BTH pad payload_size = pkt->paylen - offset[RXE_PAYLOAD] - bth_pad(pkt) This means a short packet can still make payload_size() underflow even Fix this by validating pkt->paylen against the full minimum length |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |