diff --git a/http/cves/2023/CVE-2023-39361.yaml b/http/cves/2023/CVE-2023-39361.yaml index 8199f53e40..b41347b210 100644 --- a/http/cves/2023/CVE-2023-39361.yaml +++ b/http/cves/2023/CVE-2023-39361.yaml @@ -11,9 +11,12 @@ info: - https://cve.report/CVE-2023-4634 classification: cve-id: CVE-2023-39361 + 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 + cwe-id: CWE-89 metadata: max-request: 1 -# verified: true + verified: true shodan-query: title:"Login to Cacti" tags: cve,cve2023,cacti,sqli @@ -29,5 +32,5 @@ http: dsl: - 'duration>=10' - 'status_code == 200' -# - 'contains(body, "cactiAction=")' + - 'contains_all(body, "var treeView=", "cacti")' condition: and