A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-41922

CVE-2024-41922: Anka Build Cloud Path Traversal Flaw

CVE-2024-41922 is a path traversal vulnerability in Veertu Anka Build Cloud that allows unauthenticated attackers to access sensitive log files. This article covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-41922 Overview

CVE-2024-41922 is a directory traversal vulnerability in the log files download functionality of Veertu Anka Build Cloud version 1.42.0. An unauthenticated attacker can send a specially crafted HTTP request to read arbitrary files from the underlying host. The flaw is tracked under CWE-22: Improper Limitation of a Pathname to a Restricted Directory. Successful exploitation discloses sensitive information such as configuration files, credentials, and system data accessible to the service account. Because authentication is not required and the attack vector is network-based, internet-exposed Anka Build Cloud controllers face direct risk.

Critical Impact

Unauthenticated remote attackers can read arbitrary files from the Anka Build Cloud host through a single crafted HTTP request, exposing secrets and configuration data.

Affected Products

  • Veertu Anka Build Cloud 1.42.0
  • Anka Build Cloud controller log download endpoint
  • Deployments exposing the Anka Build Cloud web interface to untrusted networks

Discovery Timeline

  • 2024-10-03 - CVE-2024-41922 published to NVD
  • 2024-12-18 - Last updated in NVD database

Technical Details for CVE-2024-41922

Vulnerability Analysis

The vulnerability exists in the log files download handler exposed by the Anka Build Cloud controller. The endpoint accepts a file path parameter that is concatenated into a filesystem lookup without proper canonicalization or validation. An attacker can supply traversal sequences such as ../ to escape the intended log directory and reach arbitrary files. The endpoint does not enforce authentication, so any network-reachable client can trigger the behavior. Disclosed files may include the macOS host's configuration data, service credentials, API tokens, and other artifacts readable by the controller process. The EPSS score of 5.242% places this issue in the 90th percentile for exploitation likelihood.

Root Cause

The root cause is improper input validation on a user-controlled path component in the log download route. The application trusts the supplied filename and resolves it relative to a base directory without rejecting parent-directory references or normalized paths that escape the intended root. This is a textbook [CWE-22] directory traversal pattern combined with missing authentication on a sensitive administrative endpoint.

Attack Vector

Exploitation requires only network access to the controller's HTTP service. An attacker issues a single GET request to the log download endpoint with traversal sequences in the path parameter. No credentials, user interaction, or prior foothold are needed. The server reads the targeted file and returns its contents in the HTTP response. Repeated requests allow enumeration of arbitrary files accessible to the controller process, including those storing secrets used to manage virtual machine fleets.

A detailed technical writeup is available in the Talos Intelligence Vulnerability Report TALOS-2024-2061.

Detection Methods for CVE-2024-41922

Indicators of Compromise

  • HTTP requests to Anka Build Cloud log download URLs containing ../, ..%2f, or encoded traversal sequences in query or path parameters
  • Outbound responses from the controller containing contents of files outside the configured log directory, such as /etc/passwd, SSH keys, or anka configuration files
  • Unauthenticated requests to log endpoints from unexpected source IP addresses

Detection Strategies

  • Inspect controller access logs for path traversal patterns targeting the log download route on port used by the Anka Build Cloud web UI
  • Deploy web application firewall rules that block traversal sequences and double-encoded variants on the controller endpoints
  • Correlate unauthenticated log endpoint access with subsequent reads of large or unusual file sizes returned by the controller

Monitoring Recommendations

  • Centralize Anka Build Cloud controller HTTP logs in a SIEM and alert on traversal indicators in URI paths
  • Baseline normal log download activity and flag requests from non-administrator source addresses or outside maintenance windows
  • Monitor host filesystem access by the controller process for reads outside the expected log directory tree

How to Mitigate CVE-2024-41922

Immediate Actions Required

  • Restrict network access to the Anka Build Cloud controller so only trusted administrative networks can reach the HTTP service
  • Upgrade Veertu Anka Build Cloud beyond version 1.42.0 once a fixed release is available from the vendor
  • Rotate any credentials, API tokens, or keys stored on the controller host that may have been exposed through log download abuse

Patch Information

Review the Talos Intelligence advisory TALOS-2024-2061 and Veertu's release notes for fixed Anka Build Cloud versions. Apply vendor-provided updates that add path canonicalization and authentication on the log download endpoint. After patching, verify the fix by issuing test requests containing traversal sequences and confirming the controller rejects them.

Workarounds

  • Place the controller behind a reverse proxy or WAF that strips or blocks .., %2e%2e, and other traversal patterns in request URIs
  • Enforce network-level access controls such as VPN, firewall allowlists, or zero-trust gateways in front of the controller
  • Disable or restrict the log download functionality at the proxy layer until a patched release is deployed
bash
# Example nginx reverse proxy rule blocking traversal sequences
location / {
    if ($request_uri ~* "(\.\./|\.\.%2f|%2e%2e/|%2e%2e%2f)") {
        return 403;
    }
    proxy_pass http://anka-controller-backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechVeertu Anka Build Cloud

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability5.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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