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

CVE-2023-47246: SysAid Path Traversal Vulnerability

CVE-2023-47246 is a path traversal vulnerability in SysAid On-Premise that enables attackers to achieve code execution by writing files to the Tomcat webroot. This post covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-47246 Overview

CVE-2023-47246 is a critical path traversal vulnerability affecting SysAid On-Premise IT service management software versions prior to 23.3.36. This vulnerability allows unauthenticated remote attackers to write arbitrary files to the Tomcat webroot directory, ultimately enabling remote code execution (RCE) on vulnerable systems. The vulnerability was actively exploited in the wild in November 2023, and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

This vulnerability enables unauthenticated attackers to achieve remote code execution by leveraging a path traversal flaw to upload malicious files to the web server. Active exploitation in the wild makes immediate patching essential.

Affected Products

  • SysAid On-Premise versions prior to 23.3.36
  • SysAid On-Premise IT Service Management Software

Discovery Timeline

  • 2023-11-10 - CVE-2023-47246 published to NVD
  • 2025-10-31 - Last updated in NVD database

Technical Details for CVE-2023-47246

Vulnerability Analysis

CVE-2023-47246 represents a severe path traversal vulnerability (CWE-22) in SysAid On-Premise software that can be exploited remotely without authentication. The vulnerability exists in file upload functionality that fails to properly validate user-supplied file paths, allowing attackers to escape the intended upload directory and write files to arbitrary locations on the server.

The attack chain observed in the wild involves attackers exploiting the path traversal flaw to write a malicious JSP webshell directly to the Tomcat webroot. Once the webshell is deployed, attackers can execute arbitrary commands with the privileges of the SysAid application server process. This provides full remote code execution capability on vulnerable systems.

The vulnerability's network-accessible attack vector, lack of authentication requirements, and low complexity make it particularly dangerous. Successful exploitation can result in complete system compromise, including unauthorized access to sensitive IT service management data, lateral movement within the network, and potential deployment of additional malware or ransomware.

Root Cause

The root cause of CVE-2023-47246 is improper input validation in the file path handling mechanism. The application fails to adequately sanitize user-controlled input when constructing file paths for uploaded content. This allows attackers to use directory traversal sequences (such as ../) to navigate outside the intended directory structure and place files in sensitive locations like the Tomcat webroot. The absence of proper path canonicalization and validation against a whitelist of allowed directories enables this attack.

Attack Vector

The attack exploits a network-accessible endpoint in the SysAid On-Premise application. Attackers craft malicious HTTP requests containing path traversal sequences in file upload parameters. The vulnerable component processes these requests without proper validation, allowing files to be written to the Tomcat webroot directory. The attacker then accesses the uploaded webshell via HTTP to execute commands on the target server.

The exploitation process involves uploading a malicious JSP file through the vulnerable endpoint, using traversal sequences to place it in the web-accessible directory, and then triggering code execution by accessing the uploaded file through a web browser.

Detection Methods for CVE-2023-47246

Indicators of Compromise

  • Unexpected JSP or WAR files appearing in Tomcat webroot directories (/webapps/ paths)
  • Suspicious HTTP requests containing path traversal sequences (../) targeting SysAid upload endpoints
  • Web server logs showing access to unusual JSP files not part of standard SysAid installation
  • Outbound network connections originating from the SysAid server process to suspicious external hosts
  • Evidence of command execution through Tomcat process spawning unexpected child processes

Detection Strategies

  • Monitor file system activity for new file creation events in Tomcat webroot directories
  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in HTTP requests
  • Analyze HTTP access logs for requests containing ../ sequences or unexpected file extensions targeting upload functionality
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process execution chains involving java.exe or Tomcat processes
  • Enable verbose logging on SysAid application servers to capture file operation events

Monitoring Recommendations

  • Configure real-time alerts for file creation events in web application directories
  • Establish baselines for normal SysAid network traffic patterns and alert on anomalies
  • Monitor for post-exploitation activities such as credential harvesting, lateral movement, or data exfiltration
  • Review CISA's Known Exploited Vulnerabilities Catalog entry for CVE-2023-47246 for updated IOCs

How to Mitigate CVE-2023-47246

Immediate Actions Required

  • Upgrade SysAid On-Premise to version 23.3.36 or later immediately
  • Audit Tomcat webroot directories for any unauthorized or suspicious files
  • Review web server and application logs for evidence of exploitation attempts
  • Isolate potentially compromised SysAid servers from the network pending forensic investigation
  • Implement network segmentation to limit exposure of SysAid servers to untrusted networks

Patch Information

SysAid has released version 23.3.36 which addresses this vulnerability. Organizations running affected versions should upgrade immediately. Detailed patching instructions and security enhancements are available in the SysAid 2023 Security Enhancements documentation. Additionally, SysAid has published a Security Vulnerability Notification with guidance for affected customers. The latest installation files can be obtained from the SysAid Installation Documentation.

Workarounds

  • Restrict network access to SysAid servers using firewall rules to allow only trusted IP ranges
  • Implement a web application firewall (WAF) with rules to block path traversal attack patterns
  • Disable or restrict access to vulnerable upload functionality if not operationally required
  • Place SysAid servers behind a VPN to limit external exposure while awaiting patch deployment
bash
# Example: Restrict access to SysAid server using iptables
# Allow only trusted management network
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP
iptables -A INPUT -p tcp --dport 8443 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSysaid

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.34%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-22
  • Technical References
  • SysAid Installation Documentation

  • CISA CVE-2023-47246 Exploit Catalog
  • Vendor Resources
  • SysAid 2023 Security Enhancements

  • SysAid Blog on Security Vulnerabilities
  • Related CVEs
  • CVE-2025-2775: SysAid On-Prem XXE Vulnerability

  • CVE-2025-2776: SysAid On-Prem XXE Vulnerability

  • CVE-2025-2777: SysAid On-Prem XXE Vulnerability
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