| Summary | In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: do not reuse an in-progress partial send espintcp keeps a single in-flight transmit in ctx->partial. For blocking callers, espintcp_push_msgs() may return success even when Do not rebuild the send message when ctx->partial is still in progress. This is a memory-safety fix: reusing the live partial-send state can tcp_sendmsg_locked() already handles waiting for send buffer memory, so |
|---|---|
| Publication Date | June 24, 2026, 5:16 p.m. |
| Registration Date | June 27, 2026, 4:17 a.m. |
| Last Update | June 24, 2026, 5:16 p.m. |