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
    • 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-2022-24082

CVE-2022-24082: Pega Infinity RCE Vulnerability

CVE-2022-24082 is a remote code execution flaw in Pega Infinity that exploits exposed JMX interfaces to upload malicious payloads. This post covers technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2022-24082 Overview

CVE-2022-24082 is a critical insecure deserialization vulnerability affecting on-premise installations of the Pega Platform. When the JMX (Java Management Extensions) interface port is exposed to the Internet without proper port filtering, attackers can upload serialized payloads to execute arbitrary code on the underlying system. This vulnerability does not affect systems running on PegaCloud due to its inherent design and architecture.

Critical Impact

Unauthenticated remote attackers can achieve complete system compromise through serialized payload injection via exposed JMX interfaces, potentially leading to full control of the affected Pega Platform installation.

Affected Products

  • Pega Infinity (on-premise installations)
  • Pega Platform versions with exposed JMX interfaces
  • Systems without proper network port filtering configuration

Discovery Timeline

  • 2022-07-19 - CVE CVE-2022-24082 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24082

Vulnerability Analysis

This vulnerability stems from insecure deserialization (CWE-502) in the Pega Platform's JMX interface. The JMX interface, a standard Java technology for monitoring and managing applications, accepts serialized Java objects for remote method invocation. When this interface is exposed to untrusted networks without authentication or proper filtering, attackers can craft malicious serialized objects that execute arbitrary code upon deserialization.

The attack requires no privileges or user interaction, making it highly exploitable in misconfigured environments. The impact extends to complete compromise of confidentiality, integrity, and availability of the affected system. An exploit is publicly available through Packet Storm Security, significantly increasing the risk profile for exposed installations.

Root Cause

The root cause lies in the combination of two factors: the JMX interface's inherent capability to accept and deserialize Java objects, and misconfiguration that exposes this interface to untrusted networks. Java deserialization vulnerabilities occur when applications deserialize untrusted data without proper validation. Attackers can leverage gadget chains present in the application's classpath to construct payloads that execute arbitrary commands when deserialized. The Pega Platform's use of common Java libraries provides the necessary gadget chains for exploitation.

Attack Vector

The attack is network-based and targets exposed JMX service ports (typically port 1099 for RMI registry or custom-configured ports). An attacker first identifies an exposed JMX interface through network scanning. They then craft a malicious serialized Java object containing a payload that leverages available gadget chains in the Pega Platform's classpath. When the JMX interface receives and deserializes this object, the malicious code executes with the privileges of the Pega Platform process.

The exploitation process involves connecting to the exposed JMX port, sending a specially crafted serialized payload using tools like ysoserial or custom exploit code, and achieving code execution on the target server. The Packet Storm RCE Exploit demonstrates this attack against Pega Platform version 8.7.3.

Detection Methods for CVE-2022-24082

Indicators of Compromise

  • Unexpected inbound connections to JMX ports (commonly 1099, 1098, or custom RMI ports) from external IP addresses
  • Unusual Java process spawning child processes (cmd.exe, powershell.exe, /bin/sh, /bin/bash)
  • Serialized Java objects in network traffic containing known gadget chain class names (e.g., CommonsCollections, CommonsBeanutils)
  • Anomalous outbound connections from the Pega Platform server to unknown destinations

Detection Strategies

  • Monitor network traffic for connections to JMX/RMI ports from untrusted sources using firewall logs and network monitoring tools
  • Implement Java deserialization attack detection rules in IDS/IPS systems to identify malicious serialized payloads
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process chains originating from Java processes
  • Review application logs for deserialization errors or exceptions that may indicate exploitation attempts

Monitoring Recommendations

  • Enable logging for all JMX interface access attempts and authentication failures
  • Configure network monitoring to alert on any external connections to RMI registry ports
  • Implement file integrity monitoring on critical Pega Platform directories
  • Monitor for new or unexpected scheduled tasks and startup items on Pega servers

How to Mitigate CVE-2022-24082

Immediate Actions Required

  • Audit network configuration to identify any JMX ports exposed to the Internet and immediately restrict access using firewall rules
  • Apply the appropriate hotfix from Pega Security Advisory B22 based on your Pega Platform version
  • Implement network segmentation to ensure JMX interfaces are only accessible from trusted management networks
  • Enable JMX authentication and SSL/TLS encryption if JMX remote access is required

Patch Information

Pega has released hotfixes addressing this vulnerability. Organizations should consult the Pega Security Advisory B22 hotfix matrix to identify the appropriate patch for their specific Pega Platform version. PegaCloud customers are not affected due to the platform's design and architecture.

Workarounds

  • Block all external access to JMX ports at the network perimeter using firewall rules
  • If JMX must remain accessible, implement IP whitelisting to restrict access to known management stations only
  • Consider disabling remote JMX access entirely if not required for operational purposes
  • Deploy a VPN or jump host architecture for remote administration needs
bash
# Example firewall rules to block external JMX access
# Linux iptables - block external access to common JMX ports
iptables -A INPUT -p tcp --dport 1099 -s ! 10.0.0.0/8 -j DROP
iptables -A INPUT -p tcp --dport 1098 -s ! 10.0.0.0/8 -j DROP

# Allow JMX only from specific management subnet
iptables -A INPUT -p tcp --dport 1099 -s 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1099 -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/TechPega

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability31.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Packet Storm RCE Exploit
  • Vendor Resources
  • Pega Security Advisory B22
  • Related CVEs
  • CVE-2024-10094: Pega Infinity RCE Vulnerability

  • CVE-2026-1078: Pega Browser Extension File Write Vulnerability

  • CVE-2026-1079: Pega Browser Extension XSS Vulnerability

  • CVE-2025-62182: Pega Customer Service File Upload Flaw
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