Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53176

9.8 · CRITICAL
Published Jun 25, 2026 linux CWE-191

Overview

CVE-2026-53176 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.10, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53176?

CVE-2026-53176 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-53176?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-53176?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53176?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53176 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026