Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel’s GTP networking subsystem can access invalid or freed memory during interface creation. A local, low-privileged attacker may be able to crash the system or potentially affect kernel confidentiality and integrity, although the supplied evidence demonstrates a Syzkaller-triggered fault rather than successful malicious exploitation.
Executive priority
Treat this as a high-priority kernel maintenance issue on shared or otherwise locally accessible Linux systems. It is less urgent for isolated systems without untrusted local users or available GTP functionality. There is no supplied evidence of active exploitation, so prioritize controlled patching and exposure verification rather than emergency incident response based on this CVE alone.
Technical view
The GTP module registered link operations before its per-network operations, creating an unsafe initialization window in gtp_newlink(). The supplied trace shows a null-pointer dereference and identifies a related use-after-free risk. CVSS 3.1 scores it 7.8 with local, low-complexity, low-privilege access and high potential impact across confidentiality, integrity, and availability.
Likely exposure
Exposure is limited to Linux systems running an affected kernel with GTP functionality available. The CVSS vector requires local low-privileged access, not remote network access. Exact vulnerable package versions vary because distributors may backport fixes; the supplied version metadata alone is insufficient for definitive fleet matching.
Exploitation context
The source bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. Syzkaller reproduced a kernel fault under testing. The sources do not establish reliable code execution, exploitation at scale, or the precise operational privileges needed beyond the CVSS low-privilege rating.
Researcher notes
The affected-version data is ambiguous and includes repeated commit identifiers, so validate fixes by distribution package and backported commit. The demonstrated condition is a protection fault with KASAN during GTP module lifecycle activity. The source attributes remediation to registering per-network operations before link operations, but the truncated description prevents deeper assessment of teardown races or exploitability.
Mitigation direction
Install a distribution kernel update containing the applicable cited stable-kernel fix.
Confirm the update covers your kernel branch; version numbers alone may not reveal backported fixes.
If immediate updating is impossible, consult the Linux distributor for supported mitigations or workarounds.
Prioritize multi-user systems where untrusted users can obtain local accounts.
Validation and detection
Record each system’s running kernel release, package revision, and distributor.
Compare package revisions against applicable distributor advisories and backport documentation.
Verify the installed kernel includes the relevant cited stable commit for its branch.
Determine whether the GTP kernel module or functionality is installed, available, or loaded.
Review kernel logs for faults referencing gtp_newlink or gtp_genl_dump_pdp.
After updating, reboot and confirm the patched kernel is actually running.
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-2024-26793 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.
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.