| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:13 |
| 最終更新日 | 2026年5月27日23:48 |