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

CVE-2020-36914: QiHang Media Information Disclosure Flaw

CVE-2020-36914 is an information disclosure vulnerability in QiHang Media Web Digital Signage 3.0.9 that exposes user credentials through cleartext transmission. This article covers the technical details, risks, and mitigation.

Updated: January 22, 2026

CVE-2020-36914 Overview

QiHang Media Web Digital Signage 3.0.9 contains a sensitive information disclosure vulnerability (CWE-319: Cleartext Transmission of Sensitive Information) that allows remote attackers to intercept user authentication credentials through cleartext cookie transmission. Attackers positioned on the same network segment can perform man-in-the-middle attacks to capture and potentially misuse stored authentication credentials transmitted in an insecure manner.

Critical Impact

Authentication credentials transmitted in cleartext cookies can be intercepted by attackers on adjacent networks, enabling account takeover and unauthorized access to digital signage management systems.

Affected Products

  • QiHang Media Web Digital Signage 3.0.9

Discovery Timeline

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

Technical Details for CVE-2020-36914

Vulnerability Analysis

This vulnerability stems from improper handling of authentication credentials within QiHang Media Web Digital Signage version 3.0.9. The application stores user authentication credentials in cookies and transmits these cookies over unencrypted HTTP connections without the Secure flag or adequate protection mechanisms.

The vulnerability requires an adjacent network position, meaning an attacker must have access to the same network segment as the victim. This attack vector is commonly exploited in shared network environments such as corporate LANs, public Wi-Fi networks, or within compromised network infrastructure.

Once credentials are captured through passive network sniffing or active man-in-the-middle techniques, attackers gain complete access to the victim's digital signage management account. This can lead to unauthorized content modifications, system configuration changes, or further lateral movement within the organization's infrastructure.

Root Cause

The root cause of this vulnerability is the failure to implement secure cookie transmission practices. The application stores sensitive authentication credentials in browser cookies without:

  1. Enabling the Secure cookie flag to ensure transmission only over HTTPS
  2. Encrypting credential data before storage in cookies
  3. Implementing proper session token mechanisms instead of storing raw credentials

This design flaw violates fundamental secure development principles for handling authentication data in web applications.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be positioned on the same local network segment as the target user. The attack flow involves:

  1. The attacker positions themselves on the same network as the victim (e.g., shared corporate network, public Wi-Fi)
  2. Using network sniffing tools or ARP spoofing techniques, the attacker captures HTTP traffic
  3. Authentication cookies containing cleartext credentials are extracted from captured packets
  4. The attacker uses the harvested credentials to authenticate to the digital signage system
  5. Full account access is achieved without requiring any user interaction

The vulnerability requires no privileges and no user interaction, making it particularly dangerous in shared network environments. For detailed technical analysis, see the Zero Science Lab Advisory ZSL-2020-5578.

Detection Methods for CVE-2020-36914

Indicators of Compromise

  • Unexpected HTTP traffic (non-HTTPS) to digital signage management interfaces
  • Multiple login sessions from different IP addresses for the same user account
  • ARP spoofing indicators on the local network segment
  • Unusual network traffic patterns consistent with man-in-the-middle positioning

Detection Strategies

  • Monitor network traffic for unencrypted HTTP connections to digital signage systems
  • Implement network-based intrusion detection rules to identify cleartext credential patterns
  • Deploy endpoint detection to identify ARP spoofing or network sniffing tools
  • Audit authentication logs for concurrent sessions from geographically disparate locations

Monitoring Recommendations

  • Enable detailed logging on digital signage management interfaces to track authentication events
  • Configure network monitoring to alert on HTTP traffic to sensitive management systems
  • Implement session monitoring to detect credential reuse from unauthorized sources
  • Review network infrastructure for unauthorized devices that could facilitate interception

How to Mitigate CVE-2020-36914

Immediate Actions Required

  • Enforce HTTPS-only access to QiHang Media Web Digital Signage management interfaces
  • Implement network segmentation to isolate digital signage management traffic
  • Reset credentials for all users who may have accessed the system over unencrypted connections
  • Deploy network monitoring to detect potential credential interception attempts

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should contact QiHang Media directly for remediation guidance. In the absence of a vendor patch, implementing the workarounds below is critical. Additional advisory information is available from VulnCheck and IBM X-Force.

Workarounds

  • Deploy a reverse proxy (such as nginx or Apache) with TLS termination in front of the digital signage system
  • Configure network-level encryption using VPN or IPsec for all management traffic
  • Implement network access controls to restrict management interface access to trusted hosts only
  • Consider replacing the vulnerable software with an alternative that implements secure authentication practices
bash
# Example nginx reverse proxy configuration for TLS termination
# Place in front of QiHang Media Web Digital Signage

server {
    listen 443 ssl;
    server_name signage.example.com;
    
    ssl_certificate /etc/ssl/certs/signage.crt;
    ssl_certificate_key /etc/ssl/private/signage.key;
    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_ciphers HIGH:!aNULL:!MD5;
    
    location / {
        proxy_pass http://internal-signage-server:8080;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_cookie_flags ~ secure httponly;
    }
}

# Redirect HTTP to HTTPS
server {
    listen 80;
    server_name signage.example.com;
    return 301 https://$server_name$request_uri;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechQihang Media Web Digital Signage

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • 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-2020080059

  • IBM X-Force Vulnerability #186770

  • Packet Storm Security File

  • HowFor Security Resource

  • VulnCheck Advisory on Qihang Media

  • Zero Science Vulnerability ZSL-2020-5578
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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