Gửi #43711: The simple and beautiful PHP shopping cart system has XSS vulnerability.thông tin

tiêu đềThe simple and beautiful PHP shopping cart system has XSS vulnerability.
Mô tảSimple and beautiful PHP shopping cart 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:/mkshope/login.php look at this source code ``` if (isset($_GET['status'])) { $id=$_GET['status']; $msg=$_GET['msg']; <strong>Error:</strong> &nbsp; <?php echo $msg; ?>! ``` There is no protection for the `msg` here. The `msg` variable is directly output here. Here we can insert XSS statements to steal user cookies and other information. The construction statement is as follows ``` ?status=error&msg=<script>alert(document.cookie)</script> ``` https://s1.ax1x.com/2022/08/13/vNcnHA.png Source link https://www.sourcecodester.com/php/12579/simple-and-nice-shopping-cart-script.html
Nguồn⚠️ https://www.sourcecodester.com/php/12579/simple-and-nice-shopping-cart-script.html
Người dùng
 qidian (UID 30810)
Đệ trình14/08/2022 11:36 (cách đây 4 những năm)
Kiểm duyệt14/08/2022 12:31 (55 minutes later)
Trạng tháiđược chấp nhận
Mục VulDB206401 [SourceCodester Simple and Nice Shopping Cart Script /mkshope/login.php msg Tập lệnh chéo trang]
điểm20

Want to know what is going to be exploited?

We predict KEV entries!