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

CVE-2020-7246: Qdpm RCE Vulnerability via File Upload

CVE-2020-7246 is a remote code execution vulnerability in qdPM 9.1 and earlier that allows attackers to upload malicious PHP files via profile photo functionality. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-7246 Overview

A remote code execution (RCE) vulnerability exists in qdPM 9.1 and earlier versions. The vulnerability allows an authenticated attacker to upload a malicious PHP code file via the profile photo functionality by exploiting a path traversal vulnerability in the users['photop_preview'] delete photo feature. This flaw enables attackers to bypass .htaccess protection mechanisms, ultimately achieving arbitrary code execution on the target server. This vulnerability exists due to an incomplete fix for CVE-2015-3884.

Critical Impact

Authenticated attackers can achieve remote code execution by uploading malicious PHP files, bypassing server-side protections through path traversal techniques.

Affected Products

  • qdPM 9.1 and earlier versions

Discovery Timeline

  • 2020-01-21 - CVE-2020-7246 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-7246

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as a Path Traversal vulnerability. The flaw resides in the profile photo upload and deletion functionality within qdPM's user management system. The attack requires network access and low-privilege authentication, but once these conditions are met, an attacker can fully compromise the confidentiality, integrity, and availability of the target system.

The vulnerability stems from an incomplete remediation of the earlier CVE-2015-3884, indicating that the initial patch failed to adequately address all attack vectors related to file upload handling and path validation.

Root Cause

The root cause of this vulnerability lies in improper input validation within the users['photop_preview'] parameter during the photo deletion process. The application fails to properly sanitize user-supplied input containing path traversal sequences (such as ../), allowing attackers to manipulate file paths and write malicious PHP files outside the intended upload directory. This bypass circumvents .htaccess restrictions that would normally prevent execution of uploaded files.

Attack Vector

The attack is executed over the network and requires the attacker to have low-level authenticated access to the qdPM application. The exploitation flow involves:

  1. An authenticated user accesses the profile photo upload functionality
  2. The attacker crafts a malicious PHP file (webshell or reverse shell)
  3. By manipulating the users['photop_preview'] parameter with path traversal sequences, the attacker can place the malicious file in an executable location
  4. The path traversal bypasses .htaccess protections that would otherwise block PHP execution in upload directories
  5. The attacker then accesses the uploaded PHP file directly, achieving remote code execution

Technical details and proof-of-concept exploits are available in the Packet Storm Security Advisory and additional exploit documentation.

Detection Methods for CVE-2020-7246

Indicators of Compromise

  • Unexpected PHP files appearing in web-accessible directories outside the designated uploads folder
  • Web server access logs showing requests to unfamiliar PHP files with shell-like functionality
  • HTTP POST requests to profile photo upload endpoints containing path traversal sequences (../)
  • Presence of webshell artifacts such as eval(), system(), exec(), or passthru() in newly created PHP files

Detection Strategies

  • Monitor web application logs for requests to the user profile photo functionality containing suspicious path patterns
  • Implement file integrity monitoring on the qdPM web root to detect unauthorized file creation
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts in POST parameters
  • Review HTTP request logs for anomalous file upload activity, particularly requests with encoded traversal sequences

Monitoring Recommendations

  • Enable detailed logging on the web server for all file upload operations
  • Configure alerts for any new PHP file creation outside designated upload directories
  • Monitor for outbound connections from the web server that may indicate reverse shell activity
  • Implement behavioral analysis to detect post-exploitation activity following successful RCE

How to Mitigate CVE-2020-7246

Immediate Actions Required

  • Upgrade qdPM to a version newer than 9.1 that addresses this vulnerability
  • Restrict access to the qdPM application to trusted users only until patching is complete
  • Implement additional input validation and path sanitization at the web application firewall level
  • Review the web server for any signs of compromise or unauthorized PHP files

Patch Information

Organizations should upgrade to the latest version of qdPM that contains a complete fix for this path traversal vulnerability. No official vendor advisory URL was provided in the CVE data. For technical details on the vulnerability, refer to the Google Doc Security Review and Packet Storm advisories.

Workarounds

  • Disable the profile photo upload functionality if not required for business operations
  • Implement strict file type validation at both the application and web server levels
  • Configure web server to prevent PHP execution in upload directories using server-level configurations rather than relying solely on .htaccess
  • Deploy a reverse proxy or WAF to filter requests containing path traversal patterns
bash
# Apache configuration to prevent PHP execution in uploads directory
<Directory "/var/www/html/qdpm/uploads">
    php_admin_flag engine off
    RemoveHandler .php .phtml .php3 .php4 .php5 .phps
    AddType text/plain .php .phtml .php3 .php4 .php5 .phps
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechQdpm

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability90.59%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm RCE Vulnerability

  • Packet Storm RCE Vulnerability

  • Packet Storm RCE Vulnerability

  • Packet Storm Authenticated Shell Upload

  • Google Doc Security Review
  • Related CVEs
  • CVE-2018-25208: qdPM 9.1 SQL Injection Vulnerability
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