Security readout for executives and security teams
Plain-English summary
A failure in Linux's qla2xxx storage driver can leave an NVMe Fibre Channel port invalid, after which background work may dereference a null pointer and crash the kernel. The documented impact is loss of availability, not data disclosure or modification. Exposure appears concentrated on systems using this driver and NVMe/FC path.
Executive priority
Treat as a high-priority availability issue for storage infrastructure using qla2xxx and NVMe/FC. Schedule supported kernel updates promptly, especially where a host crash would interrupt critical workloads. Broader emergency action is not supported because the supplied evidence neither shows active exploitation nor establishes exposure on systems outside this configuration.
Technical view
qla_nvme_register_remote() could continue after qla_nvme_register_hba() failed and incorrectly validate nvme_local_port. It then passed a null local-port value into nvme_fc_register_remoteport(), causing a kernel NULL-pointer dereference. The stable fixes return after failed HBA registration and correctly validate the local port.
Likely exposure
Likely limited to Linux hosts where the qla2xxx Fibre Channel driver and NVMe/FC registration path are used. Systems without the relevant driver or storage configuration are less likely exposed. Exact distribution package status is not established by the bundle; installed kernels must be mapped to vendor advisories and the listed stable commits.
Exploitation context
The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation. Although its CVSS vector uses a network attack vector, the supplied crash evidence concerns driver and remote-port registration. That score alone does not establish direct Internet exploitability.
Researcher notes
The failure trace places the dereference in nvme_fc_register_remoteport() from qla_nvme_register_remote(), executed by qla_register_fcport_fn. The decisive exposure condition is the relevant driver path combined with failed HBA/local-port registration. The bundle contains branch-specific fixes but no proof-of-concept, exploitation telemetry, or precise distribution package mapping.
Mitigation direction
Install a distribution-supported kernel update incorporating the applicable Linux stable fix, then reboot into the updated kernel.
Confirm the vendor maps its patched kernel package to an applicable listed stable commit.
If patching is delayed, consult the Linux distributor for supported mitigations; none are specified in the supplied sources.
Prioritize storage hosts where qla2xxx provides NVMe over Fibre Channel connectivity.
Validation and detection
Inventory running kernel versions and identify hosts loading qla2xxx or using NVMe over Fibre Channel.
Compare each distribution kernel package with vendor advisories and the listed branch-specific stable commits.
After updating and rebooting, confirm the running kernel is the remediated package.
Review kernel logs for register_localport failures, qla2xxx crashes, and NULL dereferences during remote-port registration.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-42286 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.