Answer in brief
CVE-2026-53176 records a Critical severity (CVSS 9.8) vulnerability in IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-53176 records a Critical severity (CVSS 9.8) vulnerability in IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 9.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b8d26b3be8b33682cf163274ed07479a70554633 <75ee6e4aa096aa9e7b2dd5c8ff98356e30aceefb || >=b8d26b3be8b33682cf163274ed07479a70554633 <e8a013c0c3ca2f6708341a56612a3f6d6921620a || >=b8d26b3be8b33682cf163274ed07479a70554633 <bd22740d7f14cb1c0289444cfd2c8d2938667c1d || >=b8d26b3be8b33682cf163274ed07479a70554633 <c1234229399f4af12c553b1b0ffd978eeba65548 || >=b8d26b3be8b33682cf163274ed07479a70554633 <c5584e089b5af7b3bf8bd5e8ca0560cbf32b0a47 || >=b8d26b3be8b33682cf163274ed07479a70554633 <df422fd273c96c2ee5beb80fc21adc8c70c29260 || >=b8d26b3be8b33682cf163274ed07479a70554633 <1ca40b243277c9e88be5e00bd3e083f71aefb93e || >=b8d26b3be8b33682cf163274ed07479a70554633 <29e7b925ae6df64894e82ab6419994dc25580a8a | 75ee6e4aa096aa9e7b2dd5c8ff98356e30aceefb, e8a013c0c3ca2f6708341a56612a3f6d6921620a, bd22740d7f14cb1c0289444cfd2c8d2938667c1d, c1234229399f4af12c553b1b0ffd978eeba65548, c5584e089b5af7b3bf8bd5e8ca0560cbf32b0a47, df422fd273c96c2ee5beb80fc21adc8c70c29260, 1ca40b243277c9e88be5e00bd3e083f71aefb93e, 29e7b925ae6df64894e82ab6419994dc25580a8a |
| Linux/Linuxgeneric | 3.10 | Not reported |
Published upstream
Jun 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
In the Linux kernel, the following vulnerability has been resolved: IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN In drivers/infiniband/ulp/isert/ib_isert.c, isert_login_recv_done() computes the login request payload length as wc->byte_len minus ISER_HEADERS_LEN with no lower bound, and login_req_len is a signed int. A remote iSER initiator can post a login Send work request carrying fewer than ISER_HEADERS_LEN (76) bytes, so the subtraction underflows and login_req_len becomes negative. isert_rx_login_req() then reads that negative length back into a signed int, takes size = min(rx_buflen, MAX_KEY_VALUE_PAIRS), and because the min() is signed it keeps the negative value; the value is then passed as the memcpy() length and sign-extended to a multi-gigabyte size_t. The copy into the 8192-byte login->req_buf runs far out of bounds and faults, crashing the target node. The login phase precedes iSCSI authentication, so no credentials are required to reach this path. Reject any login PDU shorter than ISER_HEADERS_LEN before the subtraction, mirroring the existing early return on a failed work completion, so login_req_len can never go negative. The upper bound was already safe: a posted login buffer cannot deliver more than ISER_RX_PAYLOAD_SIZE, so the difference stays at or below MAX_KEY_VALUE_PAIRS and the existing min() clamps it; only the missing lower bound needs to be added.
Quoted source text, attributed separately from HOL analysis.
CVSS is 9.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b8d26b3be8b33682cf163274ed07479a70554633 <75ee6e4aa096aa9e7b2dd5c8ff98356e30aceefb || >=b8d26b3be8b33682cf163274ed07479a70554633 <e8a013c0c3ca2f6708341a56612a3f6d6921620a || >=b8d26b3be8b33682cf163274ed07479a70554633 <bd22740d7f14cb1c0289444cfd2c8d2938667c1d || >=b8d26b3be8b33682cf163274ed07479a70554633 <c1234229399f4af12c553b1b0ffd978eeba65548 || >=b8d26b3be8b33682cf163274ed07479a70554633 <c5584e089b5af7b3bf8bd5e8ca0560cbf32b0a47 || >=b8d26b3be8b33682cf163274ed07479a70554633 <df422fd273c96c2ee5beb80fc21adc8c70c29260 || >=b8d26b3be8b33682cf163274ed07479a70554633 <1ca40b243277c9e88be5e00bd3e083f71aefb93e || >=b8d26b3be8b33682cf163274ed07479a70554633 <29e7b925ae6df64894e82ab6419994dc25580a8a | 75ee6e4aa096aa9e7b2dd5c8ff98356e30aceefb, e8a013c0c3ca2f6708341a56612a3f6d6921620a, bd22740d7f14cb1c0289444cfd2c8d2938667c1d, c1234229399f4af12c553b1b0ffd978eeba65548, c5584e089b5af7b3bf8bd5e8ca0560cbf32b0a47, df422fd273c96c2ee5beb80fc21adc8c70c29260, 1ca40b243277c9e88be5e00bd3e083f71aefb93e, 29e7b925ae6df64894e82ab6419994dc25580a8a |
| Linux/Linuxgeneric | 3.10 | Not reported |
Published upstream
Jun 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
In the Linux kernel, the following vulnerability has been resolved: IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN In drivers/infiniband/ulp/isert/ib_isert.c, isert_login_recv_done() computes the login request payload length as wc->byte_len minus ISER_HEADERS_LEN with no lower bound, and login_req_len is a signed int. A remote iSER initiator can post a login Send work request carrying fewer than ISER_HEADERS_LEN (76) bytes, so the subtraction underflows and login_req_len becomes negative. isert_rx_login_req() then reads that negative length back into a signed int, takes size = min(rx_buflen, MAX_KEY_VALUE_PAIRS), and because the min() is signed it keeps the negative value; the value is then passed as the memcpy() length and sign-extended to a multi-gigabyte size_t. The copy into the 8192-byte login->req_buf runs far out of bounds and faults, crashing the target node. The login phase precedes iSCSI authentication, so no credentials are required to reach this path. Reject any login PDU shorter than ISER_HEADERS_LEN before the subtraction, mirroring the existing early return on a failed work completion, so login_req_len can never go negative. The upper bound was already safe: a posted login buffer cannot deliver more than ISER_RX_PAYLOAD_SIZE, so the difference stays at or below MAX_KEY_VALUE_PAIRS and the existing min() clamps it; only the missing lower bound needs to be added.
Quoted source text, attributed separately from HOL analysis.