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-2025-13780

CVE-2025-13780: pgAdmin 4 RCE Vulnerability

CVE-2025-13780 is a remote code execution vulnerability in pgAdmin 4 affecting versions up to 9.10. Attackers can inject arbitrary commands during PLAIN-format dump file restores. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-13780 Overview

CVE-2025-13780 is a Remote Code Execution (RCE) vulnerability affecting pgAdmin versions up to 9.10 when running in server mode. The vulnerability occurs during restore operations from PLAIN-format dump files, allowing attackers to inject and execute arbitrary commands on the server hosting pgAdmin. This poses a critical risk to the integrity and security of the database management system and underlying data.

Critical Impact

Successful exploitation allows remote attackers with low privileges to execute arbitrary commands on the pgAdmin server, potentially leading to complete system compromise, data theft, and lateral movement within the network.

Affected Products

  • pgAdmin 4 versions up to and including 9.10
  • pgAdmin 4 installations running in server mode
  • Systems performing PLAIN-format dump file restores

Discovery Timeline

  • December 11, 2025 - CVE-2025-13780 published to NVD
  • December 19, 2025 - Last updated in NVD database

Technical Details for CVE-2025-13780

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code / Code Injection). When pgAdmin operates in server mode and processes restore operations from PLAIN-format dump files, the application fails to properly sanitize user-controlled input before passing it to system command execution functions. This allows an attacker with authenticated access to craft malicious input that results in arbitrary command execution on the underlying server.

The network-accessible nature of the attack vector combined with low complexity requirements makes this vulnerability particularly dangerous in multi-user environments where pgAdmin is deployed as a centralized database management interface.

Root Cause

The root cause stems from improper input validation in the restore functionality when handling PLAIN-format dump files. The application does not adequately sanitize or escape command-line arguments before executing system-level operations, creating an injection point for malicious commands.

Attack Vector

The attack requires network access to a pgAdmin instance running in server mode. An authenticated user with restore privileges can leverage the PLAIN-format dump file restore functionality to inject arbitrary commands. The low privilege requirement means that any authenticated user with access to restore operations can potentially exploit this vulnerability.

The exploitation path involves crafting a specially formatted restore request that includes command injection payloads within the dump file parameters or restore options. When pgAdmin processes this request, the injected commands are executed with the privileges of the pgAdmin server process.

For technical details and discussion of this vulnerability, see the GitHub Issue Report.

Detection Methods for CVE-2025-13780

Indicators of Compromise

  • Unusual restore operations in pgAdmin server logs, particularly involving PLAIN-format dump files
  • Unexpected child processes spawned by the pgAdmin server process
  • Network connections or file system modifications initiated by pgAdmin that deviate from normal behavior
  • Suspicious command-line arguments in process execution logs related to pgAdmin restore operations

Detection Strategies

  • Monitor pgAdmin server logs for restore operations with unusual or malformed parameters
  • Implement process monitoring to detect unexpected command execution by the pgAdmin process
  • Deploy endpoint detection and response (EDR) solutions to identify command injection patterns
  • Analyze network traffic for anomalous database restore requests to pgAdmin server instances

Monitoring Recommendations

  • Enable verbose logging for pgAdmin restore operations and centralize log collection
  • Configure alerts for any restore operations involving PLAIN-format dump files from untrusted sources
  • Monitor system calls and process trees originating from pgAdmin server processes
  • Implement file integrity monitoring on systems hosting pgAdmin to detect unauthorized modifications

How to Mitigate CVE-2025-13780

Immediate Actions Required

  • Upgrade pgAdmin 4 to a version newer than 9.10 that addresses this vulnerability
  • Restrict access to pgAdmin server mode instances to trusted networks and users only
  • Audit user permissions and remove restore privileges from accounts that do not require them
  • Consider temporarily disabling PLAIN-format dump file restore functionality until patched

Patch Information

Refer to the GitHub Issue Report for the latest information on patches and fixes. Users should upgrade to the latest available version of pgAdmin 4 that addresses this command injection vulnerability.

Workarounds

  • Run pgAdmin in desktop mode instead of server mode where possible to reduce attack surface
  • Implement network segmentation to isolate pgAdmin server instances from untrusted networks
  • Use a web application firewall (WAF) to filter potentially malicious restore requests
  • Restrict restore operations to binary-format dump files only until a patch is applied
bash
# Configuration example - Restrict pgAdmin access via reverse proxy
# nginx configuration to limit access to trusted IPs
location /pgadmin {
    allow 10.0.0.0/8;
    allow 192.168.1.0/24;
    deny all;
    proxy_pass http://localhost:5050;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPgadmin

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.17%

  • 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-94
  • Technical References
  • GitHub Issue Report
  • Related CVEs
  • CVE-2025-12762: Pgadmin 4 RCE Vulnerability

  • CVE-2024-2044: pgAdmin 4 RCE Vulnerability

  • CVE-2025-2945: pgAdmin 4 Remote Code Execution Vulnerability

  • CVE-2024-3116: pgAdmin 4 Remote Code Execution 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