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

From: SecuriTeam (support_at_securiteam.com)
Date: 07/21/05

  • Next message: SecuriTeam: "[NT] ASP.NET RCP/Encoded Web Service DoS"
    To: list@securiteam.com
    Date: 21 Jul 2005 13:50:13 +0200
    
    

    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.


  • Next message: SecuriTeam: "[NT] ASP.NET RCP/Encoded Web Service DoS"

    Relevant Pages

    • [UNIX] Trend Micro VirusWall Buffer Overflow in VSAPI Library
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... buffer overflow vulnerability in VSAPI library allows arbitrary code ... is called "vscan" which is set suid root by default. ... permissions and thus granted all local users the privilege to execute the ...
      (Securiteam)
    • [UNIX] SCO Multiple Local Buffer Overflow
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Local exploitation of a buffer overflow vulnerability in the ppp binary, ... allows attackers to gain root privileges. ...
      (Securiteam)
    • [NT] Microsoft Word 6.0/95 Document Converter Buffer Overflow (MS04-041)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... WordPad is "a word processing application that uses the MFC rich edit ... Remote exploitation of a buffer overflow vulnerability in Microsoft ... Microsoft Word format files into the Rich Text Format natively handled by ...
      (Securiteam)
    • [UNIX] Tikiwiki Command Injection and Arbitrary File Exposure Vulnerabilities
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Two security vulnerabilities have been recently discovered in Tikiwiki, ... Remote exploitation of an input validation vulnerability in Tikiwiki ... allows attackers to gain access to arbitrary files on the vulnerable ...
      (Securiteam)
    • [NT] Microsoft Windows GDI+ Gradient Fill Heap Overflow Vulnerability
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Microsoft Windows GDI+ Gradient Fill Heap Overflow Vulnerability ... consult their bulletin at the ...
      (Securiteam)