CVE-2026-89789
Last modified
CVE-2026-89789 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gtp: add synchronize_net() in gtp_newlink() error path to prevent use-after-free gtp_newlink()'s error path frees tid_hash and addr_hash without waiting for an RCU grace period after clearing sk_user_data. A concurrent gtp_encap_recv() in softirq may still hold the gtp_dev pointer obtained via rcu_dereference_sk_user_data() and access the freed memory. BUG: KASAN: slab-use-after-free in gtp0_pdp_find+0x1f6/0x200 (gtp.c:152) Call Trace: <IRQ> gtp0_pdp_find+0x1f6/0x200 gtp_encap_recv+0x527/0x24b0 udp_queue_rcv_one_skb+0x75f/0xc10 Add synchronize_net() before the kfree calls in out_hashtable, which covers all error paths from both gtp_encap_enable() and gtp_create_sockets().. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gtp: add synchronize_net() in gtp_newlink() error path to prevent use-after-free gtp_newlink()'s error path frees tid_hash and addr_hash without waiting for an RCU grace period after clearing sk_user_data. A concurrent gtp_encap_recv() in softirq may still hold the gtp_dev pointer obtained via rcu_dereference_sk_user_data() and access the freed memory. BUG: KASAN: slab-use-after-free in gtp0_pdp_find+0x1f6/0x200 (gtp.c:152) Call Trace: <IRQ> gtp0_pdp_find+0x1f6/0x200 gtp_encap_recv+0x527/0x24b0 udp_queue_rcv_one_skb+0x75f/0xc10 Add synchronize_net() before the kfree calls in out_hashtable, which covers all error paths from both gtp_encap_enable() and gtp_create_sockets().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < fcafb2b1430824bae4258c01a439ec97ca0c6973; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 3ca3da5c305caa873ddb81e8c6b118143f6dd3d1; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 6f815c2fb6ab20385f81c353cdad0ea3b88132af; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < e3b9aa0773abd5d4ed90be41ce5306c146d5b09e; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < fd8396cfecbd904468c71362f08aaa25f96d5337; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 7677eb2cbf2cc7446de474c01a6b06277c0051e5; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 8d85498016a5bb56339734a14c276209fa65bafc; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < d989e22ae9802c52c56ad4284d0caf26696cf6ae |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89789?
How severe is CVE-2026-89789?
How do I fix CVE-2026-89789?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89783In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89786In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89788In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8979The Mennekes Amtron series (firmware versions ≤ 5.22.3) is v…9.3
- CVE-2026-89790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89791In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89792In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89794In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89789?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
