2022-12-14 09:33:01 +00:00
id : sony-bravia-disclosure
info :
name : Sony BRAVIA Digital Signage 1.7.8 System API Information Disclosure
author : geeknik
2022-12-22 05:27:29 +00:00
severity : low
2022-12-14 09:33:01 +00:00
description : |
The application is vulnerable to sensitive information disclosure vulnerability. An unauthenticated attacker can visit several API endpoints and disclose information running on the device.
reference :
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2020-5610.php
- https://www.zeroscience.mk/codes/sonybravia_sysinfo.txt
2022-12-22 05:27:29 +00:00
tags : misconfig,sony,unauth,exposure
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-12-14 09:33:01 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-12-14 09:33:01 +00:00
- method : GET
path :
- '{{BaseURL}}/api/system'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"contentsServer":'
- '"networkInterfaces":'
- '"serverTime":'
- '"hostIp":'
condition : and
- type : word
part : header
words :
- "text/plain"
- "application/json"
condition : or
- type : status
status :
- 200