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

CVE-2025-13957: Hard-coded Credentials RCE Vulnerability

CVE-2025-13957 is a hard-coded credentials vulnerability that enables remote code execution when SOCKS Proxy is enabled and credentials are known. This article covers the technical details, security impact, and mitigation.

Published: March 13, 2026

CVE-2025-13957 Overview

CVE-2025-13957 is a hard-coded credentials vulnerability (CWE-798) that could enable information disclosure and remote code execution when specific conditions are met. The vulnerability requires the SOCKS Proxy feature to be enabled (disabled by default), along with knowledge of administrator credentials and PostgreSQL database credentials. This combination of requirements creates a potential attack chain for authenticated attackers with network access.

Critical Impact

When exploited, this vulnerability allows remote code execution and information disclosure on affected Schneider Electric products, potentially compromising industrial control systems and critical infrastructure.

Affected Products

  • Schneider Electric products with SOCKS Proxy functionality
  • Systems with PostgreSQL database integration
  • Industrial control system components (refer to vendor advisory for complete list)

Discovery Timeline

  • 2026-03-10 - CVE CVE-2025-13957 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-13957

Vulnerability Analysis

This vulnerability stems from the use of hard-coded credentials within the affected Schneider Electric products. Hard-coded credentials represent a significant security weakness as they cannot be changed by administrators and may be discovered through reverse engineering or firmware analysis.

The vulnerability specifically impacts systems where the SOCKS Proxy feature has been enabled. While this feature is disabled by default, organizations that have activated it for proxy functionality become vulnerable. An attacker who has obtained administrator credentials and PostgreSQL database credentials can leverage these hard-coded credentials to achieve unauthorized access and code execution.

The network-based attack vector means exploitation can occur remotely without physical access to the target system, though the requirement for high privileges (administrator credentials) adds complexity to the attack chain.

Root Cause

The root cause is the inclusion of hard-coded credentials within the product's codebase or configuration. CWE-798 (Use of Hard-coded Credentials) occurs when software contains hard-coded authentication credentials, making it impossible for administrators to change them and allowing attackers who discover these credentials to gain unauthorized access across all affected installations.

Attack Vector

The attack requires a network path to the target system with SOCKS Proxy enabled. An attacker must first obtain valid administrator credentials and PostgreSQL database credentials through other means (phishing, credential stuffing, previous breaches, etc.). Once these credentials are known, the attacker can leverage the hard-coded credentials in conjunction with the SOCKS Proxy functionality to execute arbitrary code or extract sensitive information from the system.

The attack flow involves:

  1. Reconnaissance to identify systems with SOCKS Proxy enabled
  2. Acquisition of administrator and PostgreSQL credentials
  3. Authentication to the target system
  4. Exploitation of hard-coded credentials via the SOCKS Proxy mechanism
  5. Execution of malicious code or extraction of sensitive data

Detection Methods for CVE-2025-13957

Indicators of Compromise

  • Unexpected authentication attempts to PostgreSQL database services
  • Anomalous SOCKS Proxy traffic patterns or connections from unusual sources
  • Unauthorized administrative access or login events
  • Unusual process execution following database or proxy interactions

Detection Strategies

  • Monitor authentication logs for repeated or failed login attempts to administrative interfaces
  • Implement network-based detection for unusual SOCKS Proxy traffic patterns
  • Deploy database activity monitoring on PostgreSQL instances to detect unauthorized queries
  • Enable and review audit logging for all administrative actions on affected systems

Monitoring Recommendations

  • Configure alerting for administrative login events outside of normal business hours
  • Monitor network traffic for connections to SOCKS Proxy ports from unauthorized sources
  • Implement SIEM rules to correlate database access with subsequent suspicious activities
  • Regularly review access logs for PostgreSQL database connections

How to Mitigate CVE-2025-13957

Immediate Actions Required

  • Disable SOCKS Proxy functionality if not required for business operations
  • Review and rotate all administrator credentials immediately
  • Change PostgreSQL database credentials and restrict database access
  • Implement network segmentation to limit access to affected systems
  • Apply vendor patches when available from Schneider Electric

Patch Information

Schneider Electric has published a security notice (SEVD-2026-069-05) addressing this vulnerability. Organizations should review the Schneider Electric Security Notice for detailed remediation guidance and patch availability. Apply all vendor-recommended updates as soon as they become available for your specific product version.

Workarounds

  • Keep SOCKS Proxy disabled unless absolutely necessary for operations
  • Implement strict network access controls and firewall rules to limit connectivity
  • Use strong, unique credentials for all administrative and database accounts
  • Deploy additional authentication layers such as multi-factor authentication where supported
  • Consider implementing a VPN or jump server architecture for administrative access
bash
# Configuration example - Disable SOCKS Proxy (verify syntax with vendor documentation)
# Review Schneider Electric documentation for product-specific commands
# Ensure SOCKS Proxy is disabled in product configuration
# Implement network ACLs to restrict access to management interfaces

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPostgresql

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • Schneider Electric Security Notice
  • Related CVEs
  • CVE-2026-2004: PostgreSQL intarray Extension RCE Flaw

  • CVE-2026-2006: PostgreSQL RCE Vulnerability

  • CVE-2023-5869: PostgreSQL RCE Vulnerability

  • CVE-2024-10979: PostgreSQL PL/Perl RCE 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