Security readout for executives and security teams
Plain-English summary
A local, low-privileged user could trigger an out-of-bounds kernel memory read through AF_XDP socket option handling. This may expose sensitive kernel information or disrupt the system. The supplied evidence does not show remote or active exploitation.
Executive priority
Prioritize remediation on multi-user systems, shared compute, and hosts running untrusted workloads. The issue requires local low-privileged access, reducing internet-facing urgency, but potential confidentiality and availability impact makes routine deferral inappropriate. Use vendor package guidance because the supplied version ranges are incomplete.
Technical view
xsk_setsockopt() failed to validate optlen before reading a four-byte value for XDP_UMEM_FILL_RING or XDP_COMPLETION_RING. A shorter allocation could therefore cause a slab out-of-bounds read. syzbot reproduced the flaw under KASAN. Linux stable commits add the missing length validation.
Likely exposure
Exposure applies to Linux systems within vendor-confirmed affected kernel branches where a low-privileged local actor can reach the vulnerable interface. The supplied version data spans 4.18 through 6.9 but does not preserve enough range detail for reliable package-level decisions.
Exploitation context
The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation. Available evidence describes a syzbot-generated KASAN failure and corrective kernel commits, not a weaponized or remotely exploitable attack.
Researcher notes
The observed failure was a four-byte read beyond a two-byte allocation in xsk_setsockopt(), reached through setsockopt processing. The fix validates optlen for XDP_UMEM_FILL_RING and XDP_COMPLETION_RING. The sources do not establish practical data disclosure, reliable denial of service, privilege escalation, or exploitation in production.
Mitigation direction
Install the distribution or appliance kernel update containing the relevant Linux stable fix.
Reboot systems when required so the corrected kernel becomes active.
Confirm exact affected and fixed package versions through the applicable vendor advisory.
Until patched, reduce untrusted local access and workload execution on potentially affected hosts.
Validation and detection
Inventory installed and actively running kernel versions across Linux systems.
Map each kernel package to its distribution or appliance vendor advisory.
Verify the deployed source includes optlen validation for both affected AF_XDP ring options.
Confirm systems booted into the updated kernel after maintenance.
Review monitoring for unexplained kernel crashes or KASAN out-of-bounds reports involving xsk_setsockopt.
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-787: 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.
2CVSS vectors
3Timeline events
3ADP providers
12Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.