A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42951

CVE-2026-42951: MacGregor VDR Information Disclosure Flaw

CVE-2026-42951 is an information disclosure vulnerability in MacGregor Interschalt VDR G4e Firmware allowing authenticated users to download device backups containing sensitive account data and password hashes. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: June 4, 2026

CVE-2026-42951 Overview

CVE-2026-42951 affects the Danelec MacGregor Interschalt Voyage Data Recorder (VDR) G4e, a maritime black box system used aboard commercial vessels. An authenticated user can download a full device backup that includes account data and password hashes. The exposure falls under CWE-522: Insufficiently Protected Credentials and enables offline cracking of stored hashes.

The issue is reachable from an adjacent network position with low privileges and no user interaction. Successful exploitation undermines the confidentiality of authentication material across the affected VDR firmware. The flaw was disclosed through CISA ICS Advisory ICSA-26-148-01.

Critical Impact

Authenticated attackers on the same network can extract password hashes from VDR backups and recover plaintext credentials offline, enabling lateral movement within shipboard systems.

Affected Products

  • Danelec MacGregor Interschalt VDR G4e (hardware)
  • Danelec MacGregor Interschalt VDR G4e firmware (all listed versions)
  • Shipboard installations relying on the affected VDR firmware for voyage data recording

Discovery Timeline

  • 2026-05-29 - CVE-2026-42951 published to NVD
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2026-42951

Vulnerability Analysis

The Danelec MacGregor Interschalt VDR G4e exposes a backup download function to authenticated users. The generated backup archive includes account records and the password hashes associated with device users. Any account with login access, regardless of role separation, can retrieve this archive.

The vulnerability maps to CWE-522: Insufficiently Protected Credentials. The backup mechanism does not restrict sensitive credential material from inclusion in user-accessible exports. Once the archive is downloaded, an attacker can perform offline dictionary or brute-force attacks against the recovered hashes.

The EPSS score is 0.024% as of 2026-06-04, indicating low observed exploitation activity. However, VDR systems operate in segmented maritime networks where adjacent-network access often correlates with insider or post-compromise scenarios.

Root Cause

The backup feature bundles sensitive authentication data into a downloadable artifact without enforcing privilege separation or stripping credential fields. Password hashes should never appear in user-accessible exports. The design also lacks compensating controls such as encryption of sensitive sections of the backup with a key not held by standard user accounts.

Attack Vector

An attacker requires network adjacency to the VDR management interface and valid low-privilege credentials. After authenticating, the attacker invokes the backup download endpoint and retrieves the archive. The attacker then parses the archive offline, extracts hash material, and attempts credential recovery using standard cracking tools.

Recovered credentials can be replayed against the VDR itself or against other shipboard systems if operators reuse passwords. No exploitation code example is publicly available. See the CISA ICS Advisory ICSA-26-148-01 and the CISA CSAF document for technical details.

Detection Methods for CVE-2026-42951

Indicators of Compromise

  • Unexpected backup download requests in VDR web interface or management API logs
  • Authentication events from low-privilege accounts immediately followed by large outbound transfers from the VDR
  • Repeated failed logins on shipboard systems consistent with offline-cracked credentials being replayed
  • New or modified administrative accounts on the VDR following a backup retrieval event

Detection Strategies

  • Audit VDR access logs for backup or export endpoint invocations and correlate with user identity and source IP
  • Alert on backup downloads originating from accounts not designated for maintenance or service operations
  • Baseline normal backup frequency and flag deviations, particularly downloads outside scheduled maintenance windows

Monitoring Recommendations

  • Forward VDR authentication and administrative event logs to a central SIEM or syslog collector for retention and correlation
  • Monitor the adjacent shipboard network segment for unusual host enumeration or service discovery against the VDR management interface
  • Track credential reuse patterns by correlating VDR account names with logins on adjacent OT and IT systems

How to Mitigate CVE-2026-42951

Immediate Actions Required

  • Contact Danelec via the official contact page to obtain firmware updates or guidance specific to the affected VDR G4e deployment
  • Restrict access to the VDR management interface to a dedicated maintenance VLAN and authorized engineering hosts only
  • Rotate all VDR account passwords and any credentials reused on adjacent shipboard systems
  • Review historical logs for prior backup downloads and treat affected hashes as compromised

Patch Information

No vendor patch URL is listed in the enriched CVE data. Operators should reference the CISA ICS Advisory ICSA-26-148-01 and coordinate with Danelec MacGregor support for remediation timelines and firmware availability.

Workarounds

  • Limit VDR account provisioning to the minimum number of operators required and remove unused accounts
  • Enforce strong, unique passwords on all VDR accounts to increase the cost of offline hash cracking
  • Segment the VDR from general shipboard networks and require jump-host access for administrative tasks
  • Disable or tightly control any backup or export functionality available to non-administrative roles where supported by the device configuration

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMacgregor Interschalt

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:H/AT:N/PR:L/UI:N/VC:H/VI:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • GitHub CSAF Document

  • CISA ICS Advisory #ICS-26-148-01

  • Danelec Contact Information
  • Related CVEs
  • CVE-2026-42941: MacGregor VDR G4E 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