Skip to content

BRAVIA Signage - Exposure

ID: bravia-signage

Severity: medium

Author: DhiyaneshDK

Tags: misconfig,exposure,bravia,sony

Bravia Signage is exposed.

id: bravia-signage
info:
name: BRAVIA Signage - Exposure
author: DhiyaneshDK
severity: medium
description: Bravia Signage is exposed.
reference:
- https://twitter.com/WhiteOakSec/status/1667197552461004800
- https://www.whiteoaksecurity.com/blog/sony-bravia-remote-code-execution-disclosure/
metadata:
verified: "true"
max-request: 1
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
# digest: 490a004630440220748d525064e78ecc3d00c6e8f8615b904d75129b31e34fa08c1e19936cc5558f022044b1e43668bbde6090f5fa9bc6e4b4719e167b747c007dfebc20d8274e8659b2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/bravia-signage.yaml"

View on Github