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

CVE-2026-2331: AppEngine Fileaccess Auth Bypass Flaw

CVE-2026-2331 is an authentication bypass vulnerability in AppEngine Fileaccess that exposes critical filesystem directories. Attackers can read and modify device settings and passwords without authentication. This post covers technical details, impact, affected versions, and mitigation strategies.

Published: March 13, 2026

CVE-2026-2331 Overview

CVE-2026-2331 is a critical improper access restriction vulnerability affecting the SICK AppEngine Fileaccess feature. An attacker may perform unauthenticated read and write operations on sensitive filesystem areas via the AppEngine Fileaccess over HTTP due to improper access restrictions. A critical filesystem directory was unintentionally exposed through the HTTP-based file access feature, allowing access without authentication.

This vulnerability is classified under CWE-552 (Files or Directories Accessible to External Parties), which occurs when a web server or application exposes critical filesystem directories to unauthorized users. The exposed directories include device parameter files, enabling an attacker to read and modify application settings, including customer-defined passwords. Additionally, exposure of the custom application directory may allow execution of arbitrary Lua code within the sandboxed AppEngine environment.

Critical Impact

Unauthenticated attackers can remotely read and write sensitive filesystem areas including device parameters, customer passwords, and potentially execute arbitrary Lua code through the exposed HTTP file access interface.

Affected Products

  • SICK AppEngine devices with HTTP-based Fileaccess feature enabled
  • SICK industrial sensors and devices running vulnerable AppEngine firmware
  • Devices exposing the AppEngine Fileaccess service over network interfaces

Discovery Timeline

  • 2026-03-06 - CVE-2026-2331 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-2331

Vulnerability Analysis

This vulnerability stems from improper access restrictions in the SICK AppEngine's HTTP-based file access functionality. The AppEngine provides a Fileaccess service that allows interaction with the device's filesystem over HTTP. However, critical filesystem directories were unintentionally exposed without requiring authentication, creating a severe security gap.

The vulnerability allows unauthenticated remote attackers to perform both read and write operations on sensitive areas of the filesystem. This includes access to device parameter files containing application configuration settings and customer-defined credentials. The exposure of the custom application directory is particularly concerning as it may enable the execution of arbitrary Lua code within the AppEngine's sandboxed environment.

While the Lua execution environment is described as sandboxed, the ability to upload and execute custom code combined with access to sensitive configuration files creates significant risk for device compromise, lateral movement, and persistent access within industrial control system (ICS) environments.

Root Cause

The root cause of this vulnerability is improper access control configuration in the AppEngine Fileaccess HTTP interface. The service was deployed without adequate authentication requirements for accessing sensitive filesystem directories, violating the principle of least privilege. This misconfiguration allows any network-accessible attacker to interact with protected filesystem areas that should require authentication.

Attack Vector

The attack vector is network-based, requiring no authentication, user interaction, or special privileges. An attacker with network access to the vulnerable AppEngine HTTP interface can exploit this vulnerability by:

  1. Identifying devices running the vulnerable AppEngine Fileaccess service
  2. Sending unauthenticated HTTP requests to access exposed filesystem directories
  3. Reading sensitive device parameters and configuration files including passwords
  4. Writing malicious content to modify application settings or inject Lua code
  5. Potentially achieving code execution within the AppEngine sandbox

The attack can be conducted remotely without any form of authentication, making it particularly dangerous for internet-exposed or poorly segmented industrial devices.

Detection Methods for CVE-2026-2331

Indicators of Compromise

  • Unexpected HTTP requests targeting AppEngine Fileaccess endpoints from unauthorized sources
  • Unauthorized access or modifications to device parameter files or configuration directories
  • Presence of unfamiliar Lua scripts in the custom application directory
  • Anomalous changes to customer-defined passwords or application settings
  • Network traffic showing bulk file reads or writes to sensitive filesystem paths

Detection Strategies

  • Monitor HTTP access logs for unauthenticated requests to the AppEngine Fileaccess service
  • Implement network intrusion detection rules for suspicious file access patterns targeting SICK devices
  • Deploy file integrity monitoring on critical device configuration directories
  • Configure alerts for any unauthorized modifications to password files or application parameters
  • Review network traffic for unusual communication patterns with industrial devices

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to AppEngine services
  • Implement network segmentation monitoring to detect unauthorized access attempts to ICS networks
  • Deploy honeypot configurations to detect reconnaissance activity targeting SICK devices
  • Establish baseline behavior for legitimate Fileaccess usage and alert on deviations
  • Integrate SICK device logs with SIEM solutions for centralized visibility

How to Mitigate CVE-2026-2331

Immediate Actions Required

  • Restrict network access to SICK AppEngine devices using firewalls and network segmentation
  • Disable the HTTP-based Fileaccess feature if not operationally required
  • Audit all SICK devices for unauthorized configuration changes or suspicious Lua scripts
  • Implement network monitoring for unauthorized access attempts to affected devices
  • Review and rotate all customer-defined passwords on potentially compromised devices

Patch Information

Organizations should consult the SICK PSIRT portal for the latest security advisories and firmware updates addressing this vulnerability. Additional technical details are available in the SICK Security Advisory SCA-2026-0006 (PDF) and the SICK Security Advisory SCA-2026-0006 (JSON) documents. Organizations should apply vendor-provided firmware updates as soon as they become available and follow the SICK Cybersecurity Operating Guidelines for secure device deployment.

Workarounds

  • Implement strict network segmentation to isolate SICK devices from untrusted networks
  • Use firewall rules to restrict HTTP access to AppEngine interfaces to authorized management systems only
  • Disable the Fileaccess HTTP feature if it is not required for operational purposes
  • Deploy a VPN or zero-trust network architecture for remote access to industrial devices
  • Follow CISA ICS Recommended Practices for securing industrial control system environments
bash
# Example firewall rule to restrict AppEngine HTTP access (adapt to your environment)
# Allow only authorized management subnet to access AppEngine HTTP port
iptables -A INPUT -p tcp --dport 80 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGoogle Appengine

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-552
  • Technical References
  • CISA ICS Recommended Practices

  • FIRST CVSS Calculator 3.1

  • SICK CSAF JSON Document

  • SICK CSAF PDF Document

  • SICK Cybersecurity Operating Guidelines

  • SICK PSIRT Information
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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