GSMLinuxKernelLPENday_Exploit

June 12, 2024 ยท View on GitHub

LPE exploit in the linux module n_gsm.c. This module is used to implement the GSM 07.10 multiplexing protocol. This type of vulnerability is a Race Condtiton which results in UAF. Looking at the code, I realized that this could be used to execute my code in the Linux kernel and get LPE on a potential victim.

Writeup can be found here:

https://www.jmpr4xp4x.io/The-tale-of-a-GSM-Kernel-LPE.html