PatchSiren cyber security CVE debrief
CVE-2026-90414 Linux CVE debrief
A vulnerability in the Linux kernel's iSER (iSCSI over RDMA) implementation allows an initiator to declare a data segment larger than the bytes it actually sent, causing an out-of-bounds read of the receive buffer. This can lead to heap contents being written through the backend to the backing store. The vulnerability is triggered after login completes when an initiator sends a PDU with a declared data-segment length exceeding what was received.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- CRITICAL 9.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel developers and administrators, iSER target and initiator operators, and security teams responsible for Linux kernel and iSER infrastructure should verify and apply the patch, restrict initiator access, and monitor for unusual activity. They should also review and update iSER configuration to ensure proper receive buffer sizing and implement compensating controls to detect and prevent exploitation.
Why it matters
This vulnerability allows an initiator to declare a data segment larger than the bytes it actually sent, causing an out-of-bounds read of the receive buffer. Linux kernel developers and administrators, iSER target and initiator operators, and security teams should verify and apply the patch, restrict initiator access, and monitor for unusual activity.
- Verify receive buffer sizing and PDU length validation
- Restrict initiator access to the iSER target
- Monitor for unusual PDU lengths and connection reinitialization
Technical summary
The Linux kernel's iSER implementation does not validate the declared data segment length against the actual received bytes, allowing an initiator to cause an out-of-bounds read of the receive buffer. This can lead to heap contents being written through the backend to the backing store. The vulnerability is triggered after login completes when an initiator sends a PDU with a declared data-segment length exceeding what was received. To address this, validate wc->byte_len against the framing in isert_recv_done() before the PDU reaches any handler, and reinstate the connection if it is short.
Defensive priority
High
Recommended defensive actions
- Verify and apply the Linux kernel patch to validate wc->byte_len against the framing in isert_recv_done()
- Restrict initiator access to the iSER target
- Monitor for unusual PDU lengths and connection reinitialization
- Review and update iSER configuration to ensure proper receive buffer sizing
- Perform vulnerability scanning to identify potentially affected systems
- Implement compensating controls to detect and prevent exploitation
- Track and review security logs for signs of exploitation attempts
Evidence notes
The vulnerability was resolved in the Linux kernel by validating wc->byte_len against the framing in isert_recv_done() before the PDU reaches any handler, and reinstating the connection if it is short.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90414 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90414
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90414 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90414
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/274b1ad7e78338710864c4b4235bb1ce7e7107f9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2a6b8f88fb7ee51714a1922a039225bdcaf12855
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/352dc85324b29f5c85876f2666f3158b645e3f18
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/39da0b7e1f530347d284cebcfc5b5afa90a173bf
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/957f92ea4022fb6af4618271615a2a21a7b5bef9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b4706722ed3ea72882b3c986a19b4a1ba66384c4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/bc58e9d3dc560220c57b8bdfc12af0cff1c8a43d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cf36fa5357a2fb25776a568d13a3653da7d99bcb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.