Security readout for executives and security teams
Plain-English summary
This is a Linux kernel memory leak in TCP connection handling. Under a specific failure path, memory allocated for routing a connection request is not released. The stated impact is availability, not data theft or tampering.
Executive priority
Treat as routine but time-bound kernel maintenance. It is not cited as actively exploited, but availability impact in the kernel justifies scheduled patching, especially on shared or critical Linux infrastructure.
Technical view
tcp_conn_request() can return after inet_csk_reqsk_queue_hash_add() fails without releasing dst memory allocated through af_ops->route_req. The kernel fix calls dst_release() on that path. The CVE maps to CWE-401 and CVSS 5.5 with local, low-privileged availability impact.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions or downstream builds without the stable fix. Prioritize multi-user, container-hosting, and internet-facing Linux servers after confirming their exact kernel package status.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. CVSS indicates local access with low privileges and high availability impact. No public exploit details are provided in the supplied sources.
Researcher notes
Evidence supports a memory leak in a TCP request failure path, fixed in Linux stable commits. The supplied version metadata is not enough to map every distribution package, so validate through distro advisories and running kernel builds.
Mitigation direction
Update affected Linux kernels using vendor or distribution security packages.
Apply the relevant Linux stable fix if maintaining a custom kernel.
Check Debian LTS guidance where Debian kernels are in scope.
Monitor vendor advisories for backported package versions.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Compare installed kernels with vendor fixed or affected status.
Confirm custom kernels include the dst_release() fix path.
Review vulnerability scanner findings against actual running kernel versions.
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-401: 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.
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.