The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-36905

CVE-2020-36905: FIBARO Home Center RCE Vulnerability

CVE-2020-36905 is a remote code execution flaw in FIBARO System Home Center 5.021 affecting the proxy API. Attackers can inject malicious scripts to hijack sessions. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2020-36905 Overview

CVE-2020-36905 is a Remote File Inclusion (RFI) vulnerability affecting FIBARO System Home Center version 5.021. The vulnerability exists in an undocumented proxy API endpoint that fails to properly validate the url GET parameter. This allows remote attackers to include arbitrary client-side scripts, enabling cross-site scripting (XSS) attacks that can hijack user sessions or manipulate page content within the smart home management interface.

Critical Impact

Attackers can inject malicious JavaScript through the vulnerable proxy API, potentially compromising user sessions and gaining unauthorized control over smart home devices managed by the FIBARO Home Center.

Affected Products

  • FIBARO System Home Center version 5.021
  • FIBARO Home Center smart home controllers running vulnerable firmware

Discovery Timeline

  • 2026-01-06 - CVE CVE-2020-36905 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2020-36905

Vulnerability Analysis

This vulnerability is classified under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere). The FIBARO System Home Center exposes an undocumented proxy API that is designed to fetch and display content from external URLs. However, the implementation lacks proper input validation and sanitization on the url parameter, allowing attackers to inject malicious content that gets rendered in the context of the victim's browser session.

The network-accessible attack vector means that any attacker with network access to the Home Center device can exploit this vulnerability. Since FIBARO Home Centers are smart home controllers that manage connected IoT devices such as lights, locks, sensors, and thermostats, successful exploitation could have significant implications for physical security and privacy.

Root Cause

The root cause of this vulnerability lies in the insufficient validation of user-supplied input in the proxy API endpoint. The url GET parameter is processed without proper sanitization, allowing attackers to supply malicious URLs that include JavaScript code. When the proxy fetches and returns this content, the malicious scripts execute in the context of the authenticated user's session.

The undocumented nature of this API suggests it may have been included for debugging or development purposes and was inadvertently left accessible in production firmware, compounding the security risk.

Attack Vector

The attack exploits the network-accessible proxy API by crafting a malicious URL that includes JavaScript payloads. When a victim user is tricked into clicking a crafted link or when the malicious URL is embedded in the Home Center interface, the proxy fetches the attacker-controlled content and renders it within the trusted domain context.

This enables several attack scenarios including session token theft, phishing attacks within the Home Center interface, modification of smart home configurations, and potential takeover of connected IoT devices. The attack requires user interaction (clicking a malicious link), but no authentication is required to craft and deliver the exploit.

Technical details and proof-of-concept information are available through the ZeroScience Vulnerability Advisory ZSL-2020-5563 and Exploit-DB #48240.

Detection Methods for CVE-2020-36905

Indicators of Compromise

  • Unusual HTTP requests to the Home Center proxy API endpoint containing external URLs
  • JavaScript injection patterns in URL parameters targeting the Home Center web interface
  • Unexpected outbound connections from the Home Center device to unknown external hosts
  • Session anomalies or unauthorized configuration changes in the Home Center logs

Detection Strategies

  • Monitor network traffic for requests to the proxy API endpoint with suspicious URL parameters
  • Implement web application firewall (WAF) rules to detect and block URL injection attempts
  • Review Home Center access logs for unusual patterns or requests from unexpected source IPs
  • Deploy endpoint detection solutions capable of identifying XSS attack patterns in IoT device traffic

Monitoring Recommendations

  • Enable comprehensive logging on the FIBARO Home Center and forward logs to a centralized SIEM
  • Monitor for authentication events following potential exploit attempts that may indicate session hijacking
  • Set up alerts for configuration changes on the Home Center that occur outside of normal administrative windows
  • Network segmentation monitoring to detect any lateral movement from compromised IoT controllers

How to Mitigate CVE-2020-36905

Immediate Actions Required

  • Update FIBARO System Home Center firmware to the latest available version that addresses this vulnerability
  • Place the Home Center behind a firewall and restrict network access to trusted IP addresses only
  • Disable or block access to the vulnerable proxy API endpoint if not required for operations
  • Review all connected IoT device configurations for unauthorized changes

Patch Information

Users should check the Fibaro Official Website for firmware updates that address this vulnerability. Ensure that automatic updates are enabled on the Home Center device to receive security patches promptly.

Additional technical details and advisory information can be found through:

  • VulnCheck Advisory: Fibaro RFI
  • IBM X-Force Vulnerability #178269
  • CXSecurity Issue WLB-2020030140

Workarounds

  • Implement network segmentation to isolate the Home Center from untrusted networks and the public internet
  • Configure a reverse proxy with input validation rules in front of the Home Center web interface
  • Use Content Security Policy (CSP) headers at the network level to restrict script execution if possible
  • Limit user access to the Home Center administrative interface to reduce attack surface
bash
# Example firewall rule to restrict access to Home Center (adjust IP addresses accordingly)
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFibaro

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-829
  • Technical References
  • CXSecurity Issue WLB-2020030140

  • IBM X-Force Vulnerability #178269

  • Packet Storm File ID 156869

  • Exploit-DB #48240

  • Fibaro Official Website

  • VulnCheck Advisory: Fibaro RFI

  • ZeroScience Vulnerability ZSL-2020-5563
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English