Search This Blog

Thursday, July 21, 2005

[UNIX] Web Portal System Command Execution Vulnerability (wps_shop.cgi)

The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html

- - - - - - - - -

Web Portal System Command Execution Vulnerability (wps_shop.cgi)
------------------------------------------------------------------------

SUMMARY

<http://webportalsystem.it/> WPS Web-Portal-System - "a CMS widely used
in Germany and Italy". An attacker may exploit a command execution
vulnerability in WPS by adding special parameters to it's wps_shop.cgi
script.

DETAILS

Vulnerable Systems:
* WPS Web-Portal-System version 0.7.0 (wps_shop.cgi)

Vulnerable code :
There is no filtering special character when open file in sub showartikel.
###########
sub showartikel {
###########
cartfooter();
open(DATA, "$shopcatsdir/$info{'cat'}/$info{'art'}");
lock(DATA);
......................................
......................................

}

Workaround:
For a fix, add:
$info{'art'} =~ s/[;\*\|'&\$!?#\(\)\[\]\{\}:'"\\]//go;

Before the following line:
open(DATA, "$shopcatsdir/$info{'cat'}/$info{'art'}");
}

Disclosure Timeline:
* Juni 2005 - bug found, Vendor website seem down and this hole not
comfirmed to vendor
* July 2005 - Public disclosure

ADDITIONAL INFORMATION

The information has been provided by <mailto:blahplok@yahoo.com>
blahplok.

========================================

This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com

====================
====================

DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.

No comments: