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-22208

CVE-2026-22208: OpenS100 S-100 Viewer RCE Vulnerability

CVE-2026-22208 is a remote code execution flaw in OpenS100 S-100 viewer caused by an unsandboxed Lua interpreter that allows attackers to execute arbitrary commands. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2026-22208 Overview

CVE-2026-22208 is a critical remote code execution vulnerability affecting OpenS100, the reference implementation S-100 viewer used for displaying maritime electronic navigation charts. The vulnerability exists in versions prior to commit 753cf29 and stems from an unrestricted Lua interpreter in the Portrayal Engine component.

The Portrayal Engine initializes Lua using luaL_openlibs() without implementing proper sandboxing or capability restrictions. This exposes dangerous standard libraries such as os and io to untrusted portrayal catalogues. An attacker can craft a malicious S-100 portrayal catalogue containing Lua scripts that execute arbitrary commands with the privileges of the OpenS100 process when a user imports the catalogue and loads a chart.

Critical Impact

Attackers can achieve full remote code execution on systems running vulnerable OpenS100 installations by distributing malicious S-100 portrayal catalogues. This poses significant risks to maritime navigation systems and infrastructure.

Affected Products

  • OpenS100 (reference implementation S-100 viewer) prior to commit 753cf29
  • Systems using OpenS100 Portrayal Engine with unsandboxed Lua interpreter
  • Maritime electronic navigation chart viewing applications based on OpenS100

Discovery Timeline

  • 2026-02-17 - CVE-2026-22208 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-22208

Vulnerability Analysis

This vulnerability is classified under CWE-749 (Exposed Dangerous Method or Function). The root issue lies in the OpenS100 Portrayal Engine's initialization of the Lua scripting environment without appropriate security controls.

When the Portrayal Engine processes S-100 portrayal catalogues, it executes embedded Lua scripts to render chart symbology and styling. The engine calls luaL_openlibs() to initialize the Lua environment, which loads all standard Lua libraries including os (operating system facilities) and io (input/output operations). These libraries provide direct access to system commands, file operations, and process execution capabilities.

The vulnerability requires user interaction—specifically, a victim must import a malicious S-100 portrayal catalogue and subsequently load a chart that triggers the malicious Lua code execution. However, the attack can be conducted remotely through social engineering or by compromising legitimate catalogue distribution channels.

Root Cause

The vulnerability stems from improper initialization of the Lua interpreter in the Portrayal Engine. By calling luaL_openlibs() without subsequent sandboxing, the engine exposes the full Lua standard library to untrusted portrayal catalogue scripts. A secure implementation would either selectively load only safe libraries (such as string, table, and math) or implement a sandbox that removes or restricts dangerous functions like os.execute(), io.popen(), and loadfile().

Attack Vector

The attack leverages the network-based distribution of S-100 portrayal catalogues. An attacker creates a malicious catalogue containing Lua scripts with embedded system commands. The attack flow proceeds as follows:

  1. Attacker crafts a malicious S-100 portrayal catalogue with embedded Lua code exploiting the os or io libraries
  2. The malicious catalogue is distributed to victims through social engineering, compromised update servers, or supply chain attacks
  3. Victim imports the portrayal catalogue into their OpenS100 installation
  4. When the victim loads a chart using the malicious catalogue, the Portrayal Engine executes the embedded Lua scripts
  5. The malicious Lua code executes arbitrary system commands with the privileges of the OpenS100 process

The malicious Lua script within the portrayal catalogue could leverage functions such as os.execute() to run system commands, io.popen() to execute commands and capture output, or loadfile() to load and execute additional malicious scripts from the file system. For detailed technical information, refer to the VulnCheck Security Advisory.

Detection Methods for CVE-2026-22208

Indicators of Compromise

  • Presence of portrayal catalogue files containing suspicious Lua functions such as os.execute, io.popen, io.open, or loadfile
  • Unexpected child processes spawned by the OpenS100 application
  • Network connections initiated by OpenS100 to unknown external hosts
  • Unusual file system activity in directories accessible to the OpenS100 process

Detection Strategies

  • Implement file integrity monitoring on S-100 portrayal catalogue directories to detect unauthorized modifications
  • Monitor process execution chains for OpenS100 spawning unexpected child processes such as command shells or scripting interpreters
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious Lua script execution patterns
  • Scan imported portrayal catalogues for dangerous Lua library function calls before allowing chart loading

Monitoring Recommendations

  • Enable verbose logging in OpenS100 to capture Lua script execution events
  • Configure security information and event management (SIEM) rules to alert on anomalous process behavior from OpenS100
  • Implement network monitoring to detect outbound connections from OpenS100 to untrusted destinations
  • Establish baseline behavior for OpenS100 process activity to identify deviations indicative of exploitation

How to Mitigate CVE-2026-22208

Immediate Actions Required

  • Update OpenS100 to commit 753cf29 or later, which addresses the unrestricted Lua interpreter vulnerability
  • Audit all existing S-100 portrayal catalogues for potentially malicious Lua code
  • Restrict OpenS100 process privileges using operating system security controls to limit impact of potential exploitation
  • Implement application whitelisting to prevent OpenS100 from executing unauthorized child processes

Patch Information

The vulnerability has been addressed in OpenS100 commit 753cf294434e8d3961f20a567c4d99151e3b530d. The fix implements proper sandboxing of the Lua interpreter to restrict access to dangerous standard libraries. Organizations should update to this commit or any subsequent release that includes the security patch.

For detailed information about the fix, refer to the GitHub commit. Additional research context is available in the MDPI Research Article.

Workarounds

  • Only import portrayal catalogues from trusted, verified sources with established provenance
  • Run OpenS100 in an isolated environment such as a virtual machine or container with restricted network access
  • Implement operating system-level sandboxing (AppArmor, SELinux, or Windows Sandbox) to constrain OpenS100 process capabilities
  • Manually review Lua scripts within portrayal catalogues for dangerous function calls before importing
bash
# Example: Scan portrayal catalogue for dangerous Lua functions
grep -r -E "(os\.execute|io\.popen|io\.open|loadfile|dofile)" /path/to/portrayal/catalogues/

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpens100

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-749
  • Technical References
  • GitHub Commit Changes

  • MDPI Research Article

  • VulnCheck Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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