Vulnerability Assessment & Network Security Forums



If through a vulnerability assessment, a network security issue is detected for the vulnerability below, applying the appropriate security patches in a timely matter is very important.  If you have detected that your system has already been compromised, following CERT's Network Security recovery document will assist with recommended steps for system recovery.


Home >> Browse Vulnerability Assessment Database >> Gentoo Local Security Checks >> [GLSA-200411-32] phpBB: Remote command execution


Vulnerability Assessment Details

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

Vulnerability Assessment Summary
phpBB: Remote command execution

Detailed Explanation for this Vulnerability Assessment
The remote host is affected by the vulnerability described in GLSA-200411-32
(phpBB: Remote command execution)


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

Impact

A possible hacker can exploit the highlighting vulnerability to access
the PHP exec() function without restriction, permiting 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++)
{

References:
http://www.phpbb.com/phpBB/viewtopic.php?t=240513


Solution:
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"


Network Security Threat Level: High


Networks Security ID:

Vulnerability Assessment Copyright: (C) 2005 Michel Arboi

Cables, Connectors


Vintage Dream Writer NTS 325 Computer Basic Language Notebook “Untested “ picture

Vintage Dream Writer NTS 325 Computer Basic Language Notebook “Untested “

$30.00



Vintage MAGITRONICS A-B345G Motherboard w/RAM picture

Vintage MAGITRONICS A-B345G Motherboard w/RAM

$70.00



Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW picture

Vintage Compaq 141649-004 2 Button PS/2 Gray Mouse M-S34 - FAST SHIPPING - NEW

$8.99



Datacomp DCK 84 BRAND NEW Vintage Keyboard picture

Datacomp DCK 84 BRAND NEW Vintage Keyboard

$39.00



Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter picture

Drakware ADB2USB - vintage Apple ADB to USB keyboard adapter

$29.95



Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version picture

Vintage Classic Apple Macintosh System Boot Install Disk Floppy/CD *Pick Version

$10.39



Voltage Blaster (Enhanced) -5V ISA AT ATX Power for Vintage Retro PCs US Seller picture

Voltage Blaster (Enhanced) -5V ISA AT ATX Power for Vintage Retro PCs US Seller

$12.95



Vintage Black Microsoft intellimouse Optical USB Wheel Mouse 1.1/1.1a - EXC COND picture

Vintage Black Microsoft intellimouse Optical USB Wheel Mouse 1.1/1.1a - EXC COND

$28.95



Vintage Mid AT Computer Tower Case with PSU + CD Drives/Floppy picture

Vintage Mid AT Computer Tower Case with PSU + CD Drives/Floppy

$74.99



Vintage KLH 2800 Laptop picture

Vintage KLH 2800 Laptop

$150.00



Discussions

No Discussions have been posted on this vulnerability.