From d103f3140c461a95cd8c63f5623f99bf714c3863 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:37:50 +0530 Subject: [PATCH] reference & matcher update --- http/cves/2023/CVE-2023-39361.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2023/CVE-2023-39361.yaml b/http/cves/2023/CVE-2023-39361.yaml index b41347b210..ddd9e6365d 100644 --- a/http/cves/2023/CVE-2023-39361.yaml +++ b/http/cves/2023/CVE-2023-39361.yaml @@ -8,7 +8,7 @@ info: Cacti is an open source operational monitoring and fault management framework. Affected versions are subject to a SQL injection discovered in graph_view.php. Since guest users can access graph_view.php without authentication by default, if guest users are being utilized in an enabled state, there could be the potential for significant damage. Attackers may exploit this vulnerability, and there may be possibilities for actions such as the usurpation of administrative privileges or remote code execution. This issue has been addressed in version 1.2.25. Users are advised to upgrade. There are no known workarounds for this vulnerability. reference: - https://github.com/Cacti/cacti/security/advisories/GHSA-6r43-q2fw-5wrg - - https://cve.report/CVE-2023-4634 + - https://nvd.nist.gov/vuln/detail/CVE-2023-39361 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 @@ -32,5 +32,5 @@ http: dsl: - 'duration>=10' - 'status_code == 200' - - 'contains_all(body, "var treeView=", "cacti")' + - 'contains_all(body, "Tree Mode", "cacti")' condition: and