
5 new exploits phpMyNewsletter <= 0.8 (beta5) - Multiple Vulnerability Exploit phpMyNewsletter <= 0.8 (beta5) - Multiple Vulnerabilities My Book World Edition NAS Multiple Vulnerability My Book World Edition NAS - Multiple Vulnerabilities Katalog Stron Hurricane 1.3.5 - Multiple Vulnerability RFI / SQL Katalog Stron Hurricane 1.3.5 - (RFI / SQL) Multiple Vulnerabilities cmsfaethon-2.2.0-ultimate.7z Multiple Vulnerability cmsfaethon-2.2.0-ultimate.7z - Multiple Vulnerabilities DynPG CMS 4.1.0 - Multiple Vulnerability (popup.php and counter.php) DynPG CMS 4.1.0 - (popup.php and counter.php) Multiple Vulnerabilities Nucleus CMS 3.51 (DIR_LIBS) - Multiple Vulnerability Nucleus CMS 3.51 (DIR_LIBS) - Multiple Vulnerabilities N/X - Web CMS (N/X WCMS 4.5) Multiple Vulnerability N/X - Web CMS (N/X WCMS 4.5) - Multiple Vulnerabilities New-CMS - Multiple Vulnerability New-CMS - Multiple Vulnerabilities Edgephp Clickbank Affiliate Marketplace Script Multiple Vulnerability Edgephp Clickbank Affiliate Marketplace Script - Multiple Vulnerabilities JV2 Folder Gallery 3.1.1 - (popup_slideshow.php) Multiple Vulnerability JV2 Folder Gallery 3.1.1 - (popup_slideshow.php) Multiple Vulnerabilities i-Gallery - Multiple Vulnerability i-Gallery - Multiple Vulnerabilities My Kazaam Notes Management System Multiple Vulnerability My Kazaam Notes Management System - Multiple Vulnerabilities Omnidocs - Multiple Vulnerability Omnidocs - Multiple Vulnerabilities Web Cookbook Multiple Vulnerability Web Cookbook - Multiple Vulnerabilities KikChat - (LFI/RCE) Multiple Vulnerability KikChat - (LFI/RCE) Multiple Vulnerabilities Webformatique Reservation Manager - 'index.php' Cross-Site Scripting Vulnerability Webformatique Reservation Manager 2.4 - 'index.php' Cross-Site Scripting Vulnerability xEpan 1.0.4 - Multiple Vulnerability xEpan 1.0.4 - Multiple Vulnerabilities AKIPS Network Monitor 15.37 through 16.5 - OS Command Injection Netwrix Auditor 7.1.322.0 - ActiveX (sourceFile) Stack Buffer Overflow Cisco UCS Manager 2.1(1b) - Shellshock Exploit OpenSSH <= 7.2p1 - xauth Injection FreeBSD 10.2 amd64 Kernel - amd64_set_ldt Heap Overflow
80 lines
3.1 KiB
Text
Executable file
80 lines
3.1 KiB
Text
Executable file
SEC Consult Security Advisory < 20090305-0 >
|
|
========================================================================
|
|
title: NextApp Echo XML Injection Vulnerability
|
|
program: NextApp Echo
|
|
vulnerable version: Echo2 < 2.1.1
|
|
homepage: http://echo.nextapp.com/site/echo2
|
|
found: Feb. 2008
|
|
by: Anonymous / SEC Consult Vulnerability Lab
|
|
permanent link: http://www.sec-consult.com/files/20090305-0_echo_nextapp_xml_injection.txt
|
|
========================================================================
|
|
|
|
Vendor description:
|
|
-------------------
|
|
|
|
Echo is a platform for building web-based applications that approach the capabilities of rich clients. The applications
|
|
are developed using a component-oriented and event-driven API, eliminating the need to deal with the "page-based"
|
|
nature of browsers. To the developer, Echo works just like a user interface toolkit.
|
|
|
|
Vulnerability overview:
|
|
-----------------------
|
|
|
|
Unverified XML Data is passed from the client (Webbrowser) to the NextApp Echo Engine and consequently
|
|
to an underlying XML Parser. This leading to a typical XML Injection scenario.
|
|
|
|
Vulnerability description:
|
|
--------------------------
|
|
|
|
All XML requests for the framework are created by javascript and than sent to the Server via POST HTTP requests.
|
|
|
|
A typical requests would look like the following:
|
|
---cut here---
|
|
<client-message xmlns="http://www.nextapp.com/products/echo2/climsg" trans-id="3" focus="c_25"><message-part xmlns="" processor="EchoPropertyUpdate"><property component-id="c_25" name="text">aa</property><property component-id="c_25" name="horizontalScroll" value="0"/><property component-id="c_25" name="verticalScroll" value="0"/></message-part><message-part xmlns="" processor="EchoAction"><action component-id="c_25" name="action"/></message-part></client-message>
|
|
---cut here---
|
|
|
|
By manipulating the POST content it is possible to inject arbitrary XML declarations- and tags.
|
|
|
|
Proof of concept:
|
|
-----------------
|
|
|
|
The following entity declaration would create a new XML entity with the content of the boot.ini file which
|
|
can be referenced in the following XML request content:
|
|
---cut here---
|
|
<?xml version="1.0"?><!DOCTYPE sec [<!ELEMENT sec ANY><!ENTITY mytestentity SYSTEM "file:///c:\boot.ini">]>
|
|
---cut here---
|
|
|
|
Vulnerable versions:
|
|
--------------------
|
|
NextApp Echo v2.1.0.rc2
|
|
|
|
|
|
Vendor contact timeline:
|
|
------------------------
|
|
2009/02/16: Vendor notified via email
|
|
2009/02/24: Patch available
|
|
|
|
|
|
Patch/Workaround:
|
|
-----------------
|
|
|
|
The vendor has released an update which addresses the vulnerability. The update can be downloaded at:
|
|
|
|
http://echo.nextapp.com/site/node/5742
|
|
|
|
--
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
SEC Consult Unternehmensberatung GmbH
|
|
|
|
Office Vienna
|
|
Mooslackengasse 17
|
|
A-1190 Vienna
|
|
Austria
|
|
|
|
Tel.: +43 / 1 / 890 30 43 - 0
|
|
Fax.: +43 / 1 / 890 30 43 - 25
|
|
Mail: research at sec-consult dot com
|
|
www.sec-consult.com
|
|
|
|
# EOF SEC Consult Vulnerability Lab / @2009
|
|
|
|
# milw0rm.com [2009-03-10]
|