Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-36917

CVE-2020-36917: iDS6 DSSPro Information Disclosure Flaw

CVE-2020-36917 is an information disclosure vulnerability in iDS6 DSSPro Digital Signage System 6.2 that exposes credentials via cleartext transmission. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2020-36917 Overview

CVE-2020-36917 is a sensitive information disclosure vulnerability affecting iDS6 DSSPro Digital Signage System 6.2. The vulnerability allows remote attackers positioned on the same network segment to intercept authentication credentials through cleartext cookie transmission. Attackers can exploit the autoSave feature to capture user passwords during man-in-the-middle attacks on HTTP communications.

Critical Impact

Authentication credentials transmitted in cleartext cookies can be intercepted by network-adjacent attackers, leading to complete account compromise and unauthorized system access.

Affected Products

  • iDS6 DSSPro Digital Signage System 6.2

Discovery Timeline

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

Technical Details for CVE-2020-36917

Vulnerability Analysis

This vulnerability (CWE-319: Cleartext Transmission of Sensitive Information) exists within the iDS6 DSSPro Digital Signage System's authentication mechanism. The system's autoSave feature stores user credentials, including passwords, in browser cookies without encryption or secure transport protections. When users authenticate to the digital signage management interface, their credentials are transmitted in plaintext over HTTP connections, making them susceptible to interception.

The adjacent network attack vector means that an attacker must be positioned on the same local network segment as the victim to successfully intercept the cleartext credentials. This could include shared corporate networks, public Wi-Fi environments, or compromised network infrastructure where the digital signage system operates.

Root Cause

The root cause stems from improper security design in the credential handling mechanism. The application fails to implement secure cookie attributes (such as the Secure flag requiring HTTPS transmission) and stores sensitive authentication data in cookies without encryption. The autoSave functionality compounds this issue by persisting credentials in an insecure manner, creating a persistent attack surface for credential theft.

Attack Vector

An attacker on the same network segment can perform a man-in-the-middle (MitM) attack against HTTP traffic between users and the iDS6 DSSPro system. Using network sniffing tools or ARP spoofing techniques, the attacker intercepts HTTP requests containing authentication cookies. Since the autoSave feature stores passwords in cleartext within these cookies, the attacker can extract valid credentials without any decryption requirements.

The attack requires no authentication or special privileges on the target system, and no user interaction beyond normal system usage is necessary for exploitation. Once credentials are captured, the attacker gains full access to the digital signage management interface with the privileges of the compromised user account.

Detection Methods for CVE-2020-36917

Indicators of Compromise

  • Network traffic analysis revealing cleartext credentials in HTTP cookie headers to/from the iDS6 DSSPro system
  • Unauthorized access to digital signage management interfaces from unexpected network locations
  • Multiple failed authentication attempts followed by successful logins from different source IPs
  • ARP spoofing or network traffic anomalies near systems running iDS6 DSSPro

Detection Strategies

  • Deploy network intrusion detection systems (IDS) to monitor for cleartext credential patterns in HTTP traffic
  • Implement network flow analysis to identify potential MitM attack patterns and ARP spoofing attempts
  • Monitor authentication logs for the iDS6 DSSPro system for anomalous login patterns or geographic impossibilities
  • Use SentinelOne Singularity XDR to correlate network-based attacks with endpoint indicators

Monitoring Recommendations

  • Enable comprehensive HTTP traffic logging for systems communicating with the iDS6 DSSPro application
  • Configure alerts for unencrypted authentication traffic on network segments hosting digital signage infrastructure
  • Implement network segmentation monitoring to detect unauthorized access to digital signage VLANs

How to Mitigate CVE-2020-36917

Immediate Actions Required

  • Isolate iDS6 DSSPro systems to dedicated, secured network segments with restricted access
  • Disable the autoSave feature in the application if possible to prevent credential storage in cookies
  • Implement a reverse proxy or load balancer with TLS termination to encrypt all traffic to the digital signage system
  • Reset all user credentials that may have been exposed through cleartext transmission

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should consult the VulnCheck Advisory and Zero Science Vulnerability ZSL-2020-5605 for the latest remediation guidance. Additional technical details are available from IBM X-Force Vulnerability #191261 and Packet Storm Security.

Workarounds

  • Deploy a TLS-enabled reverse proxy in front of the iDS6 DSSPro system to encrypt all client communications
  • Implement network-level encryption (IPsec or 802.1AE MACsec) on network segments hosting the vulnerable system
  • Restrict network access to the digital signage system to trusted management workstations only
  • Consider deploying VPN-only access requirements for administrative connections to the affected system
bash
# Example nginx reverse proxy configuration for TLS termination
# Place this proxy in front of the iDS6 DSSPro system

server {
    listen 443 ssl;
    server_name signage.example.com;
    
    ssl_certificate /etc/nginx/ssl/signage.crt;
    ssl_certificate_key /etc/nginx/ssl/signage.key;
    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_ciphers HIGH:!aNULL:!MD5;
    
    # Add secure cookie flags to responses
    proxy_cookie_path / "/; Secure; HttpOnly; SameSite=Strict";
    
    location / {
        proxy_pass http://internal-dsspro-server:80;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Proto https;
    }
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIds6 Dsspro

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

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

  • IBM X-Force Vulnerability #191261

  • Packet Storm Security File #159915

  • Archived Yerootech Website

  • VulnCheck Advisory IDS DSSPro

  • Zero Science Vulnerability ZSL-2020-5605
  • Related CVEs
  • CVE-2020-36920: iDS6 DSSPro Privilege Escalation Flaw

  • CVE-2020-36918: iDS6 DSSPro Digital Signage CSRF 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