Cyber Resilience

CVE-2026-24345

Medium

Published: 27 January 2026

Published
27 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score v4 6.8 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
EPSS Score 0.0014 3.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-24345 is a medium-severity Improper Input Validation (CWE-20) vulnerability in Nimbletech Ezcast Pro Dongle Ii Firmware. Its CVSS base score is 6.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 3.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-24345 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Admin UI of EZCast Pro II version 1.17478.146. Published on 2026-01-27, this issue (mapped to CWE-20: Improper Input Validation and CWE-352: Cross-Site Request Forgery) allows attackers to bypass authorization checks, granting full access to the admin UI. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), reflecting high severity due to its potential for significant impact.

Attackers can exploit this vulnerability remotely over the network with low complexity and no required privileges, though it demands user interaction, such as an authenticated administrator visiting a malicious webpage or clicking a forged request. Successful exploitation enables full unauthorized access to the admin UI, resulting in high confidentiality, integrity, and availability impacts.

Mitigation guidance is available in the advisory from NTC Swiss at https://hub.ntc.swiss/ntcf-2025-32832, which security practitioners should consult for patching and workaround recommendations.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Cross-Site Request Forgery in Admin UI of EZCast Pro II version 1.17478.146 allows attackers to bypass authorization checks and gain full access to the admin UI

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

CSRF in network-accessible Admin UI directly enables remote exploitation of public-facing web application (T1190); UI:R requirement indicates delivery via malicious link requiring user execution (T1204.001).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24346Same product: Nimbletech Ezcast Pro Dongle Ii
CVE-2026-28201Shared CWE-20, CWE-352
CVE-2025-70031Shared CWE-352
CVE-2025-23902Shared CWE-352
CVE-2026-34384Shared CWE-352
CVE-2025-23880Shared CWE-352
CVE-2025-30550Shared CWE-352
CVE-2024-53829Shared CWE-352
CVE-2025-23805Shared CWE-352
CVE-2025-59541Shared CWE-352

Affected Assets

nimbletech
ezcast pro dongle ii firmware
1.17478.146

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 requires mechanisms such as anti-CSRF tokens to protect session authenticity, directly preventing forged requests from bypassing authorization in the Admin UI.

prevent

SI-10 enforces validation of inputs including request origins or tokens, addressing CWE-20 improper input validation that enables this CSRF vulnerability.

prevent

SI-2 mandates timely flaw remediation including patching the specific CSRF vulnerability in EZCast Pro II version 1.17478.146 as per the advisory.

References