In the Linux kernel, the following vulnerability has been resolved:
scsi: sg: Avoid sg device teardown race
sg_remove_sfp_usercontext() must not use sg_device_destroy() after calling
scsi_device_put().
sg_device_destroy() is accessing the parent scsi_device request_queue which
will already be set to NULL when the preceding call to scsi_device_put()
removed the last reference to the parent scsi_device.
The resulting NULL pointer exception will then crash the kernel.
Security readout for executives and security teams
Plain-English summary
A race during Linux SCSI generic-device removal can dereference an already-cleared request queue and crash the kernel. The supplied CVSS is 7.8 and requires local, low-privileged access. The documented outcome is primarily service disruption; the source bundle does not demonstrate remote exploitation or data compromise.
Executive priority
Treat as a high-priority availability issue for exposed multi-user Linux hosts, but not as an internet-wide emergency. Patch through normal expedited kernel maintenance after confirming vendor applicability. Accelerate action where a kernel crash would interrupt critical services or shared infrastructure.
Technical view
The sg teardown path calls scsi_device_put() before sg_device_destroy(). If the put removes the final parent-device reference, its request_queue becomes NULL. The later destroy operation accesses that queue, causing a NULL-pointer exception and kernel crash. Referenced Linux stable commits contain the resolution.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and exercising the SCSI generic-device teardown path. Risk is most relevant where low-privileged local users or workloads can interact with applicable devices. The supplied version data is ambiguous, so distribution-specific backport status must be verified.
Exploitation context
The CVSS vector indicates local access, low complexity, low privileges, and no user interaction. The bundle does not list this CVE in KEV and provides no evidence of active exploitation. It documents a kernel crash, not a network-reachable attack or proven confidentiality or integrity compromise.
Researcher notes
The source bundle identifies no CWE and contains unclear version entries, including commit hashes and an affected version listed as "0." Researchers should rely on vendor package advisories and commit ancestry rather than raw version matching. Although CVSS marks confidentiality, integrity, and availability high, the provided description specifically substantiates a NULL-pointer kernel crash.
Mitigation direction
Install a vendor-supported kernel containing the referenced stable fix or an acknowledged backport.
Check Linux distribution advisories for package-specific affected and fixed versions.
Prioritize multi-user or workload-hosting systems with accessible SCSI generic devices.
Apply vendor-recommended temporary mitigations if immediate kernel replacement is unavailable.
Validation and detection
Inventory deployed kernel and distribution package versions.
Compare each package against distribution advisories and backport notes.
Confirm the installed source or changelog includes the referenced fix.
Regression-test relevant SCSI device removal and teardown behavior after updating.
Monitor kernel logs for NULL-pointer faults involving the sg teardown path.
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-35954 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.