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-2024-9014

CVE-2024-9014: pgAdmin 4 Auth Bypass Vulnerability

CVE-2024-9014 is an authentication bypass flaw in pgAdmin 4 that exploits OAuth2 authentication weaknesses, allowing attackers to obtain client credentials and access user data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 28, 2026

CVE-2024-9014 Overview

pgAdmin versions 8.11 and earlier are vulnerable to a security flaw in OAuth2 authentication. This vulnerability allows an attacker to potentially obtain the client ID and secret, leading to unauthorized access to user data. The flaw relates to CWE-522 (Insufficiently Protected Credentials), indicating that sensitive OAuth2 credentials are not adequately secured within the application.

Critical Impact

Attackers exploiting this vulnerability can extract OAuth2 client credentials, potentially gaining unauthorized access to user accounts and sensitive database management operations through pgAdmin.

Affected Products

  • pgAdmin 4 versions 8.11 and earlier
  • pgAdmin 4 for PostgreSQL (all platforms)
  • Organizations using OAuth2 authentication with pgAdmin

Discovery Timeline

  • 2024-09-23 - CVE-2024-9014 published to NVD
  • 2025-09-22 - Last updated in NVD database

Technical Details for CVE-2024-9014

Vulnerability Analysis

This vulnerability stems from insufficiently protected credentials (CWE-522) within pgAdmin's OAuth2 authentication implementation. The security flaw allows attackers with authenticated access to the application to potentially extract the OAuth2 client ID and client secret. These credentials are fundamental to the OAuth2 authentication flow and their exposure can have significant security implications.

The attack requires network access and authenticated privileges to exploit, but once credentials are obtained, an attacker could impersonate legitimate OAuth2 authentication flows or gain unauthorized access to user data. Given pgAdmin's role as a database administration tool for PostgreSQL, successful exploitation could provide attackers with access to sensitive database management capabilities and underlying data.

Root Cause

The root cause of CVE-2024-9014 is the insufficient protection of OAuth2 credentials within the pgAdmin application. The client ID and client secret, which should be securely stored and never exposed to end users, can be obtained by attackers through the application. This represents a failure in proper credential management and secure storage practices for sensitive authentication tokens.

Attack Vector

The attack vector is network-based, requiring an attacker to have authenticated access to a vulnerable pgAdmin instance. The exploitation process involves:

  1. An attacker gains authenticated access to a pgAdmin 4 instance running version 8.11 or earlier
  2. Through the OAuth2 authentication flow or application inspection, the attacker can extract the client ID and secret
  3. With these credentials, the attacker can forge OAuth2 authentication requests or access user data without proper authorization

The vulnerability does not require user interaction and has a direct impact on confidentiality, potentially exposing sensitive authentication credentials and user data. Technical details and discussion are available in the GitHub Issue Discussion.

Detection Methods for CVE-2024-9014

Indicators of Compromise

  • Unusual OAuth2 token requests originating from unexpected IP addresses or locations
  • Multiple authentication attempts using the same client credentials from different sources
  • Anomalous access patterns to pgAdmin instances, especially those configured with OAuth2 authentication
  • Evidence of credential harvesting attempts in application or web server logs

Detection Strategies

  • Monitor OAuth2 authentication logs for unusual patterns or requests from unexpected sources
  • Implement alerting on multiple failed or suspicious authentication attempts against pgAdmin instances
  • Review application logs for evidence of credential extraction or unauthorized API calls
  • Deploy network monitoring to detect suspicious traffic patterns to and from pgAdmin servers

Monitoring Recommendations

  • Enable verbose logging on pgAdmin instances and OAuth2 identity providers
  • Implement SIEM rules to correlate authentication events across pgAdmin and OAuth2 infrastructure
  • Monitor for unauthorized access attempts to PostgreSQL databases administered by affected pgAdmin instances
  • Review access logs regularly for evidence of credential misuse or unauthorized data access

How to Mitigate CVE-2024-9014

Immediate Actions Required

  • Upgrade pgAdmin 4 to the latest version beyond 8.11 to address this vulnerability
  • Rotate OAuth2 client secrets immediately if you suspect credential exposure
  • Review OAuth2 authentication logs for any signs of unauthorized access
  • Consider temporarily disabling OAuth2 authentication and switching to alternative authentication methods until patched

Patch Information

Organizations running pgAdmin 4 version 8.11 or earlier should upgrade to the latest available version that includes the fix for CVE-2024-9014. The pgAdmin development team has addressed this issue in subsequent releases. For detailed patch information and upgrade instructions, refer to the GitHub Issue Discussion where the vulnerability and its resolution are documented.

Workarounds

  • Disable OAuth2 authentication if not strictly required and use alternative authentication methods
  • Implement network segmentation to limit access to pgAdmin instances to trusted networks only
  • Apply strict access controls to limit who can authenticate to pgAdmin using OAuth2
  • Monitor OAuth2 authentication flows closely and implement additional validation where possible
bash
# Example: Restricting pgAdmin network access via firewall
# Allow only trusted management networks to access pgAdmin
iptables -A INPUT -p tcp --dport 5050 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 5050 -j DROP

# Review pgAdmin configuration for OAuth2 settings
# Location typically: /var/lib/pgadmin/config_local.py
# Ensure OAUTH2_AUTO_CREATE_USER is set appropriately

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPgadmin

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability92.82%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2026-1707: pgAdmin Auth Bypass Vulnerability

  • CVE-2023-1907: pgAdmin Auth Bypass Vulnerability

  • CVE-2025-13780: pgAdmin 4 RCE Vulnerability

  • CVE-2025-12762: Pgadmin 4 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