Serialization Flaw in Linux Kernel GTP Component
CVE-2026-80851

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
4 September 2026

What is CVE-2026-80851?

A serialization flaw in the GTP (GPRS Tunneling Protocol) component of the Linux kernel has been identified, allowing concurrent deletion of PDP (Packet Data Protocol) contexts. This issue arises from the non-atomic execution of GTP_CMD_DELPDP and RTM_DELLINK commands, potentially leading to data corruption as both processes may attempt to delete the same PDP context simultaneously. The flaw was uncovered through static analysis and reproduced using a multi-threaded program, which caused a general protection fault when dereferencing an invalid pointer. Mitigation involves adding mutex serialization around PDP context management functions to prevent concurrent access and ensure data integrity.

Affected Version(s)

Linux 459aa660eb1d8ce67080da1983bb81d716aa5a69 < 5f77ddb2756340c1b05381674ca025d52998005e

Linux 459aa660eb1d8ce67080da1983bb81d716aa5a69 < 3d950e98f74af9611925a5226edced02155f6ed1

Linux 459aa660eb1d8ce67080da1983bb81d716aa5a69 < 6df4f05bc2991467939d7d80b6f7e121559cc3df

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.