Security readout for executives and security teams
Plain-English summary
CVE-2024-36972 is a Linux kernel bug in AF_UNIX socket handling. A race condition can cause the kernel to dereference a null pointer while handling out-of-band socket data and garbage collection. The source rates it high severity. No provided source says it is actively exploited.
Executive priority
Treat this as a high-priority kernel maintenance item, especially for shared Linux infrastructure. There is no sourced evidence of active exploitation, but kernel flaws with low-privilege prerequisites can become operationally significant when patching lags.
Technical view
The flaw is a race between __unix_gc() and queue_oob() over unix_sk(sk)->oob_skb. The fix moves oob_skb access under the sk_receive_queue lock. The bundled CVSS is 7.5 high with PR:L and AC:H, but the technical description primarily demonstrates a kernel NULL pointer dereference.
Likely exposure
Linux systems running affected kernel versions or unpatched downstream builds are the likely exposure. Risk is most relevant where untrusted users, containers, or workloads can exercise AF_UNIX socket behavior. Distribution backports may change version-based detection, so confirm package advisory status.
Exploitation context
The bundle describes a reproducible kernel crash condition and assigns high CVSS impact, but it does not provide public exploitation evidence. KEV is false, so active exploitation should not be assumed from these sources.
Researcher notes
The source evidence supports a locking race in net/unix/af_unix.c involving oob_skb lifecycle handling. The affected-version data is not distribution-specific. Validate through kernel branch commits or vendor backports before declaring systems vulnerable or fixed.
Mitigation direction
Update affected Linux kernels to builds containing the stable AF_UNIX locking fix.
Check distribution advisories for backported fixes matching CVE-2024-36972.
Prioritize hosts running untrusted local users, shared workloads, or containerized multi-tenant services.
If immediate patching is delayed, reduce exposure to untrusted local code where operationally possible.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and container hosts.
Map each kernel package to vendor advisory status for CVE-2024-36972.
Confirm the AF_UNIX stable fix is present through vendor changelogs or source package metadata.
Verify vulnerability scanner results against distribution backports, not upstream version numbers alone.
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.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
1CVSS vectors
3Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.