31 lines
646 B
YAML
31 lines
646 B
YAML
|
id: bravia-signage
|
||
|
|
||
|
info:
|
||
|
name: BRAVIA Signage - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: medium
|
||
|
reference:
|
||
|
- https://twitter.com/WhiteOakSec/status/1667197552461004800
|
||
|
- https://www.whiteoaksecurity.com/blog/sony-bravia-remote-code-execution-disclosure/
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: "true"
|
||
|
shodan-query: title:"BRAVIA Signage"
|
||
|
tags: misconfig,exposure,bravia,sony
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/#/settings"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "BRAVIA Signage"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|