Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2021-35464

CVE-2021-35464: ForgeRock Access Management RCE Flaw

CVE-2021-35464 is a critical Java deserialization RCE vulnerability in ForgeRock Access Management that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-35464 Overview

CVE-2021-35464 is a critical Java deserialization vulnerability affecting ForgeRock Access Management (AM) server versions before 7.0. The vulnerability exists in the jato.pageSession parameter on multiple pages and allows unauthenticated remote code execution through a single crafted request to the /ccversion/* endpoint. This flaw originates from the usage of the Sun ONE Application Framework (JATO) found in versions of Java 8 or earlier.

Critical Impact

This vulnerability enables unauthenticated attackers to achieve complete remote code execution on vulnerable ForgeRock AM servers with a single HTTP request. CISA has added this vulnerability to its Known Exploited Vulnerabilities Catalog, indicating active exploitation in the wild.

Affected Products

  • ForgeRock Access Management (versions before 7.0)
  • ForgeRock OpenAM (all versions using vulnerable JATO framework)

Discovery Timeline

  • 2021-07-22 - CVE-2021-35464 published to NVD
  • 2025-11-05 - Last updated in NVD database

Technical Details for CVE-2021-35464

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) allows attackers to execute arbitrary code on vulnerable ForgeRock AM servers without any authentication. The flaw resides in how the server processes the jato.pageSession parameter, which accepts serialized Java objects. When a maliciously crafted serialized object is sent to the server, it is deserialized without proper validation, leading to arbitrary code execution in the context of the application server.

The vulnerability is particularly dangerous because it requires no authentication and can be triggered through a single HTTP request. Attackers can exploit this by sending a crafted payload to endpoints matching the /ccversion/* URL pattern. The underlying cause is the reliance on the legacy Sun ONE Application Framework (JATO), which was designed for Java 8 and earlier versions and contains unsafe deserialization practices.

Root Cause

The root cause of CVE-2021-35464 is the use of the deprecated Sun ONE Application Framework (JATO) within ForgeRock AM. JATO was designed for older Java versions and implements insecure deserialization of the jato.pageSession parameter without proper input validation or type checking. This framework automatically deserializes user-supplied data, allowing attackers to inject malicious serialized Java objects that execute arbitrary commands when processed by the server.

Attack Vector

The attack vector for CVE-2021-35464 is network-based and requires no authentication or user interaction. An attacker can craft a malicious HTTP request containing a serialized Java object payload in the jato.pageSession parameter. When sent to vulnerable /ccversion/* endpoints, the ForgeRock AM server automatically deserializes the payload, triggering the execution of attacker-controlled code.

The exploitation chain typically involves:

  1. Identifying a publicly accessible ForgeRock AM server
  2. Crafting a serialized Java object containing a malicious payload using known gadget chains
  3. Sending the payload to vulnerable endpoints via the jato.pageSession parameter
  4. Achieving remote code execution with the privileges of the application server

Technical details and proof-of-concept exploits are available through Packet Storm's ForgeRock OpenAM Jato Java Deserialization PoC and Packet Storm's ForgeRock Access Manager RCE.

Detection Methods for CVE-2021-35464

Indicators of Compromise

  • Unusual HTTP requests to /ccversion/* endpoints containing large or encoded jato.pageSession parameters
  • Unexpected process spawning from the ForgeRock AM Java process (e.g., shell processes, cmd.exe, bash)
  • Web server logs showing POST requests with suspicious serialized Java object signatures in parameters
  • Anomalous outbound network connections from the ForgeRock AM server to unknown external hosts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block serialized Java objects in HTTP parameters
  • Monitor for HTTP requests containing Java serialization magic bytes (AC ED 00 05 or Base64-encoded equivalents) in the jato.pageSession parameter
  • Deploy endpoint detection and response (EDR) solutions to identify abnormal process execution chains originating from the AM server
  • Configure intrusion detection systems (IDS) with signatures for known ForgeRock deserialization exploit patterns

Monitoring Recommendations

  • Enable detailed access logging for all ForgeRock AM endpoints, particularly /ccversion/* paths
  • Implement real-time alerting for any requests containing the jato.pageSession parameter with encoded or binary content
  • Monitor Java process behavior for signs of post-exploitation activity such as file system modifications or credential access
  • Establish baseline network behavior for ForgeRock AM servers and alert on deviations

How to Mitigate CVE-2021-35464

Immediate Actions Required

  • Upgrade ForgeRock Access Management to version 7.0 or later immediately
  • If immediate patching is not possible, restrict network access to ForgeRock AM servers to trusted networks only
  • Block external access to /ccversion/* endpoints at the network perimeter or web application firewall
  • Review server logs for evidence of exploitation attempts and potential compromises

Patch Information

ForgeRock has released patches addressing this vulnerability. Organizations should upgrade to ForgeRock Access Management version 7.0 or later, which removes the vulnerable JATO framework dependencies. For detailed patching guidance, refer to the ForgeRock Knowledge Base Article.

Workarounds

  • Implement network segmentation to restrict access to ForgeRock AM servers from untrusted networks
  • Configure reverse proxy or WAF rules to block requests containing jato.pageSession parameters with serialized content
  • Disable or restrict access to /ccversion/* endpoints if they are not required for business operations
  • Monitor and alert on any access attempts to vulnerable endpoints while awaiting patch deployment
bash
# Example: Block vulnerable endpoints at nginx reverse proxy
location ~ ^/ccversion/ {
    deny all;
    return 403;
}

# Example: iptables rule to restrict AM server access
iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -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/TechForgerock Access Management

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.39%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-502
  • Technical References
  • Packet Storm PoC Exploit

  • Packet Storm Remote Code Execution

  • ForgeRock Bug Tracker

  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • ForgeRock Knowledge Base Article
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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