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-36918

CVE-2020-36918: iDS6 DSSPro Digital Signage CSRF Flaw

CVE-2020-36918 is a CSRF vulnerability in iDS6 DSSPro Digital Signage System 6.2 allowing attackers to perform unauthorized administrative actions. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2020-36918 Overview

iDS6 DSSPro Digital Signage System 6.2 contains a cross-site request forgery (CSRF) vulnerability that allows attackers to perform administrative actions without proper request validation. This vulnerability enables malicious actors to craft specially designed web pages that trick authenticated administrators into executing unauthorized actions, such as adding new user accounts to the system.

The vulnerability stems from the application's failure to implement proper CSRF token validation on sensitive user management endpoints. When an administrator with an active session visits a malicious webpage, hidden requests can be automatically submitted to the DSSPro system, executing administrative commands without the user's knowledge or consent.

Critical Impact

Attackers can leverage this CSRF vulnerability to create unauthorized administrative accounts, potentially leading to complete system compromise of digital signage infrastructure.

Affected Products

  • iDS6 DSSPro Digital Signage System 6.2

Discovery Timeline

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

Technical Details for CVE-2020-36918

Vulnerability Analysis

This Cross-Site Request Forgery (CSRF) vulnerability (CWE-352) exists in the user management functionality of iDS6 DSSPro Digital Signage System version 6.2. The application fails to validate that incoming state-changing requests originate from the application itself through mechanisms such as anti-CSRF tokens.

The attack leverages the network-based attack vector, requiring user interaction where an authenticated administrator must be tricked into visiting a malicious webpage. When successful, the attacker can force the victim's browser to submit forged requests that add unauthorized users to the system, modify existing user permissions, or perform other administrative functions.

The exploitation relies on the trust the application places in authenticated sessions without verifying request origin. Since browsers automatically include session cookies with cross-origin requests, an attacker-controlled webpage can submit form data or trigger AJAX requests to the vulnerable endpoints while the administrator's session is active.

Root Cause

The root cause of this vulnerability is the absence of CSRF protection mechanisms in the DSSPro Digital Signage System's user management interface. The application accepts and processes state-changing requests without validating the presence of anti-CSRF tokens or checking request origin headers. This design flaw allows any webpage to submit requests to the application's administrative endpoints as long as the victim has an active authenticated session.

Attack Vector

The attack follows a network-based vector requiring user interaction. An attacker constructs a malicious HTML page containing hidden forms or JavaScript that automatically submits requests to the vulnerable DSSPro endpoints. The attacker then distributes this malicious page via phishing emails, watering hole attacks, or other social engineering techniques.

When an administrator with an active DSSPro session loads the malicious page, their browser automatically submits the forged request along with their valid session cookies. The application processes the request as if it were legitimately initiated by the administrator, executing the malicious action such as creating a new administrative user account controlled by the attacker.

Technical details and proof-of-concept information can be found in the Zero Science Vulnerability Advisory ZSL-2020-5606 and the Exploit-DB entry #48990.

Detection Methods for CVE-2020-36918

Indicators of Compromise

  • Unexpected user accounts appearing in the DSSPro user management interface
  • Administrative actions logged without corresponding legitimate user activity
  • Web server logs showing POST requests to user management endpoints from external referrer URLs
  • Multiple user creation events occurring in rapid succession from the same administrator session

Detection Strategies

  • Monitor web server access logs for requests to user management endpoints with suspicious or missing Referer headers
  • Implement anomaly detection for administrative actions, particularly user account creation patterns
  • Review authentication logs for session usage from unexpected geographic locations or IP addresses
  • Deploy web application firewall (WAF) rules to detect potential CSRF attack patterns

Monitoring Recommendations

  • Enable detailed logging of all administrative actions within the DSSPro system
  • Configure alerts for new user account creation events requiring manual review
  • Monitor for unusual patterns in administrator session activity
  • Implement regular audits of user accounts and permission changes

How to Mitigate CVE-2020-36918

Immediate Actions Required

  • Restrict network access to the DSSPro administrative interface to trusted IP ranges only
  • Implement additional authentication factors for sensitive administrative operations
  • Educate administrators about phishing risks and safe browsing practices while logged into the system
  • Review existing user accounts for any unauthorized additions and remove suspicious entries

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should contact the vendor directly for security updates. Additional vulnerability details are available through the VulnCheck Advisory, IBM X-Force Vulnerability #191258, and Packet Storm Security File #159916.

Workarounds

  • Deploy a reverse proxy or web application firewall that enforces CSRF token validation
  • Restrict administrative access to the system through VPN-only connectivity
  • Configure the system to require re-authentication for sensitive operations like user management
  • Implement network segmentation to isolate digital signage systems from general browsing networks
bash
# Example: Restrict administrative interface access via iptables
# Allow only trusted admin network (replace with your admin subnet)
iptables -A INPUT -p tcp --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.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
  • TypeCSRF

  • Vendor/TechIds6 Dsspro

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • CXSecurity Issue WLB-2020110022

  • IBM X-Force Vulnerability #191258

  • Packet Storm Security File #159916

  • Archived YerooTech Website

  • Exploit-DB #48990

  • VulnCheck Advisory: ID DSSPro CSRF

  • Zero Science Vulnerability ZSL-2020-5606
  • Related CVEs
  • CVE-2020-36917: iDS6 DSSPro Information Disclosure Flaw

  • CVE-2020-36920: iDS6 DSSPro Privilege Escalation Flaw
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