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

CVE-2026-8148: Navercorp Mybox Privilege Escalation Flaw

CVE-2026-8148 is a privilege escalation vulnerability in NAVER MYBOX Explorer for Windows that allows local attackers to gain SYSTEM-level access through registry manipulation. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2026-8148 Overview

CVE-2026-8148 is a local privilege escalation vulnerability in NAVER MYBOX Explorer for Windows. Versions prior to 3.0.11.160 perform improper privilege checks when handling registry operations. A local attacker with low-privileged access can manipulate registry entries to elevate privileges to NT AUTHORITY\SYSTEM. The flaw is tracked under CWE-266: Incorrect Privilege Assignment.

Critical Impact

Successful exploitation grants full SYSTEM-level control over the host, allowing attackers to install software, modify protected files, and persist on the endpoint.

Affected Products

  • NAVER MYBOX Explorer for Windows versions prior to 3.0.11.160
  • Windows endpoints with NAVER MYBOX cloud storage client installed
  • Korean enterprise and consumer deployments of navercorp:mybox

Discovery Timeline

  • 2026-05-08 - CVE-2026-8148 published to NVD
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2026-8148

Vulnerability Analysis

NAVER MYBOX Explorer is a Windows client for NAVER's cloud storage service. The application includes a component running with elevated privileges that interacts with the Windows registry on behalf of users. The vulnerable build fails to validate whether the calling user possesses the rights required to influence privileged registry operations.

A local attacker who already holds a standard user session can stage controlled values in registry keys consumed by the privileged service. When the service reads those entries without enforcing proper privilege checks, the attacker's input drives operations executed under the SYSTEM account.

Root Cause

The root cause is improper privilege assignment [CWE-266]. The MYBOX Explorer service trusts registry data that any local user can write or influence. Because the privileged process does not verify the origin or integrity of these values before acting on them, low-privileged input crosses a trust boundary into a SYSTEM context.

Attack Vector

Exploitation requires local access and low-level user privileges. No user interaction is needed beyond the attacker's own actions. The attacker writes attacker-controlled data into the registry locations referenced by the MYBOX privileged component, then triggers the operation that consumes those values. The component then performs file, process, or configuration actions as SYSTEM using attacker-influenced parameters.

For specific technical detail on the affected registry paths and corrected privilege checks, refer to the NAVER CVE-2026-8148 advisory.

Detection Methods for CVE-2026-8148

Indicators of Compromise

  • Unexpected writes by non-administrative users to registry keys consumed by NAVER MYBOX Explorer services.
  • Child processes spawned by MYBOX service binaries running as NT AUTHORITY\SYSTEM with command lines referencing user-writable paths.
  • New scheduled tasks, services, or persistence mechanisms created by MYBOX processes shortly after standard-user activity.

Detection Strategies

  • Inventory endpoints running NAVER MYBOX Explorer and flag any version earlier than 3.0.11.160.
  • Monitor registry modification events (Sysmon Event ID 12/13) targeting MYBOX-related keys from non-privileged tokens.
  • Correlate registry writes by low-privileged users with subsequent SYSTEM-context process creations originating from MYBOX binaries.

Monitoring Recommendations

  • Forward Sysmon registry and process telemetry to a centralized analytics platform for cross-event correlation.
  • Alert on integrity-level transitions where a MYBOX service spawns SYSTEM processes following standard-user registry activity.
  • Track unexpected version regressions or reinstallations of the MYBOX client that could revert hosts to vulnerable builds.

How to Mitigate CVE-2026-8148

Immediate Actions Required

  • Upgrade NAVER MYBOX Explorer for Windows to version 3.0.11.160 or later on all affected endpoints.
  • Restrict local logon rights on systems where the client is installed to reduce the population of users who can exploit the flaw.
  • Audit existing MYBOX-related registry entries for anomalous values placed by non-administrative accounts.

Patch Information

NAVER has released a fixed build addressing the improper privilege check. Administrators should deploy version 3.0.11.160 or newer. Refer to the NAVER CVE-2026-8148 advisory for the official remediation guidance and download instructions.

Workarounds

  • Where patching is delayed, remove NAVER MYBOX Explorer from systems that do not require it.
  • Apply registry permission hardening to block standard users from writing to keys consumed by privileged MYBOX components.
  • Limit interactive logon on multi-user systems hosting the client until the patched version is deployed.
bash
# Verify installed NAVER MYBOX Explorer version on Windows endpoints
Get-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "*MYBOX*" } |
  Select-Object DisplayName, DisplayVersion, Publisher

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechNavercorp Mybox

  • 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-266
  • Vendor Resources
  • Naver CVE-2026-8148 Details
  • 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