[NT] BadBlue XSS/Information Disclosure Vulnerabilities

From: support@securiteam.com
Date: 11/24/02

  • Next message: support@securiteam.com: "[REVS] Combating Reverse Telnet using OpenBSD Packet Filter"
    From: support@securiteam.com
    To: list@securiteam.com
    Date: 24 Nov 2002 22:17: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

    Beyond Security would like to welcome Tiscali World Online
    to our service provider team.
    For more info on their service offering IP-Secure,
    please visit http://www.worldonline.co.za/services/work_ip.asp
    - - - - - - - - -

      BadBlue XSS/Information Disclosure Vulnerabilities
    ------------------------------------------------------------------------

    SUMMARY

    BadBlue is a P2P/Web server offered for Microsoft Windows operating
    systems by Working Resources. It has a bad security record -- file
    disclosure, remote administration, denials of service, buffer overflows,
    directory traversals, and more cross-site scripting flaws than Matthew
    Murphy cares to count. We can add information disclosure to that list, and
    add a new XSS hole to the count.

    DETAILS

    soinfo.php - Massive Information Leak
    If running with PHP enabled, the BadBlue server's default soinfo.php
    script can be made to cough up substantial amounts of information,
    including ODBC passwords:

    -- soinfo.php --
    <?php
        phpinfo();
    ?>
    -- soinfo.php --

    Yielding this data to an attacker, in combination with access to the
    database allows for a compromise of the database.

    Cross-Site Scripting in ext.dll Search Page -- Again
    Matthew has discovered another flaw in BadBlue's search engine allowing
    for cross-site scripting:

    ');alert(document.cookie);//
    ')" style="left:expression(eval('alert(document.cookie)'))">

    Either of these two queries will execute the alert(document.cookie)
    command.

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:mattmurphy@kc.rr.com>
    Matthew Murphy.

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

    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.



    Relevant Pages