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

CVE-2026-28518: OpenViking Path Traversal Vulnerability

CVE-2026-28518 is a path traversal flaw in OpenViking that allows attackers to write files outside the intended directory via malicious ZIP archives. This post covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28518 Overview

CVE-2026-28518 is a path traversal vulnerability affecting OpenViking versions 0.2.1 and prior. The vulnerability exists in the .ovpack import handling functionality, which allows attackers to write files outside the intended import directory. By crafting malicious ZIP archives containing traversal sequences, absolute paths, or drive prefixes in member names, attackers can overwrite or create arbitrary files with the privileges of the importing process.

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as a "Zip Slip" attack. The flaw stems from insufficient validation of file paths within ZIP archive members during the import process.

Critical Impact

Successful exploitation allows attackers to write arbitrary files to the filesystem, potentially leading to code execution, configuration tampering, or system compromise with the privileges of the OpenViking process.

Affected Products

  • OpenViking versions 0.2.1 and prior
  • All OpenViking installations using .ovpack import functionality
  • Versions prior to commit 46b3e76

Discovery Timeline

  • 2026-03-03 - CVE-2026-28518 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-28518

Vulnerability Analysis

The vulnerability resides in the .ovpack import handling mechanism within OpenViking. When processing ZIP archives (.ovpack files), the application fails to properly sanitize and validate the paths of files contained within the archive before extraction. This allows an attacker to include directory traversal sequences such as ../ or absolute paths in the ZIP member names.

The attack requires local access and user interaction, as a victim must import a maliciously crafted .ovpack file. Once imported, the vulnerable code extracts files to locations outside the intended import directory, enabling arbitrary file writes with the permissions of the running process. This could result in overwriting critical configuration files, placing malicious executables in startup directories, or modifying application code.

Root Cause

The root cause is improper input validation in the openviking/storage/local_fs.py module. The code did not adequately validate ZIP archive member names to ensure extracted files remain within the designated target directory. The absence of path canonicalization and boundary checks allowed traversal sequences to escape the intended extraction directory.

Attack Vector

The attack requires local access to the system where OpenViking is installed. An attacker must convince a user to import a malicious .ovpack file, which is essentially a ZIP archive with specially crafted member paths. The attack vector can be exploited through:

  1. Social engineering to deliver malicious .ovpack files
  2. Supply chain attacks where legitimate-looking packages contain malicious traversal paths
  3. Compromised package repositories serving poisoned .ovpack files
python
# SPDX-License-Identifier: Apache-2.0
 import json
 import os
+import re
 import zipfile
 from datetime import datetime
 from typing import cast

Source: GitHub Commit 46b3e76

The security patch adds the re module import, which is used to implement proper path validation and sanitization for .ovpack import operations.

Detection Methods for CVE-2026-28518

Indicators of Compromise

  • Unexpected files appearing outside OpenViking's designated data directories
  • Modified system or configuration files coinciding with .ovpack import operations
  • Suspicious .ovpack files containing path traversal sequences (../, absolute paths, or Windows drive prefixes)
  • Log entries showing file extraction to unexpected directories

Detection Strategies

  • Monitor file system operations during .ovpack import activities for writes outside expected directories
  • Implement file integrity monitoring on critical system directories and configuration files
  • Analyze imported .ovpack files for member names containing traversal patterns (../, ..\\, or absolute paths)
  • Review OpenViking logs for unusual import operations or error messages related to path handling

Monitoring Recommendations

  • Enable detailed logging for OpenViking import operations
  • Implement real-time file system monitoring for directories commonly targeted by path traversal attacks
  • Configure alerts for file creation or modification in sensitive directories during import workflows
  • Periodically audit OpenViking data directories for anomalous file structures

How to Mitigate CVE-2026-28518

Immediate Actions Required

  • Upgrade OpenViking to a version containing commit 46b3e76 or later
  • Review recently imported .ovpack files for potential malicious content
  • Audit file system for unexpected files that may have been written during exploitation
  • Restrict .ovpack import permissions to trusted users until patching is complete

Patch Information

The vulnerability has been fixed in commit 46b3e76e28b9b3eee73693720c9ec48820228b72. Organizations should update to any OpenViking release that includes this commit. The patch refines .ovpack import validation by implementing proper path sanitization using regular expressions to prevent traversal sequences from escaping the intended directory.

For more details, refer to the GitHub Commit Record, the GitHub Issue Report, and the VulnCheck Security Advisory.

Workarounds

  • Disable or restrict access to the .ovpack import functionality until the patch can be applied
  • Implement application-level controls to validate .ovpack files before import using external ZIP inspection tools
  • Run OpenViking with minimal filesystem permissions to limit the impact of potential exploitation
  • Use containerization or sandboxing to isolate OpenViking from critical system directories
bash
# Configuration example - Restrict OpenViking data directory permissions
chmod 750 /var/lib/openviking/
chown openviking:openviking /var/lib/openviking/

# Verify no traversal sequences in .ovpack files before import
unzip -l suspicious.ovpack | grep -E '\.\.\/|^\/' && echo "WARNING: Potential path traversal detected"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpenviking

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/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
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Record

  • GitHub Issue Report

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2026-34999: OpenViking Auth Bypass Vulnerability

  • CVE-2026-22207: OpenViking Privilege Escalation Flaw
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