Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-38551

CVE-2023-38551: Ivanti Connect Secure XSS Vulnerability

CVE-2023-38551 is a CRLF injection leading to cross-site scripting in Ivanti Connect Secure versions 9.x and 22.x. An authenticated high-privileged user can inject malicious code into victim browsers. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-38551 Overview

CVE-2023-38551 is a CRLF (Carriage Return Line Feed) Injection vulnerability affecting Ivanti Connect Secure versions 9.x and 22.x. This vulnerability allows an authenticated user with high privileges to inject malicious code into HTTP responses, which is then executed in a victim's browser. The attack leverages improper input validation to achieve cross-site scripting (XSS), potentially compromising user sessions and sensitive data.

Critical Impact

Authenticated high-privileged attackers can inject malicious scripts into victim browsers, enabling session hijacking, credential theft, and unauthorized actions within the affected Ivanti Connect Secure environment.

Affected Products

  • Ivanti Connect Secure 9.x
  • Ivanti Connect Secure 22.x

Discovery Timeline

  • 2024-05-31 - CVE-2023-38551 published to NVD
  • 2025-03-27 - Last updated in NVD database

Technical Details for CVE-2023-38551

Vulnerability Analysis

This vulnerability is classified under CWE-93 (Improper Neutralization of CRLF Sequences), commonly known as HTTP Response Splitting. The flaw exists because the Ivanti Connect Secure application fails to properly sanitize user-controlled input before including it in HTTP response headers.

When an authenticated administrator or high-privileged user crafts a malicious request containing CRLF characters (\r\n), they can manipulate the HTTP response structure. By injecting these control characters followed by additional headers or body content, an attacker can insert arbitrary HTML or JavaScript code that executes in the context of a victim's browser session.

The network-based attack vector means exploitation can occur remotely, and while the requirement for high privileges limits the attacker pool, compromised administrator accounts or malicious insiders pose a significant risk. The vulnerability has a changed scope, meaning successful exploitation can impact resources beyond the vulnerable component itself.

Root Cause

The root cause stems from insufficient input validation and sanitization of user-supplied data within the Ivanti Connect Secure web interface. Specifically, the application does not properly filter or encode CRLF sequences (\r\n or %0d%0a) before incorporating user input into HTTP response headers. This oversight allows attackers to terminate the current header section and inject arbitrary content, including malicious JavaScript payloads.

Attack Vector

The attack is conducted over the network by an authenticated user with administrative privileges. The attacker constructs a specially crafted request containing CRLF sequences in a vulnerable parameter. When processed by the server, these sequences break out of the intended header context, allowing the attacker to:

  1. Inject additional HTTP headers to manipulate caching behavior or redirect victims
  2. Insert a complete HTTP response body containing malicious JavaScript
  3. Perform cross-site scripting attacks against other users viewing the manipulated response

The exploitation mechanism involves injecting content such as %0d%0aContent-Type: text/html%0d%0a%0d%0a<script>malicious_code</script> into vulnerable parameters. This causes the server to return a response that browsers interpret as containing the injected content.

For detailed technical information on this vulnerability and exploitation patterns, refer to the Ivanti Security Advisory May 2024.

Detection Methods for CVE-2023-38551

Indicators of Compromise

  • Unusual HTTP requests containing encoded CRLF sequences (%0d%0a, %0D%0A) in URL parameters or form fields
  • Web server logs showing requests with abnormally long header values or unexpected newline characters
  • Reports of unexpected JavaScript execution or browser behavior when accessing Ivanti Connect Secure administrative interfaces
  • Session anomalies or unauthorized administrative actions following suspicious web activity

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing CRLF injection patterns in headers and parameters
  • Monitor HTTP traffic for response splitting indicators, including multiple Content-Type headers or unexpected response body content in header sections
  • Deploy endpoint detection and response (EDR) solutions to identify malicious script execution originating from the Ivanti Connect Secure interface
  • Audit authentication logs for high-privileged account usage patterns that deviate from baseline behavior

Monitoring Recommendations

  • Enable detailed access logging on Ivanti Connect Secure appliances and forward logs to a SIEM for correlation and analysis
  • Configure alerts for administrative actions performed outside of expected maintenance windows or from unusual source IP addresses
  • Implement browser-side content security policy (CSP) monitoring to detect policy violations that may indicate XSS attempts
  • Regularly review and audit privileged user accounts for signs of compromise or unauthorized access

How to Mitigate CVE-2023-38551

Immediate Actions Required

  • Review the Ivanti Security Advisory May 2024 and apply the recommended security patches immediately
  • Audit all high-privileged accounts within Ivanti Connect Secure and ensure they are using strong, unique credentials with multi-factor authentication enabled
  • Monitor administrative interfaces for suspicious activity and implement additional access controls where possible
  • Consider temporarily restricting administrative access to trusted IP ranges until patches are applied

Patch Information

Ivanti has released security updates to address this vulnerability as part of their May 2024 security advisory. Organizations should consult the official Ivanti Security Advisory May 2024 for specific patch versions and installation instructions applicable to their Ivanti Connect Secure deployment.

Ensure you are running the latest supported version of Ivanti Connect Secure that includes the fix for CVE-2023-38551. Follow Ivanti's recommended upgrade procedures and validate the patch installation in a test environment before production deployment.

Workarounds

  • Implement strict input validation at the network perimeter using a WAF configured to block CRLF injection patterns
  • Restrict administrative interface access to a dedicated management network segment with enhanced monitoring
  • Enable and enforce Content Security Policy (CSP) headers to mitigate the impact of successful XSS attacks
  • Conduct a review of privileged accounts and implement the principle of least privilege, removing unnecessary administrative access

Refer to Ivanti's security advisory for official vendor-recommended mitigations and configuration guidance:

bash
# Example: Restrict administrative access to specific IP ranges (conceptual)
# Consult Ivanti documentation for actual implementation
# This demonstrates limiting admin interface exposure

# Verify current Ivanti Connect Secure version
# Review patch level against Ivanti Security Advisory May 2024
# Apply updates per vendor instructions

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIvanti Connect Secure

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-93
  • Technical References
  • Ivanti Security Advisory May 2024
  • Related CVEs
  • CVE-2024-13830: Ivanti Connect Secure XSS Vulnerability

  • CVE-2021-22894: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22899: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22893: Ivanti Connect Secure Auth Bypass Flaw
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