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-2026-24345

CVE-2026-24345: EZCast Pro II CSRF Vulnerability

CVE-2026-24345 is a Cross-Site Request Forgery flaw in EZCast Pro II Admin UI that allows attackers to bypass authorization and gain full administrative access. This post covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-24345 Overview

A Cross-Site Request Forgery (CSRF) vulnerability exists in the Admin UI of EZCast Pro II version 1.17478.146. This security flaw allows attackers to bypass authorization checks and gain full access to the administrative interface. By crafting malicious requests and tricking authenticated administrators into executing them, attackers can perform unauthorized actions on behalf of legitimate users.

Critical Impact

Attackers can bypass authorization checks and gain full administrative access to the EZCast Pro II device, potentially allowing complete device compromise and configuration manipulation.

Affected Products

  • EZCast Pro II version 1.17478.146

Discovery Timeline

  • 2026-01-27 - CVE CVE-2026-24345 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24345

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability in the EZCast Pro II Admin UI stems from improper input validation (CWE-20). The administrative interface fails to properly verify that requests originate from legitimate user interactions, allowing attackers to craft malicious web pages or links that, when visited by an authenticated administrator, execute unauthorized actions against the device.

The vulnerability requires an adjacent network position for exploitation, meaning the attacker must have access to the same network segment as the target device. Additionally, user interaction is required—specifically, an authenticated administrator must be tricked into visiting a malicious page or clicking a crafted link while their administrative session is active.

Upon successful exploitation, attackers can achieve high confidentiality and integrity impact, potentially accessing sensitive configuration data and modifying device settings without proper authorization.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-20) within the Admin UI request handling mechanism. The application fails to implement adequate CSRF protections such as anti-CSRF tokens, SameSite cookie attributes, or origin header validation. This allows state-changing requests to be executed without verifying that they originated from the legitimate administrative interface.

Attack Vector

The attack requires an adjacent network position, meaning the attacker must be on the same local network segment as the EZCast Pro II device. The attacker crafts a malicious web page containing hidden forms or JavaScript that automatically submits requests to the Admin UI endpoints.

When an administrator who is authenticated to the EZCast Pro II device visits the attacker's malicious page (through phishing, social engineering, or compromised websites), the browser automatically includes the admin's session credentials with the forged requests. The Admin UI processes these requests as if they came from the legitimate administrator, granting the attacker full access to administrative functions.

The attack mechanism involves embedding malicious requests in forms or JavaScript that target the EZCast Pro II Admin UI endpoints. When an authenticated administrator visits the attacker-controlled page, these requests are automatically submitted with valid session credentials. For detailed technical information, refer to the NTC Security Advisory.

Detection Methods for CVE-2026-24345

Indicators of Compromise

  • Unexpected configuration changes on EZCast Pro II devices without corresponding administrator activity
  • Administrative actions logged from unusual referrer URLs or without proper origin headers
  • Multiple rapid configuration requests that deviate from normal administrator behavior patterns

Detection Strategies

  • Monitor Admin UI access logs for requests with suspicious or missing Referer headers
  • Implement network traffic analysis to detect anomalous request patterns to the EZCast Pro II administrative interface
  • Review authentication logs for sessions where administrative actions correlate with browsing to external websites

Monitoring Recommendations

  • Enable detailed logging on EZCast Pro II devices to capture all administrative actions and their sources
  • Deploy network intrusion detection systems (NIDS) to monitor traffic to EZCast Pro II devices on the adjacent network
  • Implement Security Information and Event Management (SIEM) correlation rules to detect CSRF attack patterns

How to Mitigate CVE-2026-24345

Immediate Actions Required

  • Restrict network access to EZCast Pro II devices to only trusted administrator workstations
  • Administrators should use dedicated browser sessions or separate browsers when managing EZCast Pro II devices
  • Implement network segmentation to isolate EZCast Pro II devices from general user network segments
  • Educate administrators about the risks of visiting untrusted websites while authenticated to device management interfaces

Patch Information

Check the vendor's official channels and the NTC Security Advisory for firmware updates that address this CSRF vulnerability. Ensure EZCast Pro II devices are updated beyond version 1.17478.146 once a patched version becomes available.

Workarounds

  • Configure firewall rules to limit Admin UI access to specific trusted IP addresses only
  • Use a dedicated management network or VLAN for accessing EZCast Pro II administrative interfaces
  • Implement browser security extensions that block cross-origin requests to internal network resources
  • Require administrators to explicitly log out of the Admin UI after completing management tasks

Network administrators should implement strict access controls on the management interface. Consider using firewall rules to restrict access to the Admin UI from specific management workstations only, reducing the attack surface for CSRF exploitation.

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechEzcast

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/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:Y/R:X/V:X/RE:L/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • NTC Security Advisory
  • Related CVEs
  • CVE-2026-24344: EZCast Pro II Buffer Overflow Vulnerability

  • CVE-2026-24346: EZCast Pro II Auth Bypass Vulnerability

  • CVE-2026-24348: EZCast Pro II Admin UI XSS Vulnerability

  • CVE-2026-24347: EZCast Pro II Path Traversal Flaw
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