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-2025-66573

CVE-2025-66573: Solstice Pod Information Disclosure Flaw

CVE-2025-66573 is an information disclosure vulnerability in Mersive Solstice Pod Firmware that exposes sensitive data through an unauthenticated API endpoint. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-66573 Overview

CVE-2025-66573 is an information disclosure vulnerability in Mersive Solstice Pod firmware versions 5.5 and 6.2. The device exposes an unauthenticated API endpoint at /api/config that returns sensitive runtime data. Returned fields include the active session key, server version, product details, and display name. Any network-reachable attacker can query the endpoint and harvest live session information without credentials. The flaw is classified under CWE-319 for cleartext transmission of sensitive information.

Critical Impact

Unauthenticated remote attackers can extract session keys from Solstice Pod devices, enabling unauthorized join access to active collaboration sessions and reconnaissance of meeting room infrastructure.

Affected Products

  • Mersive Solstice Pod Firmware version 5.5
  • Mersive Solstice Pod Firmware version 6.2
  • Mersive Solstice Pod hardware appliances running affected firmware

Discovery Timeline

  • 2025-12-04 - CVE-2025-66573 published to NVD
  • 2025-12-23 - Last updated in NVD database

Technical Details for CVE-2025-66573

Vulnerability Analysis

The Solstice Pod web service exposes the /api/config endpoint over the network without authentication controls. The endpoint returns a JSON document containing operational metadata for the device. Among the returned fields is the active session key used by clients to join the wireless display session. Attackers can issue a single HTTP GET request and parse the response to obtain that key. With the session key in hand, an attacker on the same reachable network can join the collaboration session and view or interact with content presented to the room.

The response also reveals the firmware version and product identifiers. This metadata simplifies follow-on targeting by allowing attackers to match the device against known firmware vulnerabilities. The flaw maps to CWE-319, reflecting the exposure of sensitive material through an unauthenticated channel.

Root Cause

The /api/config handler does not enforce authentication or authorization before returning configuration data. Session-sensitive fields are included in the response by default. The design treats the configuration endpoint as public read-only metadata while serving values that gate access to the session itself.

Attack Vector

Exploitation requires only network reachability to the Solstice Pod management interface. An attacker sends an HTTP GET request to /api/config and parses the JSON response. No credentials, user interaction, or special tooling are required. Public proof-of-concept material is referenced in Exploit-DB #52104 and the VulnCheck Advisory.

Detection Methods for CVE-2025-66573

Indicators of Compromise

  • HTTP GET requests to /api/config originating from clients that are not authorized management workstations.
  • Repeated unauthenticated requests to Solstice Pod IP addresses from scanning ranges or unmanaged endpoints.
  • Unexpected client joins to active Solstice sessions from devices outside the meeting room's known asset inventory.

Detection Strategies

  • Inspect web access logs on Solstice Pod devices and upstream proxies for requests to /api/config paths.
  • Correlate API access events with session-join events to identify key reuse by unauthorized clients.
  • Deploy network signatures that flag HTTP responses containing Solstice configuration JSON fields traversing untrusted segments.

Monitoring Recommendations

  • Forward Solstice Pod and network device logs to a centralized SIEM for retention and correlation.
  • Establish a baseline of legitimate management sources and alert on deviations targeting Solstice IP ranges.
  • Monitor for firmware version disclosure patterns that often precede targeted exploitation attempts.

How to Mitigate CVE-2025-66573

Immediate Actions Required

  • Place Solstice Pod devices on isolated VLANs that restrict access to authorized meeting room clients only.
  • Block inbound access to the Solstice management API from general user networks and the internet using firewall ACLs.
  • Rotate session keys frequently and enable screen key requirements within Solstice configuration where supported.
  • Inventory all Solstice Pod appliances and confirm running firmware versions against the affected list.

Patch Information

No vendor patch is referenced in the current CVE record. Administrators should consult the Mersive Solstice Documentation for firmware updates that address the unauthenticated endpoint and apply them once available.

Workarounds

  • Segment Solstice Pod devices behind a dedicated firewall rule set permitting only required client subnets.
  • Disable or restrict the Solstice web management interface to a management VLAN.
  • Require screen keys and moderator approval for new session participants to limit value of leaked session keys.
  • Use network access control to prevent unmanaged devices from reaching Solstice Pod IP addresses.
bash
# Configuration example - restrict access to Solstice Pod API
# Example iptables rule allowing only management subnet to reach the API
iptables -A FORWARD -s 10.10.50.0/24 -d <solstice_pod_ip> -p tcp --dport 443 -j ACCEPT
iptables -A FORWARD -d <solstice_pod_ip> -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMersive Solstice Pod

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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-319
  • Technical References
  • Mersive Solstice Documentation

  • Exploit-DB #52104

  • Mersive Official Website

  • VulnCheck Advisory: Solstice Pod API
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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