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-2026-39883

CVE-2026-39883: OpenTelemetry-Go Path Traversal Vulnerability

CVE-2026-39883 is a path traversal flaw in OpenTelemetry-Go affecting BSD and Solaris platforms through PATH hijacking attacks. This article covers the technical details, affected versions 1.15.0-1.42.0, and mitigation.

Published: April 9, 2026

CVE-2026-39883 Overview

CVE-2026-39883 is a PATH hijacking vulnerability affecting OpenTelemetry-Go, the Go implementation of OpenTelemetry. The vulnerability exists in versions 1.15.0 through 1.42.0, where an incomplete fix for the previous CVE-2026-24051 left the BSD kenv command using a bare name instead of an absolute path. This oversight allows attackers to perform PATH hijacking attacks on BSD and Solaris platforms, potentially leading to arbitrary code execution with the privileges of the affected application.

Critical Impact

Local attackers can hijack the kenv command execution path to execute malicious code with elevated privileges on BSD and Solaris systems running vulnerable OpenTelemetry-Go versions.

Affected Products

  • OpenTelemetry-Go versions 1.15.0 through 1.42.0
  • BSD-based systems utilizing OpenTelemetry-Go
  • Solaris systems utilizing OpenTelemetry-Go

Discovery Timeline

  • 2026-04-08 - CVE-2026-39883 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-39883

Vulnerability Analysis

This vulnerability represents an Untrusted Search Path issue (CWE-426) that stems from an incomplete security fix. When the previous vulnerability CVE-2026-24051 was addressed, the Darwin ioreg command was correctly modified to use an absolute path. However, the BSD kenv command was inadvertently left using a bare command name without specifying the full path.

The local attack vector requires an attacker to have local access to the system, though exploitation itself does not require user interaction once the malicious binary is positioned in the PATH. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system, as the attacker-controlled code executes with the same privileges as the OpenTelemetry-Go application.

Root Cause

The root cause is an incomplete patch for CVE-2026-24051. While the fix addressed the PATH hijacking issue for Darwin systems by using an absolute path for the ioreg command, it failed to apply the same mitigation for the kenv command used on BSD and Solaris platforms. This inconsistency left a security gap where attackers could place a malicious binary named kenv earlier in the system's PATH, causing the vulnerable OpenTelemetry-Go code to execute the attacker's binary instead of the legitimate system command.

Attack Vector

The attack requires local access to the target system running a vulnerable version of OpenTelemetry-Go on BSD or Solaris. The attacker must be able to modify the PATH environment variable or place a malicious executable named kenv in a directory that appears earlier in the PATH than the legitimate kenv binary location.

The exploitation flow involves placing a malicious kenv binary in a directory within the system PATH, then triggering the vulnerable OpenTelemetry-Go functionality that calls the kenv command. When OpenTelemetry-Go attempts to execute kenv without an absolute path, the system searches the PATH directories in order, potentially finding and executing the attacker's malicious binary first. This results in arbitrary code execution with the privileges of the OpenTelemetry-Go application.

Detection Methods for CVE-2026-39883

Indicators of Compromise

  • Presence of unexpected kenv binaries in non-standard PATH directories such as /tmp, /var/tmp, or user-writable locations
  • Unusual process execution chains where kenv is spawned from unexpected parent processes
  • Modified PATH environment variables in service configurations or startup scripts
  • Suspicious file creation events in directories commonly used for PATH hijacking attacks

Detection Strategies

  • Monitor for file creation events that create executables named kenv outside of standard system directories
  • Implement file integrity monitoring on system directories to detect unauthorized binary modifications
  • Audit PATH environment variable configurations in system services and applications using OpenTelemetry-Go
  • Review process execution logs for anomalous kenv command invocations

Monitoring Recommendations

  • Enable comprehensive logging of command execution on BSD and Solaris systems
  • Configure alerting for any new executable files created with names matching common system commands
  • Monitor OpenTelemetry-Go application logs for unexpected behavior or errors during initialization
  • Implement endpoint detection and response (EDR) solutions to identify PATH manipulation attempts

How to Mitigate CVE-2026-39883

Immediate Actions Required

  • Upgrade OpenTelemetry-Go to version 1.43.0 or later immediately
  • Audit all systems running OpenTelemetry-Go versions 1.15.0 through 1.42.0 on BSD and Solaris platforms
  • Review PATH configurations for affected services and ensure system directories have priority
  • Implement file system monitoring on directories commonly targeted for PATH hijacking

Patch Information

OpenTelemetry has released version 1.43.0 which addresses this vulnerability by using absolute paths for the kenv command on BSD and Solaris platforms. Organizations should upgrade to this version or later to remediate CVE-2026-39883. For detailed information about the fix, refer to the GitHub Release v1.43.0 and the GitHub Security Advisory GHSA-hfvc-g4fc-pqhx.

Workarounds

  • Restrict write access to directories in the system PATH to prevent unauthorized binary placement
  • Configure services running OpenTelemetry-Go to use a minimal, hardened PATH that includes only necessary system directories
  • Implement mandatory access control policies (SELinux, AppArmor equivalents for BSD) to restrict command execution
  • Remove unnecessary directories from the PATH environment variable for services using OpenTelemetry-Go
bash
# Configuration example for hardening PATH in service environment
# Ensure kenv is called from its absolute path location
export PATH="/sbin:/usr/sbin:/bin:/usr/bin"

# Verify kenv location on BSD systems
which kenv
# Should return: /sbin/kenv or /usr/sbin/kenv

# Check for suspicious kenv binaries in common attack directories
find /tmp /var/tmp /home -name "kenv" -type f 2>/dev/null

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpentelemetry

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • GitHub Release v1.43.0

  • GitHub Security Advisory GHSA-hfvc-g4fc-pqhx
  • Related CVEs
  • CVE-2026-39882: OpenTelemetry-Go DoS Vulnerability

  • CVE-2026-29181: OpenTelemetry-Go DoS Vulnerability

  • CVE-2026-33701: OpenTelemetry Java Instrumentation RCE

  • CVE-2023-47108: OpenTelemetry-Go Contrib DoS 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