reference & matcher update
parent
469b7f7049
commit
d103f3140c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue