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
    • 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-2020-9484

CVE-2020-9484: Apache Tomcat RCE Vulnerability

CVE-2020-9484 is a remote code execution flaw in Apache Tomcat that allows attackers to execute arbitrary code via deserialization. This post explains its impact, affected versions, and mitigation steps.

Published: March 11, 2026

CVE-2020-9484 Overview

CVE-2020-9484 is an insecure deserialization vulnerability affecting Apache Tomcat that enables remote code execution when specific configuration conditions are met. The vulnerability exists in the session persistence mechanism when using the PersistenceManager with a FileStore configuration.

When using vulnerable Apache Tomcat versions, if an attacker can control the contents and name of a file on the server, and the server is configured to use the PersistenceManager with a FileStore, and the sessionAttributeValueClassNameFilter is set to null (the default unless a SecurityManager is used) or a sufficiently lax filter, the attacker can trigger remote code execution via deserialization of a malicious file.

Critical Impact

This deserialization vulnerability allows attackers to achieve remote code execution on vulnerable Apache Tomcat servers when specific configuration and access conditions are met, potentially leading to complete system compromise.

Affected Products

  • Apache Tomcat 10.0.0-M1 to 10.0.0-M4
  • Apache Tomcat 9.0.0.M1 to 9.0.34
  • Apache Tomcat 8.5.0 to 8.5.54
  • Apache Tomcat 7.0.0 to 7.0.103
  • Debian Linux 8.0, 9.0, 10.0
  • openSUSE Leap 15.1
  • Fedora 31 and 32
  • Canonical Ubuntu Linux 16.04 LTS and 20.04 LTS
  • Multiple Oracle products including Database, FMW Platform, and Communications suite
  • McAfee ePolicy Orchestrator 5.9.0, 5.9.1, and 5.10.0

Discovery Timeline

  • 2020-05-20 - CVE-2020-9484 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-9484

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The attack requires four specific conditions to be satisfied simultaneously:

  1. The attacker must be able to control the contents and name of a file on the server
  2. The server must be configured to use the PersistenceManager with a FileStore
  3. The PersistenceManager must be configured with sessionAttributeValueClassNameFilter="null" or a sufficiently permissive filter
  4. The attacker must know the relative file path from the storage location used by FileStore to the controlled file

When all conditions are met, an attacker can craft a malicious serialized Java object that, when deserialized by Tomcat during session restoration, executes arbitrary code on the server.

Root Cause

The root cause lies in Apache Tomcat's session persistence mechanism. When the PersistenceManager is configured with FileStore, Tomcat deserializes session data from files without adequate validation of the class names being deserialized. The default configuration lacks a sessionAttributeValueClassNameFilter, which would otherwise restrict which classes can be deserialized. This allows an attacker who can place a malicious serialized object file on the system to have it deserialized during session restoration.

Attack Vector

The attack leverages the local file system access combined with Tomcat's session deserialization mechanism. An attacker must first gain the ability to write a file to the server, potentially through another vulnerability such as file upload functionality, FTP access, or shared storage. The attacker then crafts a request with a session ID that, when processed by the FileStore, causes Tomcat to load and deserialize the attacker-controlled file.

The session ID can be manipulated to include path traversal sequences (e.g., ../../path/to/malicious/file) pointing to the location of the malicious serialized object. When Tomcat attempts to restore the session, it deserializes the malicious payload, resulting in code execution with the privileges of the Tomcat process.

Detection Methods for CVE-2020-9484

Indicators of Compromise

  • Unusual files with .session extension appearing in unexpected directories
  • Session IDs containing path traversal patterns (../ sequences) in HTTP requests
  • Unexpected process spawning from the Tomcat Java process
  • Serialized Java object files appearing in web-accessible or shared directories

Detection Strategies

  • Monitor HTTP requests for session cookies or parameters containing path traversal sequences such as ../ or ..%2F
  • Implement file integrity monitoring on the Tomcat session storage directory to detect unauthorized modifications
  • Review Tomcat configuration files (context.xml, server.xml) for PersistenceManager and FileStore configurations
  • Analyze network traffic for suspicious POST requests targeting session management endpoints

Monitoring Recommendations

  • Enable verbose logging for Tomcat session management to capture session restoration events
  • Configure alerts for Java process anomalies such as unexpected network connections or child process creation
  • Monitor system calls from the Tomcat process for file operations outside expected directories
  • Implement runtime application self-protection (RASP) to detect deserialization attacks

