Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-5095

CVE-2025-5095: Burk Technology ARC Solo Auth Bypass Flaw

CVE-2025-5095 is an authentication bypass vulnerability in Burk Technology ARC Solo that allows attackers to change passwords without authentication, enabling device takeover. This article covers technical details.

Published: March 11, 2026

CVE-2025-5095 Overview

CVE-2025-5095 is a critical authentication bypass vulnerability affecting Burk Technology ARC Solo devices. The password change mechanism can be utilized without proper authentication procedures, allowing an attacker to take over the device. A password change request can be sent directly to the device's HTTP endpoint without providing valid credentials. The system does not enforce proper authentication or session validation, allowing the password change to proceed without verifying the request's legitimacy.

Critical Impact

Unauthenticated attackers can remotely take complete control of affected Burk Technology ARC Solo devices by bypassing the authentication mechanism and changing device passwords without valid credentials.

Affected Products

  • Burk Technology ARC Solo devices with vulnerable firmware versions
  • ARC Solo broadcast automation and remote control systems
  • ARC Solo-6 and related product variants

Discovery Timeline

  • 2025-08-08 - CVE-2025-5095 published to NVD
  • 2025-08-08 - Last updated in NVD database

Technical Details for CVE-2025-5095

Vulnerability Analysis

This vulnerability is classified as CWE-306: Missing Authentication for Critical Function. The Burk Technology ARC Solo device exposes an HTTP endpoint responsible for handling password changes. The fundamental security flaw lies in the complete absence of authentication verification before processing password modification requests. This design weakness allows any network-accessible attacker to send crafted HTTP requests directly to the password change endpoint without presenting valid credentials or maintaining an authenticated session.

The vulnerability enables full device takeover because once an attacker successfully changes the administrative password, they gain complete control over the device's configuration and operations. This is particularly concerning for Industrial Control System (ICS) environments where these broadcast automation devices are typically deployed.

Root Cause

The root cause of this vulnerability is the missing authentication mechanism on the password change HTTP endpoint. The device fails to implement proper security controls including:

  • Credential verification before processing password change requests
  • Session token validation to confirm authenticated user state
  • Request origin verification to prevent unauthorized access
  • Multi-factor authentication or challenge-response mechanisms

The application accepts password change commands from any source without verifying that the requester has legitimate authorization to perform such administrative actions.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker with network access to the vulnerable ARC Solo device can exploit this vulnerability by sending a specially crafted HTTP request to the password change endpoint. The exploitation flow involves:

  1. Identifying a vulnerable Burk Technology ARC Solo device on the network
  2. Crafting an HTTP request targeting the password change endpoint
  3. Submitting the request with a new password value chosen by the attacker
  4. The device processes the request without authentication and applies the password change
  5. The attacker can then log in using the newly set credentials with full administrative access

Since no authentication is required, the attack can be executed by anyone with network visibility to the device, including remote attackers if the device is exposed to the internet.

Detection Methods for CVE-2025-5095

Indicators of Compromise

  • Unexpected password change events or administrative lockouts on ARC Solo devices
  • HTTP requests to password change endpoints from unauthorized or suspicious IP addresses
  • Unauthorized configuration changes or operational modifications to broadcast systems
  • Multiple failed login attempts followed by successful authentication with new credentials

Detection Strategies

  • Monitor HTTP traffic to ARC Solo devices for unauthenticated password change requests
  • Implement network intrusion detection rules to alert on access to sensitive administrative endpoints
  • Deploy network segmentation monitoring to detect unauthorized access attempts to ICS devices
  • Establish baseline behavior for administrative actions and alert on anomalies

Monitoring Recommendations

  • Enable comprehensive logging on network devices providing access to ARC Solo systems
  • Configure SIEM rules to correlate password change events with authentication logs
  • Implement real-time alerting for any administrative changes to critical broadcast infrastructure
  • Review access logs regularly for unusual patterns or unauthorized endpoint access

How to Mitigate CVE-2025-5095

Immediate Actions Required

  • Isolate vulnerable Burk Technology ARC Solo devices from untrusted networks immediately
  • Implement network segmentation to restrict access to authorized management systems only
  • Place devices behind a firewall or VPN to prevent direct internet exposure
  • Monitor device access logs for signs of unauthorized password changes or exploitation attempts

Patch Information

Organizations should consult the CISA ICS Advisory ICSA-25-219-03 for official remediation guidance. Contact Burk Technology directly for firmware updates or security patches that address this authentication bypass vulnerability. Review the Burk Products Overview page for product-specific security information and updates.

Workarounds

  • Deploy network access control lists (ACLs) to restrict HTTP access to ARC Solo devices to trusted IP addresses only
  • Implement a reverse proxy with authentication in front of the device's web interface
  • Use VPN tunneling for all remote administrative access to the device
  • Consider temporarily disabling the web interface if not operationally required until a patch is available
  • Implement network-level monitoring to detect and block unauthorized access attempts
bash
# Example firewall rule to restrict access to ARC Solo device (adjust IPs accordingly)
# Allow only trusted management subnet to access device
iptables -A INPUT -s 192.168.100.0/24 -d <ARC_SOLO_IP> -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -s 192.168.100.0/24 -d <ARC_SOLO_IP> -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -d <ARC_SOLO_IP> -p tcp --dport 80 -j DROP
iptables -A INPUT -d <ARC_SOLO_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
  • TypeAuth Bypass

  • Vendor/TechBurk Technology

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Burk Products Overview

  • CISA ICS Advisory ICSA-25-219-03
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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