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

CVE-2026-3867: Moxa Secure Router Information Disclosure

CVE-2026-3867 is an information disclosure flaw in Moxa Secure Router that allows low-privileged users to access admin password hashes. This article covers the technical details, affected versions, and mitigation steps.

Published: April 30, 2026

CVE-2026-3867 Overview

An improper ownership management vulnerability has been identified in Moxa's Secure Router. This vulnerability allows a low-privileged authenticated user to access a configuration file containing the hashed password of the administrative account. Successful exploitation could enable an attacker to obtain sensitive information, potentially leading to further compromise of the affected device.

Critical Impact

A low-privileged user can access administrative password hashes from exported configuration files, enabling offline password cracking attacks against administrative accounts.

Affected Products

  • Moxa Secure Router (specific models detailed in vendor advisory)

Discovery Timeline

  • 2026-04-27 - CVE-2026-3867 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-3867

Vulnerability Analysis

This vulnerability is classified as CWE-282 (Improper Ownership Management), indicating a flaw in how the affected Moxa Secure Router manages file ownership and access permissions. The core issue lies in the improper handling of configuration file permissions, which allows users with low-level privileges to read sensitive data that should be restricted to administrative accounts only.

The vulnerability has a notable precondition for exploitation: the configuration file must have been previously exported. This constraint limits the attack surface but does not eliminate the risk, particularly in environments where configuration backups are routinely performed or stored in accessible locations.

Importantly, this vulnerability only affects confidentiality—there is no impact on integrity or availability of the affected product, and no downstream impact has been identified on connected systems.

Root Cause

The root cause of this vulnerability stems from improper ownership management mechanisms within the Moxa Secure Router's file system. When configuration files are exported, the ownership and permission settings are not properly enforced, allowing users with insufficient privileges to access these files. The configuration export process fails to apply appropriate access controls, leaving sensitive data such as administrative password hashes exposed to lower-privileged users.

Attack Vector

The attack vector for CVE-2026-3867 is network-based, requiring low-level authentication to the device. An attacker would need to:

  1. Gain authenticated access to the Moxa Secure Router with a low-privileged account
  2. Wait for or trigger a configuration file export operation
  3. Access the exported configuration file containing the hashed administrative password
  4. Perform offline password cracking attacks against the captured hash

The vulnerability mechanism involves improper file permission handling during configuration export operations. When a configuration file is exported, the access control mechanisms fail to restrict read access to administrative users only, allowing any authenticated user to potentially retrieve sensitive credential data.

For technical details regarding the specific vulnerable components and exploitation mechanics, refer to the Moxa Security Advisory MPSA-261521.

Detection Methods for CVE-2026-3867

Indicators of Compromise

  • Unexpected access to configuration files by non-administrative user accounts
  • Anomalous file system access patterns targeting exported configuration directories
  • Suspicious authentication attempts using previously unknown credentials after configuration exports
  • Evidence of password cracking tools or hash extraction activity on the network

Detection Strategies

  • Monitor file access logs for configuration file reads by low-privileged accounts
  • Implement audit logging for all configuration export operations
  • Deploy file integrity monitoring on configuration storage directories
  • Review authentication logs for privilege escalation attempts following configuration exports

Monitoring Recommendations

  • Enable verbose logging on Moxa Secure Router devices to capture file access events
  • Configure SIEM rules to alert on configuration file access by non-administrative users
  • Implement network traffic analysis to detect exfiltration of configuration data
  • Establish baseline user behavior patterns to identify anomalous access attempts

How to Mitigate CVE-2026-3867

Immediate Actions Required

  • Review and restrict user accounts with access to Moxa Secure Router devices
  • Audit recent configuration export operations and verify the security of exported files
  • Implement the principle of least privilege for all device accounts
  • Securely delete or protect any previously exported configuration files

Patch Information

Moxa has released security guidance addressing this vulnerability. Administrators should consult the Moxa Security Advisory MPSA-261521 for the latest firmware updates and patching instructions specific to their device models.

Workarounds

  • Restrict configuration export functionality to trusted administrative users only
  • Store exported configuration files in secure, access-controlled locations
  • Remove or rotate administrative credentials after any configuration export operation
  • Implement network segmentation to limit access to management interfaces
  • Consider using strong, complex administrative passwords to increase resistance to offline cracking attacks
bash
# Configuration example for restricting management access
# Limit management interface access to specific trusted IPs
# Consult Moxa documentation for device-specific configuration syntax
# Example network segmentation approach:
# - Place management interfaces on isolated VLAN
# - Implement ACLs to restrict management access to authorized hosts only

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMoxa

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-282
  • Technical References
  • Moxa Security Advisory MPSA-261521
  • Related CVEs
  • CVE-2026-0714: Moxa Industrial Linux TPM Disclosure Flaw

  • CVE-2026-3868: Moxa Secure Router DoS Vulnerability

  • CVE-2026-0715: Moxa Industrial Linux Secure DoS Flaw

  • CVE-2025-6950: Moxa Hard-coded JWT Auth Bypass Vulnerability
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