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

CVE-2020-5844: Artica Pandora FMS RCE Vulnerability

CVE-2020-5844 is a remote code execution flaw in Artica Pandora FMS v7.0 NG that allows authenticated admins to upload and execute malicious PHP scripts. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-5844 Overview

CVE-2020-5844 is an authenticated remote code execution vulnerability affecting Pandora FMS v7.0 NG. The vulnerability exists in the index.php?sec=godmode/extensions&sec2=extensions/files_repo endpoint, which allows authenticated administrators to upload malicious PHP scripts. Attackers can subsequently execute these scripts by leveraging base64 decoding of the file location, leading to arbitrary code execution on the underlying server.

Critical Impact

Authenticated administrators can achieve full remote code execution on the Pandora FMS server, potentially compromising the entire monitoring infrastructure and any systems it manages.

Affected Products

  • Artica Pandora FMS 7.0 NG
  • Pandora FMS v7.0NG.742_FIX_PERL2020

Discovery Timeline

  • 2020-03-16 - CVE-2020-5844 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-5844

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The flaw resides in the files repository extension functionality within the Pandora FMS administrative interface. When an authenticated administrator accesses the vulnerable endpoint, they can bypass intended upload restrictions to introduce malicious PHP scripts into the server's file system.

The critical weakness lies in the application's handling of uploaded files combined with a base64 decoding mechanism that can be manipulated to execute the uploaded content. This represents a dangerous combination of insufficient file type validation and improper handling of file paths, which together enable full code execution capabilities.

The vulnerability requires administrator-level authentication, but once that prerequisite is met, exploitation is straightforward. Given that Pandora FMS is a network monitoring solution that typically has visibility into critical infrastructure, successful exploitation could provide attackers with a strategic foothold for lateral movement across an organization's network.

Root Cause

The root cause is inadequate validation of uploaded files in the files_repo extension module. The application fails to properly restrict the types of files that can be uploaded through the administrative interface. Additionally, the base64 decoding functionality used for file location handling introduces an exploitation vector that allows attackers to bypass security controls and execute arbitrary PHP code.

Attack Vector

The attack is network-based and requires the attacker to have valid administrator credentials for the Pandora FMS console. The exploitation process involves:

  1. Authenticating to the Pandora FMS administrative interface with valid administrator credentials
  2. Navigating to the files repository extension at index.php?sec=godmode/extensions&sec2=extensions/files_repo
  3. Uploading a malicious PHP script that contains attacker-controlled code
  4. Triggering execution of the uploaded script through base64 decoding manipulation of the file path

The GitHub PoC repository and Packet Storm advisory provide technical details on the exploitation methodology.

Detection Methods for CVE-2020-5844

Indicators of Compromise

  • Suspicious HTTP requests to index.php?sec=godmode/extensions&sec2=extensions/files_repo with file upload activity
  • Newly created PHP files in the Pandora FMS extensions or upload directories
  • Unexpected PHP files containing base64-encoded content or obfuscated code
  • Web server logs showing access to unusual PHP files outside normal application paths
  • Process execution anomalies originating from the web server user context

Detection Strategies

  • Monitor web server access logs for requests to the files_repo endpoint followed by execution of unfamiliar PHP files
  • Implement file integrity monitoring on Pandora FMS directories to detect unauthorized file creation
  • Deploy endpoint detection solutions to identify suspicious PHP process spawning or command execution
  • Analyze network traffic for unusual outbound connections from the Pandora FMS server

Monitoring Recommendations

  • Enable verbose logging for all administrative actions within Pandora FMS
  • Configure alerts for file uploads through the administrative interface
  • Implement application-layer monitoring to detect base64-encoded payloads in requests
  • Review authentication logs for administrator account compromise indicators

How to Mitigate CVE-2020-5844

Immediate Actions Required

  • Upgrade Pandora FMS to a version released after v7.0NG.742_FIX_PERL2020 that addresses this vulnerability
  • Restrict network access to the Pandora FMS administrative interface to trusted IP addresses only
  • Audit administrator accounts and enforce strong authentication mechanisms including multi-factor authentication
  • Review recent file uploads and administrative actions for signs of exploitation
  • Implement web application firewall rules to block malicious file uploads

Patch Information

Artica has addressed this vulnerability in subsequent releases of Pandora FMS. Organizations should upgrade to the latest stable version available from the official Pandora FMS website. After patching, administrators should audit the system for any indicators of prior compromise.

Workarounds

  • Implement network segmentation to restrict administrative interface access to management VLANs only
  • Deploy a reverse proxy with file upload inspection capabilities in front of Pandora FMS
  • Disable the files repository extension if not required for operational purposes
  • Implement strict file upload policies at the web server level to reject PHP file uploads
  • Enable SELinux or AppArmor policies to restrict the web server's ability to execute uploaded files
bash
# Example: Restrict access to administrative endpoints via Apache configuration
<Location "/index.php">
    <If "%{QUERY_STRING} =~ /sec=godmode/">
        Require ip 10.0.0.0/8 192.168.1.0/24
    </If>
</Location>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechArtica Pandora Fms

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability73.79%

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

  • GitHub CVE-2020-5844 PoC

  • Pandora FMS Official Site
  • Related CVEs
  • CVE-2025-5306: Artica Pandora FMS RCE Vulnerability

  • CVE-2021-32099: Artica Pandora FMS Auth Bypass 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