Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in raw socket tracking. A race while reading /proc/net/raw can hit a NULL pointer and crash the kernel. The source does not provide a CVSS score, confirmed exploitation, or a vendor distro advisory, so urgency depends on where untrusted local code can run.
Executive priority
Treat as a kernel reliability and isolation risk, not a confirmed internet-scale emergency. Prioritize patching on shared infrastructure, developer machines, and container platforms where untrusted local code may execute.
Technical view
The bug is a NULL dereference in raw_get_next() after raw sockets were converted to RCU. Concurrent iteration and socket freeing across network namespaces could fault while reading /proc/net/raw. The fix changes raw socket lists from hlist_nulls to hlist and uses locking for the /proc slow path.
Likely exposure
Linux systems running affected kernel builds, especially hosts allowing untrusted local workloads, containers, or users that can exercise raw sockets and /proc/net/raw behavior. Exact distribution package exposure is not stated in the bundle.
Exploitation context
The source cites a syzkaller-style reproducer and kernel crash trace. KEV is false, and no cited source reports active exploitation or public weaponized exploit use.
Researcher notes
Evidence supports a local kernel NULL dereference triggered by a race in raw socket list iteration. The bundle lacks CVSS, CWE, distro package status, and exploitation confirmation. Avoid assuming privilege escalation unless later sources establish it.
Mitigation direction
Update to a Linux kernel containing the referenced stable fixes.
Check your Linux distribution advisory for backported package versions.
Prioritize multi-tenant hosts and systems running untrusted local code.
If patching is delayed, reduce unnecessary local shell or container access.
Validation and detection
Inventory kernel versions across Linux hosts and container nodes.
Map installed distro kernels to vendor advisories or the referenced stable commits.
Review crash logs for NULL dereference traces involving raw_get_next or /proc/net/raw.
Confirm patched hosts no longer run affected kernel builds.
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-2023-53198 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.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Sep 15, 2025, 14:06 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.