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

CVE-2024-7345: Progress OpenEdge Auth Bypass Vulnerability

CVE-2024-7345 is an authentication bypass flaw in Progress OpenEdge that allows local ABL clients to inject unauthorized code into Multi-Session Agents. This article covers the technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-7345 Overview

CVE-2024-7345 is a critical authentication bypass vulnerability in Progress OpenEdge that enables unauthorized code injection into Multi-Session Agents (MSAs). The flaw resides in the Progress Application Server for OpenEdge (PASOE) and stems from local Advanced Business Language (ABL) clients bypassing required PASOE security checks. An attacker on an adjacent network can connect directly to MSAs and inject arbitrary code without authentication. The vulnerability affects OpenEdge Long Term Support (LTS) releases up to and including 11.7.18 and 12.2.13 across all supported release platforms. Progress has classified the issue under CWE-94: Improper Control of Generation of Code.

Critical Impact

Unauthenticated attackers on adjacent networks can inject arbitrary code into Multi-Session Agents, compromising the confidentiality, integrity, and availability of OpenEdge applications.

Affected Products

  • Progress OpenEdge LTS versions up to and including 11.7.18
  • Progress OpenEdge LTS versions up to and including 12.2.13
  • All supported OpenEdge release platforms running PASOE Multi-Session Agents

Discovery Timeline

  • 2024-09-03 - CVE-2024-7345 published to NVD
  • 2024-09-05 - Last updated in NVD database

Technical Details for CVE-2024-7345

Vulnerability Analysis

The vulnerability exists in how PASOE handles direct local connections from ABL clients to Multi-Session Agents. PASOE normally enforces authentication and authorization checks before client requests reach the MSA worker processes. A direct local client connection path bypasses these checks, allowing the attacker's ABL code to execute within the agent context. Because MSAs handle business logic and database access on behalf of multiple sessions, injected code inherits the privileges of the agent process. The scope is marked as changed in the CVSS vector because compromise of the MSA can affect resources beyond the vulnerable component, including backend databases and dependent services.

Root Cause

The root cause is missing enforcement of PASOE security checks on the local client connection path to MSAs. The PASOE broker validates incoming requests, but the direct connection channel used by local ABL clients does not pass through the same security gate. This design gap permits any ABL client able to reach the MSA endpoint to submit code for execution without proving identity.

Attack Vector

Exploitation requires adjacent network access to the host running PASOE with Multi-Session Agents enabled. An attacker uses a crafted local ABL client connection to send code that the MSA processes as trusted application logic. No user interaction or prior authentication is required. The injected ABL code can read or modify data, invoke business procedures, and interact with backend resources accessible to the agent. Refer to the Progress security advisory for vendor-supplied technical details.

Detection Methods for CVE-2024-7345

Indicators of Compromise

  • Unexpected ABL client connections to MSA ports from non-application hosts or unusual local processes
  • New or modified .r (compiled ABL) artifacts and procedure files appearing on PASOE hosts outside change windows
  • PASOE agent logs showing session activity without preceding broker authentication events
  • Spawned child processes or outbound connections from MSA worker processes inconsistent with normal application behavior

Detection Strategies

  • Correlate PASOE broker authentication logs against MSA session logs to identify sessions that lack a matching authentication record
  • Monitor process lineage on PASOE hosts for ABL clients (_progres, prowin) connecting to local MSA endpoints
  • Alert on file integrity changes within OpenEdge working directories and propath locations
  • Inspect network telemetry for adjacent-subnet hosts initiating connections to PASOE agent ports

Monitoring Recommendations

  • Enable verbose PASOE access logging and forward logs to a centralized SIEM for correlation
  • Baseline normal MSA connection sources and alert on deviations
  • Track creation of new ABL procedures and shared libraries on production OpenEdge servers
  • Review database session activity for queries originating from agent contexts outside expected application flows

How to Mitigate CVE-2024-7345

Immediate Actions Required

  • Upgrade Progress OpenEdge to a fixed release as identified in the Progress security advisory
  • Restrict network access to PASOE MSA ports so only authorized application hosts can connect
  • Audit all hosts on the same network segment as PASOE servers for unauthorized ABL client installations
  • Review PASOE configuration to confirm authentication is enforced on every client connection path

Patch Information

Progress has issued fixes for OpenEdge LTS 11.7 and LTS 12.2 release lines. Customers should consult the Progress advisory for the specific fixed build numbers and upgrade guidance applicable to their deployment. Apply patches in non-production first and validate application behavior before promoting to production.

Workarounds

  • Place PASOE hosts behind network segmentation that blocks adjacent-network access to MSA ports
  • Limit which user accounts on the PASOE host can launch ABL clients capable of direct MSA connections
  • Disable unused MSA instances to reduce the attack surface until patching is complete
  • Increase audit logging on PASOE agents to capture all session activity for post-event review
bash
# Configuration example: restrict MSA port access with host firewall (Linux iptables)
# Replace <MSA_PORT> with the configured agent port and <APP_HOST> with allowed clients
iptables -A INPUT -p tcp --dport <MSA_PORT> -s <APP_HOST> -j ACCEPT
iptables -A INPUT -p tcp --dport <MSA_PORT> -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechProgress Openedge

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • Progress Security Article
  • Related CVEs
  • CVE-2024-1403: Progress OpenEdge Auth Bypass Vulnerability

  • CVE-2023-40051: Progress OpenEdge Path Traversal Flaw

  • CVE-2023-34203: Progress OpenEdge 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