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-2022-28818

CVE-2022-28818: Adobe ColdFusion XSS Vulnerability

CVE-2022-28818 is a reflected Cross-Site Scripting flaw in Adobe ColdFusion that enables attackers to execute malicious JavaScript in victims' browsers. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-28818 Overview

CVE-2022-28818 is a reflected Cross-Site Scripting (XSS) vulnerability affecting Adobe ColdFusion application server. The vulnerability allows an attacker to execute malicious JavaScript code within the context of a victim's browser session by convincing the victim to visit a specially crafted URL referencing a vulnerable page. This type of attack can lead to session hijacking, credential theft, and unauthorized actions performed on behalf of authenticated users.

Critical Impact

Successful exploitation enables attackers to execute arbitrary JavaScript in victim browsers, potentially leading to session theft, defacement, or phishing attacks targeting ColdFusion application users.

Affected Products

  • Adobe ColdFusion 2021 Update 3 and earlier
  • Adobe ColdFusion 2018 Update 13 and earlier
  • All intermediate updates of ColdFusion 2018 and 2021 product lines

Discovery Timeline

  • May 12, 2022 - CVE-2022-28818 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-28818

Vulnerability Analysis

This reflected XSS vulnerability (CWE-79) occurs when the ColdFusion application server fails to properly sanitize user-supplied input before reflecting it back in HTTP responses. When a victim clicks on a malicious link containing JavaScript payload, the vulnerable ColdFusion page processes the request and includes the attacker-controlled content in its response without adequate encoding or validation.

The attack requires user interaction—specifically, the victim must be convinced to visit a URL controlled by the attacker. Once the malicious page is loaded, the injected JavaScript executes with the same privileges as the legitimate application, allowing the attacker to access sensitive information, manipulate page content, or perform actions on behalf of the user.

Root Cause

The vulnerability stems from improper input validation and output encoding within ColdFusion's page rendering mechanism. When user-controllable data is included in HTTP responses, the application fails to apply appropriate context-sensitive output encoding, allowing script injection through reflected parameters. This represents a classic instance of CWE-79 (Improper Neutralization of Input During Web Page Generation).

Attack Vector

The attack is network-based and requires no authentication, though it does require user interaction in the form of clicking a malicious link. An attacker would typically distribute the crafted URL through phishing emails, social engineering, or by embedding malicious links in websites or forums frequented by potential victims. When clicked, the URL triggers the vulnerable ColdFusion page to reflect the malicious payload back to the user's browser where it executes.

The attack flow involves crafting a URL with JavaScript payload embedded in a vulnerable parameter, distributing the link to potential victims, and waiting for user interaction. Once the victim clicks the link, their browser requests the malicious URL from the ColdFusion server, which reflects the payload in its response. The browser then executes the malicious JavaScript in the context of the trusted ColdFusion application domain.

Detection Methods for CVE-2022-28818

Indicators of Compromise

  • Unusual URL patterns in web server access logs containing encoded JavaScript or HTML tags (e.g., <script>, javascript:, onerror=)
  • HTTP requests with suspicious query string parameters containing URL-encoded special characters
  • User reports of unexpected browser behavior or redirects when accessing ColdFusion applications
  • Web application firewall (WAF) alerts for XSS pattern matches in incoming requests

Detection Strategies

  • Implement web application firewall rules to detect and block common XSS payloads in URL parameters
  • Enable detailed logging on ColdFusion servers to capture full request URLs including query strings
  • Deploy browser-based security headers such as Content-Security-Policy (CSP) to mitigate script execution
  • Monitor for anomalous patterns in referer headers that may indicate phishing campaigns distributing malicious links

Monitoring Recommendations

  • Configure SIEM alerts for HTTP 200 responses containing reflected user input patterns
  • Monitor for increased error rates or unusual traffic patterns to ColdFusion applications
  • Track authentication events following suspected XSS incidents to detect session hijacking attempts
  • Review CSP violation reports for attempted script injections

How to Mitigate CVE-2022-28818

Immediate Actions Required

  • Apply the latest Adobe ColdFusion security update as outlined in APSB22-22
  • Implement Content-Security-Policy headers to restrict script execution sources
  • Deploy or update web application firewall rules to block XSS attack patterns
  • Review and audit custom ColdFusion code for additional input validation weaknesses

Patch Information

Adobe has released security updates addressing this vulnerability in the Adobe ColdFusion Security Advisory (APSB22-22). Organizations running ColdFusion 2021 should update to Update 4 or later, while those running ColdFusion 2018 should update to Update 14 or later. Adobe strongly recommends applying these updates immediately to protect against potential exploitation.

Workarounds

  • Deploy a web application firewall (WAF) with XSS detection rules as a compensating control until patching is complete
  • Implement strict Content-Security-Policy headers to prevent inline script execution
  • Configure HTTP-only and Secure flags on session cookies to limit the impact of potential session theft
  • Consider temporarily restricting access to ColdFusion applications from untrusted networks
bash
# Example Apache configuration for security headers
<IfModule mod_headers.c>
    Header always set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    Header always set X-XSS-Protection "1; mode=block"
    Header always set X-Content-Type-Options "nosniff"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAdobe Coldfusion

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Adobe ColdFusion Security Advisory
  • Related CVEs
  • CVE-2021-21087: Adobe ColdFusion XSS Vulnerability

  • CVE-2025-61809: Adobe ColdFusion Auth Bypass Vulnerability

  • CVE-2025-61808: Adobe ColdFusion RCE Vulnerability

  • CVE-2024-20767: Adobe ColdFusion Information Disclosure
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