A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-7388

CVE-2025-7388: OpenEdge AdminServer RCE Vulnerability

CVE-2025-7388 is a remote code execution vulnerability in OpenEdge AdminServer that allows authenticated attackers to execute OS commands via Java RMI interface. This article covers technical details, impact, and mitigation.

Published: May 26, 2026

CVE-2025-7388 Overview

CVE-2025-7388 is a Remote Command Execution (RCE) vulnerability in the Progress OpenEdge AdminServer. The flaw resides in the Java Remote Method Invocation (RMI) interface, which exposes a configuration property handler with inadequate input validation. Authenticated users can inject operating system commands that execute under the delegated authority of the AdminServer process. The issue is categorized as OS Command Injection [CWE-77].

Critical Impact

Authenticated attackers can execute arbitrary OS commands with the privileges of the AdminServer process, leading to host compromise and lateral movement opportunities.

Affected Products

  • Progress OpenEdge AdminServer
  • OpenEdge deployments exposing the Java RMI management interface
  • Refer to the Progress Security Update Announcement for the full list of fixed versions

Discovery Timeline

  • 2025-09-04 - CVE-2025-7388 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-7388

Vulnerability Analysis

The OpenEdge AdminServer exposes management functionality through a Java RMI interface. One of the RMI-exposed methods allows clients to manipulate a configuration property. The handler passes user-supplied input into an operating system command construction path without sufficient sanitization. As a result, attackers can append shell metacharacters or additional command tokens to the property value. The injected commands execute in the context of the AdminServer process, which typically runs with elevated privileges to manage OpenEdge database services. Because the RMI service is reachable over the network, exploitation does not require local access. The attack complexity is rated High because exploitation requires valid authentication and crafted RMI calls against a non-default surface. The scope is Changed, indicating that the compromised component can affect resources beyond its own security authority.

Root Cause

The root cause is improper neutralization of special elements used in an OS command [CWE-77]. The RMI configuration property setter concatenates attacker-controlled data into a command string without escaping shell metacharacters or validating the input against an allowlist.

Attack Vector

An authenticated remote attacker establishes a Java RMI session with the AdminServer. The attacker invokes the vulnerable configuration property setter and supplies a payload containing OS command separators or substitution syntax. When the AdminServer applies the configuration, the injected commands run on the underlying host.

No verified proof-of-concept code is publicly available. Detailed exploitation specifics are described in the Progress Security Update Announcement.

Detection Methods for CVE-2025-7388

Indicators of Compromise

  • Unexpected child processes spawned by the OpenEdge AdminServer Java process (java or _proapsv) such as cmd.exe, powershell.exe, /bin/sh, or /bin/bash
  • Outbound network connections originating from the AdminServer host immediately after RMI activity
  • New or modified files in OpenEdge configuration directories with shell metacharacters embedded in property values
  • AdminServer logs showing configuration property changes from unexpected client IPs

Detection Strategies

  • Monitor process lineage for the AdminServer JVM and alert on any descendant shell or scripting interpreter
  • Inspect RMI traffic on AdminServer ports for anomalous client sources or unusually large property payloads
  • Correlate AdminServer authentication events with subsequent configuration changes and host command activity

Monitoring Recommendations

  • Enable verbose AdminServer logging and forward logs to a centralized SIEM for retention and search
  • Baseline normal RMI clients and alert when new principals authenticate to the AdminServer
  • Watch for privilege-relevant changes such as new scheduled tasks, cron entries, or service installations on AdminServer hosts

How to Mitigate CVE-2025-7388

Immediate Actions Required

  • Apply the vendor patch referenced in the Progress Security Update Announcement to all OpenEdge AdminServer instances
  • Restrict network access to the AdminServer RMI port so only trusted administrative hosts can connect
  • Rotate AdminServer credentials and review accounts authorized to perform configuration changes

Patch Information

Progress has released fixed builds of OpenEdge AdminServer addressing CVE-2025-7388. Consult the Progress Security Update Announcement for the exact patched versions corresponding to each supported OpenEdge release line.

Workarounds

  • Place the AdminServer behind a host-based firewall and allowlist only required management IPs
  • Disable remote AdminServer administration where local management is sufficient
  • Run the AdminServer under a least-privilege service account to reduce the impact of command injection
bash
# Example: restrict AdminServer RMI port (20931 by default) to a management subnet on Linux
iptables -A INPUT -p tcp --dport 20931 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 20931 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenedge

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-77
  • Technical References
  • Progress Security Update Announcement
  • Related CVEs
  • CVE-2025-8095: OpenEdge OECH1 Encoding Vulnerability

  • CVE-2025-7389: OpenEdge AdminServer Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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