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

CVE-2020-36994: QlikView FTP Server DoS Vulnerability

CVE-2020-36994 is a denial of service vulnerability in QlikView 12.50.20000.0 that allows local attackers to crash the application via the FTP server address field. This article covers technical details, impact, and mitigation.

Published: January 29, 2026

CVE-2020-36994 Overview

CVE-2020-36994 is a denial of service vulnerability affecting QlikView 12.50.20000.0. The vulnerability exists in the FTP server address input field, where improper input validation allows local attackers to crash the application by providing an excessively long input string. Specifically, pasting a 300-character buffer into the FTP server address field triggers an application crash, preventing normal functionality and disrupting business intelligence operations.

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow condition. While the attack requires local access and user interaction, it can effectively render the QlikView application unusable until restarted.

Critical Impact

Local attackers can crash QlikView applications by exploiting buffer overflow in the FTP server address field, causing denial of service and disrupting business intelligence workflows.

Affected Products

  • QlikView 12.50.20000.0

Discovery Timeline

  • 2026-01-29 - CVE CVE-2020-36994 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36994

Vulnerability Analysis

The vulnerability stems from insufficient bounds checking in the FTP server address input field within QlikView. When processing user input, the application fails to properly validate the length of data entered into the FTP server address field before copying it to a fixed-size buffer. This classic buffer overflow condition (CWE-120) allows an attacker to overwrite adjacent memory locations by supplying input that exceeds the expected buffer size.

The attack requires local access to the system and user interaction, as the attacker must paste the malicious input into the application's FTP configuration interface. While this limits the attack surface, environments where multiple users share access to QlikView installations or where untrusted users have local access could be vulnerable to this denial of service attack.

Root Cause

The root cause is a buffer copy operation that does not check the size of input before writing to a destination buffer. When a user pastes a 300-character string into the FTP server address field, the application attempts to copy this data into a buffer that cannot accommodate the full input. This results in memory corruption that causes the application to crash. The lack of input length validation before the copy operation is the fundamental coding flaw that enables this vulnerability.

Attack Vector

The attack is performed locally and requires the following conditions:

  1. The attacker must have local access to a system running QlikView 12.50.20000.0
  2. The attacker must navigate to the FTP server configuration interface
  3. A 300-character payload must be pasted into the FTP server address input field
  4. The application crashes upon processing the oversized input

The exploit is straightforward and requires no special tools—only the ability to paste a long string into the vulnerable input field. Technical details and proof-of-concept information are available in the Exploit-DB #48732 entry.

Detection Methods for CVE-2020-36994

Indicators of Compromise

  • Unexpected QlikView application crashes or termination events
  • Windows Event Log entries indicating application faults in QlikView processes
  • Crash dump files generated in the QlikView application directory
  • User reports of application instability when configuring FTP settings

Detection Strategies

  • Monitor Windows Application Event Logs for QlikView crash events with fault module information
  • Implement application monitoring to detect repeated crashes of QlikView processes
  • Use endpoint detection solutions to identify unusual application termination patterns
  • Review system stability reports for recurring QlikView failures

Monitoring Recommendations

  • Configure alerts for QlikView application crash events in centralized logging systems
  • Track application restart frequency to identify potential exploitation attempts
  • Monitor user activity logs for FTP configuration changes preceding crashes
  • Implement SentinelOne endpoint protection with application crash monitoring capabilities

How to Mitigate CVE-2020-36994

Immediate Actions Required

  • Upgrade QlikView to a patched version if available from the vendor
  • Restrict local access to QlikView installations to trusted users only
  • Implement application-level access controls to limit FTP configuration access
  • Review the VulnCheck Advisory on QlikView for additional guidance

Patch Information

Organizations should contact Qlik directly through their official website to obtain information about patched versions that address this denial of service vulnerability. Review vendor security bulletins and upgrade to the latest supported version of QlikView that includes a fix for this buffer overflow condition.

Workarounds

  • Limit user access to FTP server configuration functionality within QlikView
  • Implement role-based access controls to restrict who can modify FTP settings
  • Monitor and log all configuration changes to detect potential exploitation attempts
  • Consider disabling FTP functionality if not required for business operations
  • Deploy endpoint protection solutions capable of detecting application exploitation

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechQlikview

  • SeverityMEDIUM

  • CVSS Score4.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-120
  • Technical References
  • Exploit-DB #48732

  • Qlik Homepage

  • VulnCheck Advisory on QlikView
  • 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