CVE-2026-63889
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn the Linux kernel, the following vulnerability has been resolved: scsi: scsi_transport_fc: Widen FPIN pname walker counter to u32 An adjacent Fibre Channel fabric actor that can deliver an FPIN ELS frame to an lpfc or qla2xxx Linux initiator can trigger a non-return in the generic FC transport. This is not a local userspace or IP network path; the attacker must be able to inject fabric traffic, for example as a compromised switch or fabric controller, or as a same-zone N_Port on a fabric that permits source spoofing. The Link-Integrity and Peer-Congestion FPIN walkers used a u8 loop counter against the 32-bit on-wire pname_count field, and did not bound pname_count by the descriptor body already validated by the TLV walker. A pname_count of 256 therefore wraps the counter and keeps the loop condition true indefinitely. Factor the shared pname_list[] walk into one helper, widen the counter to u32, and clamp pname_count against the entries that fit in the descriptor body before iterating.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Linux kernel's SCSI FC transport contains an integer wrap vulnerability in FPIN (Fabric Performance Impact Notification) frame handling. When processing Link-Integrity or Peer-Congestion FPIN frames, an 8-bit (u8) loop counter is used against a 32-bit pname_count field from the wire. A pname_count value of 256 or greater causes the counter to wrap to 0, keeping the loop condition true indefinitely and creating an infinite loop (non-return). The attacker requires adjacent fabric access (compromised switch, fabric controller, or spoofed N_Port) to inject malicious FPIN frames.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel version for FPIN ELS fix inclusionRun 'uname -r' to get the running kernel version, then check if the fix (counter widened to u32 with bounds checking) is present in the kernel source code for scsi_transport_fcAffected if Running a kernel version prior to the fix that contains the vulnerable FPIN ELS pname_count handling code with a u8 loop counter
-
Verify scsi_transport_fc module statusRun 'lsmod | grep scsi_transport_fc' or check '/sys/module/scsi_transport_fc' to see if the Fibre Channel transport module is loadedAffected if The scsi_transport_fc module is loaded or compiled into the kernel and the system uses Fibre Channel storage
-
Check for active FC HBAsRun 'ls /sys/class/fc_host' or 'cat /sys/class/fc_host/host*/port_state' to enumerate Fibre Channel host bus adaptersAffected if The system has active FC HBAs that can receive FPIN ELS frames from the fabric
-
Identify FPIN ELS handling code presenceSearch kernel source or module for the fc_els_ct_unsol_acc function and the pname_count loop handling logic using 'grep -r fc_els_ct_unsol_acc /lib/modules/$(uname -r)' or equivalentAffected if The kernel contains the vulnerable code path that processes FPIN ELS frames with the unchecked u8 counter
A system is affected if it runs a vulnerable kernel version with scsi_transport_fc loaded and has active Fibre Channel HBAs that can receive the malicious FPIN ELS frames from an adjacent fabric actor.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataApply the upstream kernel patch which widens the loop counter to u32 and adds bounds clamping before iteration. As a compensating control, restrict physical access to the Fibre Channel fabric and ensure switches/controllers are not compromised.
- Consultation2.0 h
- Implementation3.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-63889 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-63889 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data