CVE-2026-63890
Last modified
CVE-2026-63890 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker drivers/scsi/fcoe/fcoe_ctlr.c::fcoe_ctlr_recv_clr_vlink() advanced the descriptor cursor by an attacker-supplied fip_dlen without ever requiring dlen >= sizeof(struct fip_desc) in the default branch. The named descriptor cases (FIP_DT_MAC, FIP_DT_NAME, FIP_DT_VN_ID) checked their per-type minimum lengths, but a FIP_DT_NON_CRITICAL descriptor (fip_dtype >= 128, which the standard requires receivers to silently ignore) skipped that check entirely. An unauthenticated L2 peer on the FCoE control VLAN could hang fcoe_ctlr_recv_work on an fcoe, qedf, or bnx2fc initiator indefinitely by emitting one FIP CVL frame whose single descriptor had fip_dtype == FIP_DT_NON_CRITICAL and fip_dlen == 0: the cursor advanced zero bytes per iteration and the loop condition rlen >= sizeof(*desc) stayed true forever, blocking every subsequent FIP frame on that controller. Tighten the outer dlen guard to also reject dlen < sizeof(struct fip_desc), so a malformed descriptor whose length cannot even cover the descriptor header is rejected before the switch. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker drivers/scsi/fcoe/fcoe_ctlr.c::fcoe_ctlr_recv_clr_vlink() advanced the descriptor cursor by an attacker-supplied fip_dlen without ever requiring dlen >= sizeof(struct fip_desc) in the default branch. The named descriptor cases (FIP_DT_MAC, FIP_DT_NAME, FIP_DT_VN_ID) checked their per-type minimum lengths, but a FIP_DT_NON_CRITICAL descriptor (fip_dtype >= 128, which the standard requires receivers to silently ignore) skipped that check entirely. An unauthenticated L2 peer on the FCoE control VLAN could hang fcoe_ctlr_recv_work on an fcoe, qedf, or bnx2fc initiator indefinitely by emitting one FIP CVL frame whose single descriptor had fip_dtype == FIP_DT_NON_CRITICAL and fip_dlen == 0: the cursor advanced zero bytes per iteration and the loop condition rlen >= sizeof(*desc) stayed true forever, blocking every subsequent FIP frame on that controller. Tighten the outer dlen guard to also reject dlen < sizeof(struct fip_desc), so a malformed descriptor whose length cannot even cover the descriptor header is rejected before the switch. This is the same lower-bound the named cases already apply and is the minimum scope that closes the loop.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < d179949d2175d2857d1c3a275a22bea58bcc5d36; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < fda976f7390bb5d1e9b84ef11ebb17323038e0c6; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < 80a0cd307205236ca28aa49bc553f58edcb9bf3a; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < 0e3c6e5a8fc15a74dfb1e0c1df9f1da73600a81a; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < 549859a1131052b07dff11a448e9f3221a40f260; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < 14dd80a20a72ce334adcc2d67402360527065948; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < d537d29d51c8b808469e5adacf3e5a0092700738; >= 97c8389d54b9665c38105ea72a428a44b97ff2f6, < 9eed1bd59937e6828b00d2f2dfef631d964f3636 |
| Linux | Linux | 2.6.30 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63890?
How severe is CVE-2026-63890?
How do I fix CVE-2026-63890?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63885In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63886In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63887In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63888In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63889In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-6389IBM Turbonomic prometurbo agent 8.16.0 through 8.17.6 IBM Tu…7.8
- CVE-2026-63891In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63892In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63893In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-63894In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63895In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63896In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63890?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
