A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-37228

CVE-2020-37228: iDS6 DSSPro Auth Bypass Vulnerability

CVE-2020-37228 is a CAPTCHA bypass flaw in iDS6 DSSPro Digital Signage System 6.2 that enables attackers to retrieve valid codes and launch brute-force attacks. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2020-37228 Overview

CVE-2020-37228 is an authentication bypass vulnerability in the iDS6 DSSPro Digital Signage System version 6.2, developed by Yerootech. The flaw resides in the CAPTCHA verification mechanism, which allows unauthenticated attackers to retrieve valid CAPTCHA codes by requesting the autoLoginVerifyCode object through the login endpoint. Once retrieved, attackers can submit valid CAPTCHA values alongside credential guesses, effectively neutralizing the anti-automation control. This enables brute-force attacks against user accounts at machine speed. The weakness maps to [CWE-307] Improper Restriction of Excessive Authentication Attempts.

Critical Impact

Remote unauthenticated attackers can bypass CAPTCHA protection and conduct automated brute-force attacks against any user account on the digital signage management interface.

Affected Products

  • Yerootech iDS6 DSSPro Digital Signage System 6.2
  • Web-based administrative login interface exposing the autoLoginVerifyCode object
  • Deployments reachable over the network without compensating controls

Discovery Timeline

  • 2026-05-16 - CVE-2020-37228 published to the National Vulnerability Database
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2020-37228

Vulnerability Analysis

The iDS6 DSSPro web application exposes a CAPTCHA generation endpoint that returns the verification code value directly to the client. An attacker performs an HTTP request that retrieves the autoLoginVerifyCode object, reads the generated CAPTCHA string from the response, and then submits a login request containing the matching code together with a guessed username and password pair. Because the server accepts any valid CAPTCHA returned through this path, the control fails to enforce the human-verification property it was designed to provide.

The vulnerability allows an unauthenticated attacker on the network to compromise the confidentiality, integrity, and availability of accounts managed through the system. Successful account takeover grants control over signage content, scheduling, and device management functions on connected displays.

Root Cause

The root cause is a design flaw classified as [CWE-307] Improper Restriction of Excessive Authentication Attempts. The CAPTCHA value is exposed to the requesting client rather than being held server-side and validated against a session-bound challenge. This breaks the assumption that CAPTCHA solving requires human interaction and removes the rate-limiting effect on credential guessing.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker scripts two HTTP requests: one to obtain a fresh CAPTCHA from the autoLoginVerifyCode endpoint, and a second to submit credentials with the harvested code. The loop is repeated to test password candidates against any known or enumerated username. Public exploit code for this issue is available through Exploit-DB #48991 and the ZeroScience advisory ZSL-2020-5607.

No verified exploitation code is reproduced here. Refer to the VulnCheck advisory for additional technical context.

Detection Methods for CVE-2020-37228

Indicators of Compromise

  • Repeated HTTP GET requests to endpoints returning the autoLoginVerifyCode object from a single source address within short time windows.
  • High volume of POST requests to the login endpoint from the same client following each CAPTCHA fetch.
  • Authentication failure events for multiple usernames originating from a single IP address or user agent.

Detection Strategies

  • Inspect web server access logs for paired request patterns where a CAPTCHA retrieval is immediately followed by a login attempt from the same session or address.
  • Correlate failed authentication events with CAPTCHA endpoint requests to identify automated credential testing.
  • Deploy web application firewall rules that flag programmatic access to verification code endpoints lacking browser-typical headers.

Monitoring Recommendations

  • Forward DSSPro web server and authentication logs to a centralized SIEM for correlation and alerting on brute-force patterns.
  • Track per-account failed login counts and trigger alerts when thresholds are exceeded within short intervals.
  • Monitor network egress and ingress to the signage management interface for non-business-hours activity.

How to Mitigate CVE-2020-37228

Immediate Actions Required

  • Restrict network access to the iDS6 DSSPro management interface using firewall rules or VPN-only access until a vendor fix is applied.
  • Enforce strong, unique passwords for all DSSPro accounts and disable any default or unused credentials.
  • Implement server-side rate limiting and account lockout policies at the network or reverse proxy layer.

Patch Information

No vendor patch is referenced in the available advisories. Contact Yerootech through the vendor home page to confirm the availability of a fixed release. Review the VulnCheck advisory for status updates.

Workarounds

  • Place the management interface behind a reverse proxy that enforces its own CAPTCHA, multi-factor authentication, or client certificate requirements.
  • Use an IP allow-list to restrict access to authorized administrative networks only.
  • Deploy a WAF rule that blocks direct requests to the autoLoginVerifyCode endpoint from clients that have not first loaded the login page in a normal browser session.
bash
# Example nginx rule to restrict access to the DSSPro admin interface
location / {
    allow 10.0.0.0/24;       # admin subnet
    deny all;
    limit_req zone=loginzone burst=5 nodelay;
    proxy_pass http://dsspro_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechIds6 Dsspro

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-307
  • Technical References
  • Yerootech Home Page

  • Exploit-DB #48991

  • VulnCheck Advisory

  • ZeroScience Vulnerability ZSL-2020-5607
  • Related CVEs
  • CVE-2020-36917: iDS6 DSSPro Information Disclosure Flaw

  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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