13 matches found
DEBIAN-CVE-2026-90414
In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...
EUVD-2026-82075
In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject PDUs declaring more data than was received isertrecvdone hands each received PDU to the opcode handlers without ever looking at wc-bytelen, the number of bytes the HCA actually placed in the receive descriptor. T...
CVE-2026-90414
This vulnerability affects the Linux kernel's IB/isert (iSCSI Target over RDMA) subsystem. The root cause is that isert_recv_done() passes received PDUs to opcode handlers without validating wc->byte_len against the data-segment length declared by the initiator. An initiator can declare a data...
EUVD-2026-82074
In the Linux kernel, the following vulnerability has been resolved: IB/isert: reject login PDUs declaring more data than was received isertloginrecvdone records how many bytes the HCA actually placed in the login buffer, but nothing compares that against the length the login PDU's BHS declares...
CVE-2026-90413
CVE-2026-90413 affects the Linux kernel IB/isert (iSCSI target over RDMA) subsystem. The root cause is a slab-out-of-bounds read : when an iSCSI initiator sends a login PDU whose declared DataSegmentLength exceeds the bytes actually placed in the buffer, the kernel reads beyond the fixed 8192-byt...
CVE-2026-90293 IB/isert: post the full-feature receive buffers after session registration
In the Linux kernel, the following vulnerability has been resolved: IB/isert: post the full-feature receive buffers after session registration isertputlogintx posts the full-feature receive buffers before transportregistersession runs, so an initiator that does not wait for the final Login Respon...
EUVD-2026-81887
In the Linux kernel, the following vulnerability has been resolved: IB/isert: delay the final Login Response until the session is registered isertputlogintx puts the final Login Response on the wire before transportregistersession, which iscsipostloginhandler reaches only after iscsitargetdologin...
EUVD-2026-81886
In the Linux kernel, the following vulnerability has been resolved: IB/isert: post the full-feature receive buffers after session registration isertputlogintx posts the full-feature receive buffers before transportregistersession runs, so an initiator that does not wait for the final Login Respon...
CVE-2026-90294
CVE-2026-90294 affects the Linux kernel IB/isert (iSCSI target over RDMA) subsystem. The root cause is a race condition: isert_put_login_tx() sends the final Login Response before __transport_register_session() completes, so an initiator that immediately issues a SCSI command can trigger a NULL p...
CVE-2026-90293
This Linux kernel vulnerability affects the iSCSI Target over RDMA (iSER) subsystem. The root cause is a race condition: isert_put_login_tx() posts full-feature receive buffers before __transport_register_session() completes. An initiator that does not wait for the final Login Response can then e...
K000163056: Linux kernel vulnerability CVE-2026-53133, CVE-2026-53176, CVE-2026-53215, CVE-2026-53265
Security Advisory Description CVE-2026-53133 In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix truncation for block sizes = 4G When the iommu is used the linearization of the mapping can give a single block that is very large split across multiple SG entries. When...
CVE-2026-53176
CVE-2026-53176 affects the Linux kernel iSER (IB/isert) login handling in ib_isert.c. A remote iSER initiator could send a login PDU shorter than ISER_HEADERS_LEN (76), causing an integer underflow in isert_login_recv_done() when computing login_req_len, leading to a negative length used in a mem...
CVE-2023-54219
In the Linux kernel, the following vulnerability has been resolved: Revert "IB/isert: Fix incorrect release of isert connection" Commit: 699826f4e30a "IB/isert: Fix incorrect release of isert connection" is causing problems on OPA when DEVICEREMOVAL is happening. ------------ cut here -----------...