[Full-Disclosure] [ GLSA 200411-32 ] phpBB: Remote command execution

From: Sune Kloppenborg Jeppesen (jaervosz_at_gentoo.org)
Date: 11/24/04

  • Next message: Sune Kloppenborg Jeppesen: "[Full-Disclosure] [ GLSA 200411-33 ] TWiki: Arbitrary command execution"
    To: gentoo-announce@gentoo.org
    Date: Wed, 24 Nov 2004 09:58:15 +0100
    
    
    

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Gentoo Linux Security Advisory GLSA 200411-32
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                http://security.gentoo.org/
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      Severity: High
         Title: phpBB: Remote command execution
          Date: November 24, 2004
          Bugs: #71681
            ID: 200411-32

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    Synopsis
    ========

    phpBB contains a vulnerability which allows a remote attacker to
    execute arbitrary commands with the rights of the web server user.

    Background
    ==========

    phpBB is an Open Source bulletin board package.

    Affected packages
    =================

        -------------------------------------------------------------------
         Package / Vulnerable / Unaffected
        -------------------------------------------------------------------
      1 www-apps/phpbb < 2.0.10 >= 2.0.11

    Description
    ===========

    phpBB contains a vulnerability in the highlighting code and several
    vulnerabilities in the username handling code.

    Impact
    ======

    An attacker can exploit the highlighting vulnerability to access the
    PHP exec() function without restriction, allowing them to run arbitrary
    commands with the rights of the web server user (for example the apache
    user). Furthermore, the username handling vulnerability might be abused
    to execute SQL statements on the phpBB database.

    Workaround
    ==========

    There is a one-line patch which will remediate the remote execution
    vulnerability.

    Locate the following block of code in viewtopic.php:

        //
        // Was a highlight request part of the URI?
        //
        $highlight_match = $highlight = '';
        if (isset($HTTP_GET_VARS['highlight']))
        {
           // Split words and phrases
           $words = explode(' ',
    trim(htmlspecialchars(urldecode($HTTP_GET_VARS['highlight']))));
        
           for($i = 0; $i < sizeof($words); $i++)
           {

    Replace with the following:

        //
        // Was a highlight request part of the URI?
        //
        $highlight_match = $highlight = '';
        if (isset($HTTP_GET_VARS['highlight']))
        {
           // Split words and phrases
           $words = explode(' ',
    trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
        
           for($i = 0; $i < sizeof($words); $i++)
           {

    Resolution
    ==========

    All phpBB users should upgrade to the latest version to fix all known
    vulnerabilities:

        # emerge --sync
        # emerge --ask --oneshot --verbose ">=www-apps/phpbb-2.0.11"

    References
    ==========

      [ 1 ] phpBB.com Announcement
            http://www.phpbb.com/phpBB/viewtopic.php?t=240513

    Availability
    ============

    This GLSA and any updates to it are available for viewing at
    the Gentoo Security Website:

      http://security.gentoo.org/glsa/glsa-200411-32.xml

    Concerns?
    =========

    Security is a primary focus of Gentoo Linux and ensuring the
    confidentiality and security of our users machines is of utmost
    importance to us. Any security concerns should be addressed to
    security@gentoo.org or alternatively, you may file a bug at
    http://bugs.gentoo.org.

    License
    =======

    Copyright 2004 Gentoo Foundation, Inc; referenced text
    belongs to its owner(s).

    The contents of this document are licensed under the
    Creative Commons - Attribution / Share Alike license.

    http://creativecommons.org/licenses/by-sa/2.0

    
    

    _______________________________________________
    Full-Disclosure - We believe in it.
    Charter: http://lists.netsys.com/full-disclosure-charter.html



  • Next message: Sune Kloppenborg Jeppesen: "[Full-Disclosure] [ GLSA 200411-33 ] TWiki: Arbitrary command execution"

    Relevant Pages

    • [ GLSA 200411-32 ] phpBB: Remote command execution
      ... execute arbitrary commands with the rights of the web server user. ... phpBB is an Open Source bulletin board package. ... phpBB contains a vulnerability in the highlighting code and several ...
      (Full-Disclosure)
    • [ GLSA 200411-32 ] phpBB: Remote command execution
      ... execute arbitrary commands with the rights of the web server user. ... phpBB is an Open Source bulletin board package. ... phpBB contains a vulnerability in the highlighting code and several ...
      (Bugtraq)
    • Re: NeverEverNoSanity WebWorm FIX?
      ... > On that same note, on the phpBB site, there are a few threads of interest: ... This may allow a remote attacker to execute ... this vulnerability is being actively exploited ... by the Santy.A worm. ...
      (comp.lang.php)
    • [NEWS] Multiple Vulnerabilities in Oracle Database Server (40 Issues)
      ... Multiple buffer overflow and denial of service vulnerabilities exist ... DBMS_REPCAT_INSTANTIATE package ... To reproduce the overflow, execute the next PL/SQL: ... Oracle database user can exploit this vulnerability. ...
      (Securiteam)
    • [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)