CVE-2026-23098: netrom: fix double-free in nr_route_frame()
In the Linux kernel, the following vulnerability has been resolved:
netrom: fix double-free in nr_route_frame()
In nr_route_frame(), old_skb is immediately freed without checking if
nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NULL,
the caller function will free old_skb again, causing a double-free bug.
Therefore, to prevent this, we need to modify it to check whether
nr_neigh->ax25 is NULL before freeing old_skb.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23098 is a Linux kernel NET/ROM networking flaw where the same packet buffer can be freed twice. Kernel memory corruption issues can threaten system stability and security, and the CVSS score is high. The source bundle does not show active exploitation.
Executive priority
Treat as high priority for Linux fleets, especially specialized networking hosts. There is no source-backed active exploitation claim, but unauthenticated adjacent-network reachability and potential full CIA impact justify timely patch validation.
Technical view
The flaw is a double-free in nr_route_frame(). old_skb is freed before checking whether nr_neigh->ax25 is NULL; if NULL, the caller can free old_skb again. The CVSS v3.1 vector is AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H with score 8.8.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with NET/ROM networking code enabled or available. The CVSS vector limits attack origin to adjacent network, with no privileges or user interaction required. Distribution backports may affect practical exposure.
Exploitation context
The bundle marks KEV as false and provides no cited evidence of active exploitation. The CVSS vector indicates low attack complexity from an adjacent network, but the sources do not provide exploit details, prerequisites beyond NET/ROM context, or real-world abuse reports.
Researcher notes
Evidence is limited to the CVE description, CVSS, affected version data, and Linux stable commit references. The affected version list appears source-derived but should be interpreted through distribution advisories because kernel vendors often backport fixes without changing upstream version numbers.
Mitigation direction
Apply kernel updates that include the referenced stable fixes.
Check Linux distribution advisories for backported package versions.
Prioritize systems where NET/ROM support is enabled or loaded.
If NET/ROM is unnecessary, review vendor-supported hardening options.
Track CVE-2026-23098 until vendor guidance confirms remediation.
Validation and detection
Inventory Linux kernel versions across affected assets.
Confirm whether NET/ROM support is built, loadable, or active.
Map installed kernels against vendor advisories and stable commits.
Verify patched kernels are booted, not only installed.
Document any systems awaiting maintenance windows.
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-2026-23098 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.
1CVSS vectors
3Timeline events
0ADP providers
8Source links
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.