Explore top 10 tips to secure your open-source projects now. Read More
×
Andreas Beckmann discovered that phpBB, a web forum, as installed in Debian, sets incorrect permissions for cached files, allowing a malicious local user to overwrite them. . - ------------------------------------------------------------------------- Debian Security Advisory DSA-2752-1
Several remote vulnerabilities have been discovered in phpBB, a web based bulletin board.Private messaging allowed cross site request forgery, making it possible to delete all private messages of a user by sending them to a crafted web page.. - ------------------------------------------------------------------------Debian Security Advisory DSA-1488-1
A vulnerability in phpBB allows a remote attacker to execute arbitrary commands with the rights of the web server.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200507-03 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: High Title: phpBB: Arbitrary command execution Date: July 04, 2005 Bugs: #97278 ID: 200507-03 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======= A vulnerability in phpBB allows a remote attacker to execute arbitrary commands with the rights of the web server. Background ========= phpBB is an Open Source bulletin board package. Affected packages ================ ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 www-apps/phpBB < 2.0.16 > = 2.0.16 Description ========== Ron van Daal discovered that phpBB contains a vulnerability in the highlighting code. Impact ===== Successful exploitation would grant an attacker unrestricted access to the PHP exec() or system() functions, allowing the execution of arbitrary commands with the rights of the web server. Workaround ========= Please follow the instructions given in the phpBB announcement. Resolution ========= The phpBB package is no longer supported by Gentoo Linux and has been removed from the Portage repository, no further announcements will be issued regarding phpBB updates. Users who wish to continue using phpBB are advised to monitor and refer to www.phpbb.com for more information. To continue using the Gentoo-provided phpBB package, please refer to the Portage documentation on unmasking packages and upgrade to2.0.16. References ========= [ 1 ] phpBB Announcement ;t=302011 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200507-03 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
phpBB contains a vulnerability which allows a remote attacker to execute arbitrary commands with the rights of the web server user.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 200411-32 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://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 Availability =========== This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/200411-32 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
QL injection vulnerability in viewtopic.php for phpBB 2.0.5 and earlier allows remote attackers to steal password hashes via the topic_id parameter.. - - - --------------------------------------------------------------------- GENTOO LINUX SECURITY ANNOUNCEMENT 200306-15 - - - --------------------------------------------------------------------- PACKAGE : phpbb SUMMARY : sql injection DATE : 2003-06-28 20:22 UTC EXPLOIT : remote VERSIONS AFFECTED : =phpbb-2.0.5 CVE : CAN-2003-0486 - - - --------------------------------------------------------------------- quote from cve: "SQL injection vulnerability in viewtopic.php for phpBB 2.0.5 and earlier allows remote attackers to steal password hashes via the topic_id parameter." SOLUTION It is recommended that all Gentoo Linux users who are running net-www/phpbb upgrade to phpbb-2.0.5 as follows emerge sync emerge phpbb emerge clean - - - ---------------------------------------------------------------------
Get the latest Linux and open source security news straight to your inbox.