How to Mitigate CVE-2020-9484

Immediate Actions Required

  • Upgrade Apache Tomcat to the latest patched version: 10.0.0-M5+, 9.0.35+, 8.5.55+, or 7.0.104+
  • If using PersistenceManager with FileStore, configure a strict sessionAttributeValueClassNameFilter to whitelist only expected classes
  • Review and restrict file upload capabilities to prevent attackers from placing malicious files on the server
  • Enable Java SecurityManager if not already active, which provides default protection against this vulnerability

Patch Information

Apache has released patches addressing this vulnerability across all affected version branches. Organizations should upgrade to the following minimum versions:

  • Apache Tomcat 10.0.0-M5 or later
  • Apache Tomcat 9.0.35 or later
  • Apache Tomcat 8.5.55 or later
  • Apache Tomcat 7.0.104 or later

For detailed patch information, refer to the Apache Tomcat Security Announcements. Organizations using Oracle products should consult the relevant Oracle Critical Patch Update advisories.

Workarounds

  • Disable the PersistenceManager if session persistence to disk is not required for your application
  • If FileStore must be used, configure a restrictive sessionAttributeValueClassNameFilter to allow only specific trusted classes
  • Implement network segmentation to limit attacker access to file system locations
  • Use alternative session persistence mechanisms such as JDBC-based storage with proper input validation
bash
# Example Tomcat context.xml configuration to mitigate the vulnerability
# Add a restrictive sessionAttributeValueClassNameFilter

# In your context.xml, modify the Manager configuration:
# <Manager className="org.apache.catalina.session.PersistentManager">
#     <Store className="org.apache.catalina.session.FileStore"
#            directory="/var/lib/tomcat/sessions"/>
#     <!-- Add a restrictive filter - adjust regex to match your application's session attribute classes -->
#     <SessionAttributeValueClassNameFilter>
#         java\\.lang\\.(?:Boolean|Integer|Long|String)
#     </SessionAttributeValueClassNameFilter>
# </Manager>

# Alternatively, disable PersistenceManager entirely by removing or commenting out
# the Manager configuration and using the default in-memory session management

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Tomcat

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability93.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • openSUSE Security Announcement

  • Packet Storm PoC for CVE-2020-9484

  • Full Disclosure June 2020

  • OpenWall OSS-Security Update

  • McAfee Security Bulletin SB10332

  • Apache Tomcat Users Thread

  • Apache TomEE Commits Thread

  • Apache Tomcat Users Thread

  • Apache Tomcat Dev Thread

  • Apache Tomcat Users Thread

  • Apache TomEE Commits Thread

  • Apache TomEE Commits Thread

  • Apache TomEE Commits Thread

  • Apache Tomcat Dev Thread

  • Apache Tomcat Users Thread

  • Apache Tomcat Dev Thread

  • Apache TomEE Commits Thread

  • Apache TomEE Commits Thread

  • Apache Tomcat Dev Thread

  • Apache Tomcat Users Thread

  • Apache Announce Thread

  • Apache Tomcat Announce Thread

  • Apache Tomcat Dev Thread

  • Apache Tomcat Users Thread

  • Debian LTS Announcement

  • Debian LTS Announcement

  • Debian LTS Security Update

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2020-21

  • NetApp Security Advisory

  • Ubuntu Security Notice USN-4448-1

  • Ubuntu Security Notice USN-4596-1

  • Oracle CPU July 2020 Alert
  • Vendor Resources
  • Apache Tomcat Announce Thread

  • Debian Security DSA-4727

  • Oracle CPU July 2021 Alert

  • Oracle CPU April 2021 Alert

  • Oracle CPU January 2021 Alert

  • Oracle CPU January 2022 Alert

  • Oracle CPU July 2022 Alert

  • Oracle CPU October 2020 Alert
  • Related CVEs
  • CVE-2016-20026: ZKTeco ZKBioSecurity RCE Vulnerability

  • CVE-2020-1938: Apache Tomcat AJP RCE Vulnerability

  • CVE-2025-24813: Apache Tomcat Path Equivalence RCE Vulnerability

  • CVE-2026-34500: Apache Tomcat Auth Bypass 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