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

CVE-2026-8108: Fuji Tellus Privilege Escalation Flaw

CVE-2026-8108 is a privilege escalation vulnerability in Fuji Tellus where a kernel driver grants all users read and write permissions. This article covers technical details, affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-8108 Overview

CVE-2026-8108 affects the installation routine of Fuji Tellus, which deploys a kernel driver configured with read and write permissions granted to all users. The flaw is tracked under [CWE-749: Exposed Dangerous Method or Function]. A local authenticated attacker can interact with the driver interface to achieve privilege escalation, code execution in kernel context, or full compromise of system integrity and availability. The vulnerability is documented in CISA ICS Advisory ICSA-26-132-01.

Critical Impact

Any local user can open and issue I/O control requests to a kernel driver, enabling local privilege escalation and arbitrary kernel-mode operations on affected workstations.

Affected Products

  • Fuji Tellus (installation deploys the affected kernel driver)
  • Operational technology and industrial control system endpoints running Fuji Tellus
  • Workstations where Fuji Tellus has been installed with default permissions

Discovery Timeline

  • 2026-05-12 - CVE-2026-8108 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-8108

Vulnerability Analysis

The Fuji Tellus installer registers a kernel-mode driver and assigns an access control list (ACL) that grants read and write access to all users on the system. Kernel drivers expose device objects through \\.\DeviceName style paths, and the operating system enforces access through the driver's security descriptor. When the descriptor includes a permissive entry for Everyone or equivalent groups, any local account, including unprivileged users, can call CreateFile against the device and submit DeviceIoControl requests.

Kernel drivers typically expose IOCTL handlers that operate in ring 0. Without proper access checks, a low-privileged caller can reach functions that read or write kernel memory, manipulate physical memory, or invoke privileged routines. Successful interaction with the exposed driver interface allows a local attacker to escalate to SYSTEM, disable security controls, or corrupt the operating system.

Root Cause

The root cause is an insecure default security descriptor applied to the driver device object during installation. The driver registration code does not restrict access to administrators or to the SYSTEM account. Combined with the absence of caller validation inside IOCTL dispatch routines, the permission misconfiguration exposes privileged functionality to any logged-on user.

Attack Vector

The attack vector is local. An authenticated user opens a handle to the driver device and issues IOCTLs that the driver was intended to expose only to privileged processes. No user interaction is required, and the attack complexity is low. The attacker requires existing local access through interactive logon, RDP, or a compromised user-mode process.

No public proof-of-concept exploit code has been verified for CVE-2026-8108. See the CISA ICS Advisory and GitHub CSAF data for additional technical context.

Detection Methods for CVE-2026-8108

Indicators of Compromise

  • Unexpected handle opens to the Fuji Tellus driver device object from non-administrative user contexts
  • New SYSTEM-level processes spawned by user accounts shortly after interaction with the Fuji Tellus driver
  • Modifications to kernel memory regions or sudden disabling of endpoint security agents on hosts with Fuji Tellus installed

Detection Strategies

  • Audit the driver's device object access control list and alert when read or write permissions are granted to Everyone, Users, or Authenticated Users.
  • Monitor for CreateFile calls from low-privilege processes targeting the Fuji Tellus driver path, followed by DeviceIoControl activity.
  • Correlate driver access events with subsequent token manipulation, process injection, or privilege escalation behaviors using endpoint detection and response telemetry.

Monitoring Recommendations

  • Enable Windows kernel object access auditing (Event ID 4663) on the Fuji Tellus device object and forward events to a centralized SIEM.
  • Track loaded driver inventory across managed endpoints and flag hosts where the affected driver is present.
  • Review process ancestry for unprivileged parents launching elevated child processes on systems running Fuji Tellus.

How to Mitigate CVE-2026-8108

Immediate Actions Required

  • Inventory all endpoints with Fuji Tellus installed and restrict interactive access to trusted administrators only.
  • Modify the driver device object ACL to remove access for non-administrative principals using sc sdset or equivalent tooling, where supported by the vendor.
  • Contact the vendor to obtain a fixed installer or guidance before reinstalling or upgrading Fuji Tellus.

Patch Information

No vendor patch URL is listed in the available data at the time of publication. Refer to the CISA ICS Advisory ICSA-26-132-01 for updated remediation guidance and any vendor-supplied fixes.

Workarounds

  • Remove or disable the Fuji Tellus driver on systems that do not require its functionality until a fixed version is available.
  • Apply application allowlisting to prevent unauthorized binaries from invoking DeviceIoControl against the affected driver.
  • Enforce least-privilege user policies and limit local logon rights on systems where Fuji Tellus is deployed.
bash
# Configuration example: query and harden the driver device security descriptor on Windows
sc.exe sdshow FujiTellusDriver
# Replace the descriptor to grant access only to SYSTEM and Administrators
sc.exe sdset FujiTellusDriver "D:(A;;GA;;;SY)(A;;GA;;;BA)"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFuji Tellus

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

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

  • CISA ICS Advisory
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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