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
    • 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-41874

CVE-2024-41874: Adobe ColdFusion RCE Vulnerability

CVE-2024-41874 is a deserialization of untrusted data vulnerability in Adobe ColdFusion that enables remote code execution. Attackers can execute arbitrary code without user interaction. Learn the technical details.

Updated: January 22, 2026

CVE-2024-41874 Overview

CVE-2024-41874 is a critical Insecure Deserialization vulnerability affecting Adobe ColdFusion versions 2023.9, 2021.15 and earlier. This vulnerability allows remote attackers to execute arbitrary code in the context of the current user by providing crafted input to the application. When the malicious input is deserialized by the ColdFusion server, it leads to the execution of attacker-controlled code. Notably, exploitation of this vulnerability does not require any user interaction, making it particularly dangerous for exposed ColdFusion installations.

Critical Impact

Remote attackers can achieve arbitrary code execution on vulnerable ColdFusion servers without authentication or user interaction, potentially leading to complete system compromise.

Affected Products

  • Adobe ColdFusion 2023 (all versions through Update 9)
  • Adobe ColdFusion 2021 (all versions through Update 15)
  • Earlier unsupported versions of Adobe ColdFusion

Discovery Timeline

  • September 13, 2024 - CVE-2024-41874 published to NVD
  • September 13, 2024 - Last updated in NVD database

Technical Details for CVE-2024-41874

Vulnerability Analysis

This vulnerability stems from the improper handling of serialized data within Adobe ColdFusion. When the application receives serialized objects from untrusted sources, it fails to adequately validate or sanitize the data before deserializing it. This allows an attacker to craft a malicious serialized object that, when processed by the ColdFusion server, triggers the execution of arbitrary code.

The attack can be performed remotely over the network without requiring any privileges or user interaction. Successful exploitation grants the attacker the ability to execute commands with the same privileges as the ColdFusion service, which typically runs with elevated system permissions. This could result in complete compromise of confidentiality, integrity, and availability of the affected system and any data it processes.

Root Cause

The root cause of CVE-2024-41874 is classified as CWE-502: Deserialization of Untrusted Data. ColdFusion's handling of serialized Java objects does not properly validate the class types and object graphs being deserialized. This allows attackers to inject malicious object chains (commonly known as "gadget chains") that leverage existing classes in the application's classpath to achieve code execution during the deserialization process.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests containing malicious serialized data to endpoints that process serialized objects. The ColdFusion server's deserialization routines will process the malicious payload, instantiating attacker-controlled object graphs that execute arbitrary commands upon reconstruction.

Common attack scenarios include targeting ColdFusion's built-in administrative interfaces, custom application endpoints that accept serialized data, or any component that processes user-controllable serialized input. The lack of authentication requirements means any network-accessible ColdFusion installation is at risk.

Detection Methods for CVE-2024-41874

Indicators of Compromise

  • Unusual outbound network connections from ColdFusion server processes
  • Unexpected process spawning by coldfusion.exe or ColdFusion Java processes
  • Presence of unfamiliar serialized data patterns in HTTP request logs, particularly containing known Java gadget chain class names
  • Suspicious file creation or modification in ColdFusion installation directories
  • Anomalous system commands executed under the ColdFusion service account context

Detection Strategies

  • Monitor HTTP traffic for requests containing serialized Java object signatures (0xaced0005 magic bytes or base64-encoded equivalents)
  • Implement web application firewall (WAF) rules to detect and block known Java deserialization attack patterns
  • Enable verbose logging on ColdFusion servers and analyze logs for deserialization-related exceptions or errors
  • Deploy endpoint detection solutions to monitor for suspicious child process creation by ColdFusion services

Monitoring Recommendations

  • Configure SIEM rules to alert on ColdFusion processes initiating network connections to unexpected external hosts
  • Establish baseline behavior for ColdFusion servers and alert on deviations in process execution patterns
  • Monitor for modifications to critical ColdFusion configuration files and directories
  • Implement network segmentation and monitor traffic between ColdFusion servers and internal resources

How to Mitigate CVE-2024-41874

Immediate Actions Required

  • Update Adobe ColdFusion 2023 to Update 10 or later immediately
  • Update Adobe ColdFusion 2021 to Update 16 or later immediately
  • If immediate patching is not possible, restrict network access to ColdFusion servers to trusted IP ranges only
  • Review and disable any unnecessary ColdFusion services or endpoints that may accept serialized data

Patch Information

Adobe has released security updates to address this vulnerability as documented in security bulletin APSB24-71. Organizations should apply the appropriate update for their ColdFusion version:

  • ColdFusion 2023: Apply Update 10 or later
  • ColdFusion 2021: Apply Update 16 or later

Patches should be applied through Adobe's standard update mechanism or downloaded directly from the Adobe ColdFusion Security Advisory.

Workarounds

  • Implement strict network access controls to limit connectivity to ColdFusion servers from untrusted networks
  • Deploy a web application firewall (WAF) with rules to block serialized Java object payloads in HTTP requests
  • Consider placing ColdFusion servers behind a reverse proxy that can inspect and filter incoming requests
  • Disable or restrict access to administrative interfaces and any endpoints known to process serialized data
bash
# Example: Restrict ColdFusion admin access via IP in Apache
<Location "/CFIDE/administrator">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdobe Coldfusion

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability23.76%

  • 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
  • Vendor Resources
  • Adobe ColdFusion Security Advisory
  • Related CVEs
  • CVE-2025-61808: Adobe ColdFusion RCE Vulnerability

  • CVE-2023-38203: Adobe ColdFusion RCE Vulnerability

  • CVE-2023-29300: Adobe ColdFusion RCE Vulnerability

  • CVE-2023-26359: Adobe ColdFusion RCE 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