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

SecuriTeam <[email protected]>
Newsgroups gmane.comp.security.securiteam
Message-ID <[email protected]>
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:[email protected]> 
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: [email protected] 
In order to subscribe to the mailing list, simply forward this email to: [email protected] 


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

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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.