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-2023-26361

CVE-2023-26361: Adobe ColdFusion Path Traversal Flaw

CVE-2023-26361 is a path traversal vulnerability in Adobe ColdFusion that enables arbitrary file system read access. This article covers the technical details, affected versions, security impact, and mitigation steps.

Published: February 4, 2026

CVE-2023-26361 Overview

CVE-2023-26361 is a Path Traversal vulnerability affecting Adobe ColdFusion versions 2018 Update 15 (and earlier) and 2021 Update 5 (and earlier). This vulnerability arises from an Improper Limitation of a Pathname to a Restricted Directory (CWE-22), enabling attackers to read arbitrary files from the file system. While exploitation requires administrator privileges, no user interaction is necessary, making this a significant risk for environments where administrative accounts may be compromised or misconfigured.

Critical Impact

Authenticated administrators can exploit this path traversal flaw to read sensitive files outside the intended directory structure, potentially exposing configuration files, credentials, and other critical system data.

Affected Products

  • Adobe ColdFusion 2018 (all versions through Update 15)
  • Adobe ColdFusion 2021 (all versions through Update 5)
  • Any deployment running unpatched ColdFusion instances with administrative access enabled

Discovery Timeline

  • 2023-03-23 - CVE-2023-26361 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-26361

Vulnerability Analysis

This vulnerability stems from insufficient input validation when processing file path parameters within Adobe ColdFusion's administrative functions. The application fails to properly sanitize user-supplied path input, allowing attackers with administrator privileges to traverse the directory structure and access files outside the intended web root or application directories.

Path traversal attacks exploit the ability to use special character sequences (such as ../) to navigate up the directory tree. In this case, ColdFusion does not adequately restrict or normalize file paths, enabling authenticated administrators to construct requests that reference sensitive system files, configuration data, or other restricted content.

The network-based attack vector requires no user interaction, meaning that once an attacker has obtained administrator credentials (through phishing, credential stuffing, or other means), exploitation can occur remotely without additional steps from legitimate users.

Root Cause

The vulnerability exists due to improper path validation in ColdFusion's file handling mechanisms. The application does not adequately filter or canonicalize file paths before processing file read operations, allowing directory traversal sequences to escape the intended directory context. This represents a classic CWE-22 vulnerability where user-controlled input is used to construct file paths without proper sanitization.

Attack Vector

Exploitation occurs via network access to the ColdFusion administrative interface. An attacker must possess valid administrator credentials to exploit this vulnerability. The attack flow involves:

  1. Authentication to the ColdFusion administrative interface
  2. Crafting a malicious request containing path traversal sequences
  3. Submitting the request to a vulnerable endpoint that processes file paths
  4. Receiving the contents of arbitrary files from the server's file system

The vulnerability allows read-only access to files, which can expose sensitive information including database credentials, API keys, encryption secrets, and system configuration files.

Detection Methods for CVE-2023-26361

Indicators of Compromise

  • Unusual administrative login patterns or unexpected authentication from unfamiliar IP addresses
  • Web server logs containing path traversal patterns such as ../, ..%2f, or ..\ in request URIs
  • Administrative file read operations targeting system paths like /etc/passwd, C:\Windows\, or ColdFusion configuration directories
  • Anomalous outbound data transfers following administrative sessions

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP requests
  • Monitor ColdFusion administrative access logs for requests containing directory traversal sequences
  • Deploy file integrity monitoring on sensitive system and configuration files to detect unauthorized reads
  • Enable detailed logging for all administrative actions within ColdFusion

Monitoring Recommendations

  • Establish baseline administrative activity patterns and alert on deviations
  • Configure SIEM rules to correlate administrative logins with file access anomalies
  • Review ColdFusion cfusion.log and coldfusion-out.log for suspicious file access patterns
  • Monitor network traffic for large data exfiltration following administrative sessions

How to Mitigate CVE-2023-26361

Immediate Actions Required

  • Apply the security update referenced in Adobe Security Bulletin APSB23-25 immediately
  • Audit administrator accounts and enforce strong, unique passwords with multi-factor authentication
  • Review administrative access logs for any evidence of exploitation attempts
  • Restrict administrative interface access to trusted IP ranges only

Patch Information

Adobe has released security updates to address this vulnerability. Organizations should apply the patches available through the Adobe ColdFusion Security Advisory (APSB23-25). For ColdFusion 2018, update to Update 16 or later. For ColdFusion 2021, update to Update 6 or later.

Workarounds

  • Implement network segmentation to limit access to the ColdFusion administrative interface from untrusted networks
  • Deploy a reverse proxy or WAF in front of ColdFusion to filter malicious path traversal attempts
  • Disable or restrict the administrative interface if not actively required for operations
  • Apply the principle of least privilege to administrator accounts, limiting the number of users with administrative access
bash
# Example: Restrict ColdFusion admin access by IP using 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
  • TypePath Traversal

  • Vendor/TechAdobe Coldfusion

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability9.89%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Vendor Resources
  • Adobe ColdFusion Security Advisory
  • Related CVEs
  • CVE-2025-54261: Adobe ColdFusion Path Traversal Flaw

  • CVE-2025-43566: Adobe ColdFusion Path Traversal Flaw

  • CVE-2024-53961: Adobe ColdFusion Path Traversal Flaw

  • CVE-2025-61809: Adobe ColdFusion 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