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-2024-23822

CVE-2024-23822: Thruk Path Traversal Vulnerability

CVE-2024-23822 is a path traversal flaw in Thruk monitoring webinterface that allows attackers to upload files to arbitrary server paths. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 8, 2026

CVE-2024-23822 Overview

CVE-2024-23822 is a critical Path Traversal vulnerability affecting Thruk, a multibackend monitoring web interface. Prior to version 3.12, the Thruk application contains a file upload form that allows threat actors to arbitrarily upload files to any server path for which they have permissions. This vulnerability, also known as Directory Traversal (CWE-22), enables attackers to bypass intended directory restrictions and potentially compromise the underlying system.

Critical Impact

Unauthenticated remote attackers can exploit this path traversal vulnerability to upload malicious files to arbitrary locations on the server, potentially leading to remote code execution, data compromise, or complete system takeover.

Affected Products

  • Thruk versions prior to 3.12
  • Thruk monitoring web interface installations with file upload functionality enabled
  • Systems running vulnerable Thruk instances accessible via network

Discovery Timeline

  • 2024-01-29 - CVE-2024-23822 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-23822

Vulnerability Analysis

This Path Traversal vulnerability exists within Thruk's file upload form functionality. The application fails to properly validate and sanitize user-supplied file paths during the upload process. When processing file upload requests, the application accepts path components that include directory traversal sequences (such as ../), allowing attackers to escape the intended upload directory and write files to arbitrary locations on the file system.

The vulnerability is particularly dangerous because it can be exploited remotely over the network without requiring any authentication or user interaction. Successful exploitation could allow an attacker to upload malicious scripts, configuration files, or executables to sensitive system directories, potentially leading to remote code execution.

Root Cause

The root cause of CVE-2024-23822 is improper input validation in the file upload handling mechanism. The application does not adequately sanitize or validate the file path parameter, allowing directory traversal sequences to be processed. This enables attackers to manipulate the destination path and write files outside the intended upload directory structure.

Attack Vector

The attack vector is network-based, requiring no authentication or privileges. An attacker can craft malicious HTTP requests to the file upload form, including path traversal sequences in the filename or path parameter. The server processes these requests without proper validation, writing the uploaded file to the attacker-specified location.

For example, an attacker might manipulate the upload path to include sequences like ../../etc/cron.d/ to place a malicious cron job, or target web-accessible directories to upload a web shell for subsequent remote code execution.

Technical details and the specific fix can be found in the GitHub Security Advisory and the associated commit.

Detection Methods for CVE-2024-23822

Indicators of Compromise

  • Unexpected files appearing in system directories outside the normal Thruk upload paths
  • Web server logs containing requests to the file upload endpoint with path traversal sequences (e.g., ../, ..%2f, ..%5c)
  • Presence of suspicious files such as web shells or scripts in web-accessible directories
  • Unusual cron jobs or scheduled tasks that were not administratively created

Detection Strategies

  • Monitor HTTP request logs for file upload requests containing directory traversal patterns such as ../, encoded variants, or absolute paths
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation
  • Configure web application firewalls (WAF) to block requests containing path traversal sequences
  • Audit Thruk access logs for anomalous upload activity or requests from unexpected source IPs

Monitoring Recommendations

  • Enable verbose logging on Thruk instances and forward logs to a centralized SIEM for analysis
  • Set up alerts for any file creation events outside designated upload directories
  • Monitor for new or modified files in web server document roots and cgi-bin directories
  • Regularly scan for indicators of web shells or backdoors using endpoint detection solutions

How to Mitigate CVE-2024-23822

Immediate Actions Required

  • Upgrade Thruk to version 3.12 or later immediately
  • If immediate upgrade is not possible, restrict network access to the Thruk web interface to trusted networks only
  • Review file system for any unauthorized files that may have been uploaded via exploitation
  • Audit system for signs of compromise including unexpected scheduled tasks, new user accounts, or suspicious processes

Patch Information

The Thruk development team has addressed this vulnerability in version 3.12. The fix implements proper input validation and sanitization for file upload paths, preventing directory traversal attacks. The patch is available in the GitHub commit 1aa9597. Organizations should upgrade to version 3.12 or later to remediate this vulnerability.

Workarounds

  • Disable the file upload functionality in Thruk if not required for operations
  • Implement network segmentation to restrict access to Thruk instances from untrusted networks
  • Deploy a web application firewall (WAF) configured to detect and block path traversal attempts
  • Apply strict file system permissions to limit the directories writable by the Thruk application process
bash
# Example: Restrict Thruk access via iptables
# Allow only trusted management network (replace with your network)
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Verify Thruk version after upgrade
thruk --version
# Expected output: Thruk 3.12 or higher

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechThruk

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.30%

  • 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
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Commit Reference

  • GitHub Security Advisory GHSA-4mrh-mx7x-rqjx
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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