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
    • 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-2026-42075

CVE-2026-42075: Evolver Path Traversal Vulnerability

CVE-2026-42075 is a path traversal vulnerability in Evolver's skill download command that allows attackers to write files to arbitrary filesystem locations. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-42075 Overview

CVE-2026-42075 is a path traversal vulnerability in Evolver, a GEP-powered self-evolving engine for AI agents. The flaw exists in the skill download (fetch) command, where the --out= flag accepts user-supplied paths without validation. Attackers with low privileges can write files to arbitrary filesystem locations using directory traversal sequences. This enables overwriting critical system files or planting files in sensitive directories. The issue affects all versions prior to 1.69.3 and is tracked as CWE-22. Maintainers patched the flaw in version 1.69.3.

Critical Impact

Authenticated attackers can write or overwrite files in arbitrary filesystem locations, leading to integrity loss and potential code execution through configuration or binary replacement.

Affected Products

  • Evolver versions prior to 1.69.3
  • Evolver fetch command with --out= flag
  • AI agent deployments using EvoMap Evolver for skill management

Discovery Timeline

  • 2026-05-04 - CVE-2026-42075 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-42075

Vulnerability Analysis

The vulnerability resides in the Evolver skill download command. When a user invokes the fetch subcommand with --out=<path>, the application writes downloaded skill content to the specified destination. The code does not normalize the path, restrict it to a designated skills directory, or reject traversal sequences such as ../. As a result, an attacker controlling the --out= value can escape the intended output directory.

Writing outside the skills directory enables overwriting configuration files, shell profiles, scheduled task definitions, or executables loaded by the host process. Because the write occurs with the privileges of the Evolver process, integrity and availability of the host are at risk. Confidentiality is not directly impacted, but file overwrites can chain into code execution paths depending on environment.

Root Cause

The root cause is missing input validation on a user-controlled file path, classified as [CWE-22] Improper Limitation of a Pathname to a Restricted Directory. The fetch handler trusts the --out= argument and passes it to the file write routine without canonicalization or directory containment checks.

Attack Vector

Exploitation requires network access to deliver the crafted command and low-level privileges to invoke the fetch operation. An attacker supplies a traversal payload such as --out=../../etc/cron.d/evil to drop a file outside the skills directory. No user interaction is required beyond the existing command execution context. See the GitHub Security Advisory GHSA-r466-rxw4-3j9j for vendor details.

Detection Methods for CVE-2026-42075

Indicators of Compromise

  • Unexpected files written outside the configured Evolver skills directory.
  • Process command lines containing fetch with --out= values that include ../ or absolute paths to system directories.
  • Modifications to startup scripts, cron entries, or service unit files coinciding with Evolver activity.

Detection Strategies

  • Inspect Evolver process arguments for --out= values referencing parent directory traversal or paths outside expected skill storage.
  • Audit filesystem write events from the Evolver process across /etc, /var/spool/cron, user home directories, and binary paths.
  • Correlate Evolver invocation logs with file integrity monitoring alerts on sensitive locations.

Monitoring Recommendations

  • Enable command-line argument logging for processes spawning the Evolver binary.
  • Deploy file integrity monitoring on system configuration paths and Evolver runtime directories.
  • Track Evolver version inventory across hosts to confirm patched deployments.

How to Mitigate CVE-2026-42075

Immediate Actions Required

  • Upgrade Evolver to version 1.69.3 or later on all hosts running the engine.
  • Audit recent fetch command invocations for traversal payloads in the --out= argument.
  • Restrict access to the Evolver CLI to trusted operators only until patching completes.

Patch Information

The maintainers fixed the flaw in Evolver 1.69.3. Download the release from the GitHub Evolver Release Notes. Validate the installed version after upgrade and remove older binaries from PATH.

Workarounds

  • Run Evolver under a low-privilege service account that cannot write to system directories.
  • Apply mandatory access control profiles (AppArmor, SELinux) to confine Evolver write paths to its skills directory.
  • Wrap the fetch command with a validation script that rejects --out= values containing .. or absolute paths.

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechEvolver

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Evolver Release Notes

  • GitHub Security Advisory GHSA-r466-rxw4-3j9j
  • Related CVEs
  • CVE-2026-42077: Evolver Prototype Pollution Vulnerability

  • CVE-2026-42076: Evolver AI Engine RCE 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