CVE-2026-80851
Last modified
CVE-2026-80851 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: gtp: serialize PDP context updates PDP contexts can be deleted through GTP_CMD_DELPDP or while the GTP network device is being unregistered. The latter is serialized by RTNL, but the generic-netlink delete path only holds RCU. Running both paths concurrently can therefore make both paths delete the same PDP context.
Description
In the Linux kernel, the following vulnerability has been resolved: gtp: serialize PDP context updates PDP contexts can be deleted through GTP_CMD_DELPDP or while the GTP network device is being unregistered. The latter is serialized by RTNL, but the generic-netlink delete path only holds RCU. Running both paths concurrently can therefore make both paths delete the same PDP context. The issue was found through static analysis and reproduced on a KASAN-enabled kernel by a simple two-thread program racing GTP_CMD_DELPDP against RTM_DELLINK: Oops: general protection fault, probably for non-canonical address KASAN: maybe wild-memory-access in range [0xdead000000000120-0xdead000000000127] RIP: gtp_genl_del_pdp+0x1c1/0x420 [gtp] RBP: dead000000000122 The second deletion dereferenced the poisoned hlist pprev pointer. Serialize gtp_pdp_add(), gtp_genl_del_pdp(), and gtp_dellink() with a shared mutex. Keep the mutex held until the final use of a PDP context in the NEWPDP path, and keep the RCU read-side section around the complete PDP context use in the DELPDP path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 5f77ddb2756340c1b05381674ca025d52998005e; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 3d950e98f74af9611925a5226edced02155f6ed1; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 6df4f05bc2991467939d7d80b6f7e121559cc3df; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 1e995498d29784a06a2b2899370a1926cfc8410d; >= 459aa660eb1d8ce67080da1983bb81d716aa5a69, < 498386b6d402737db1e2eeed4c385acbf0ef9e34 |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80851?
How severe is CVE-2026-80851?
How do I fix CVE-2026-80851?
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-80846In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80847In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80848In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80849In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8085A security issue exists within Arena® Simulation due to a me…7.3
- CVE-2026-80850In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80852In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80853In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80854In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80856In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80857In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80851?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
