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-2025-61808

CVE-2025-61808: Adobe ColdFusion RCE Vulnerability

CVE-2025-61808 is a remote code execution flaw in Adobe ColdFusion caused by unrestricted file upload. High-privileged attackers can execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-61808 Overview

CVE-2025-61808 is an Unrestricted Upload of File with Dangerous Type vulnerability (CWE-434) affecting Adobe ColdFusion application servers. The flaw allows a high-privileged attacker to upload malicious files to vulnerable ColdFusion instances, potentially leading to arbitrary code execution on the underlying server. This vulnerability is particularly dangerous because exploitation does not require user interaction and the scope is changed, meaning the attacker can impact resources beyond the vulnerable component.

Critical Impact

A high-privileged attacker can achieve arbitrary code execution on affected ColdFusion servers without user interaction, potentially compromising the entire server infrastructure and any connected systems.

Affected Products

  • Adobe ColdFusion 2025 (Update 4 and earlier)
  • Adobe ColdFusion 2023 (Update 16 and earlier)
  • Adobe ColdFusion 2021 (Update 22 and earlier)

Discovery Timeline

  • 2025-12-10 - CVE-2025-61808 published to NVD
  • 2025-12-12 - Last updated in NVD database

Technical Details for CVE-2025-61808

Vulnerability Analysis

This vulnerability stems from inadequate file type validation in Adobe ColdFusion's file upload functionality. ColdFusion servers that accept file uploads fail to properly restrict the types of files that can be uploaded by authenticated administrators. An attacker with high-level privileges can exploit this weakness to upload files containing executable code, such as ColdFusion Markup Language (CFML) scripts or Java-based payloads.

The "changed scope" designation indicates that successful exploitation can affect resources beyond the ColdFusion application itself. Once malicious code is uploaded and executed, an attacker could pivot to compromise the underlying operating system, access sensitive data, establish persistence mechanisms, or move laterally within the network.

Root Cause

The root cause of CVE-2025-61808 is insufficient server-side validation of uploaded file content and types. The ColdFusion server fails to implement robust checks that would prevent the upload of dangerous file types such as .cfm, .cfc, .jsp, or other executable formats. This allows attackers to bypass client-side restrictions and upload malicious payloads directly to the server's webroot or other accessible directories.

Attack Vector

The attack is network-based and requires the attacker to have high-privilege access to the ColdFusion administrative interface. Once authenticated, the attacker can leverage file upload functionality to place malicious scripts on the server. The uploaded files can then be accessed via HTTP requests, triggering code execution in the context of the ColdFusion server process.

The attack flow typically involves authenticating to the ColdFusion administrator panel, navigating to a file upload feature, uploading a malicious CFML or Java payload that bypasses any existing file type restrictions, and then triggering execution of the uploaded payload by accessing it through a web request.

Detection Methods for CVE-2025-61808

Indicators of Compromise

  • Unexpected files with executable extensions (.cfm, .cfc, .jsp) appearing in ColdFusion web directories
  • Unusual file upload activity in ColdFusion administrator access logs
  • New or modified files in /CFIDE/, /cf_scripts/, or custom web application directories
  • Anomalous outbound network connections originating from the ColdFusion server process

Detection Strategies

  • Monitor ColdFusion administrator authentication logs for unusual access patterns or failed login attempts followed by successful authentication
  • Implement file integrity monitoring on ColdFusion web directories to detect unauthorized file additions or modifications
  • Review web server access logs for requests to newly created files or suspicious URI patterns
  • Deploy network detection rules to identify potential webshell communication patterns

Monitoring Recommendations

  • Enable verbose logging for ColdFusion administrator actions and file system operations
  • Configure SIEM alerts for file creation events in ColdFusion application directories
  • Monitor for process spawning from the ColdFusion server process that may indicate post-exploitation activity
  • Implement regular vulnerability scanning to identify unpatched ColdFusion instances

How to Mitigate CVE-2025-61808

Immediate Actions Required

  • Apply the latest security updates from Adobe immediately for all affected ColdFusion versions
  • Review ColdFusion administrator access and revoke unnecessary high-privilege accounts
  • Audit recent file uploads and additions to web-accessible directories for suspicious content
  • Restrict network access to ColdFusion administrator interfaces to trusted IP addresses only

Patch Information

Adobe has released security updates to address CVE-2025-61808 as documented in security bulletin APSB25-105. Organizations should update to the following patched versions:

  • ColdFusion 2025: Update 5 or later
  • ColdFusion 2023: Update 17 or later
  • ColdFusion 2021: Update 23 or later

Workarounds

  • Implement strict IP-based access controls to limit ColdFusion administrator access to trusted internal networks
  • Configure web application firewalls to inspect and block potentially malicious file uploads
  • Disable or remove file upload functionality if not required for business operations
  • Apply the principle of least privilege to reduce the number of accounts with administrative access
bash
# Example: Restrict ColdFusion admin access via Apache configuration
<Location "/CFIDE/administrator">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
    # Deny all other access
    Require all denied
</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.1

  • EPSS Probability0.76%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Vendor Resources
  • Adobe ColdFusion Security Advisory
  • Related CVEs
  • CVE-2023-38203: Adobe ColdFusion RCE Vulnerability

  • CVE-2023-29300: Adobe ColdFusion RCE Vulnerability

  • CVE-2023-26359: Adobe ColdFusion RCE Vulnerability

  • CVE-2025-43559: 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