Cyber Resilience

CVE-2025-46410

CriticalPublic PoC

Published: 24 July 2025

Published
24 July 2025
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 9.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0047 65.3th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-46410 is a critical-severity Cross-site Scripting (CWE-79) vulnerability in Wwbn Avideo. Its CVSS base score is 9.6 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 34.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-46410 is a cross-site scripting (XSS) vulnerability in the managerPlaylists PlaylistOwnerUsersId parameter functionality of WWBN AVideo version 14.4 and the dev master commit 8a8954ff. The flaw allows a specially crafted HTTP request to lead to arbitrary JavaScript execution, classified under CWE-79 with a CVSS v3.1 base score of 9.6 (AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H).

The vulnerability can be exploited by an unauthenticated attacker over the network with low complexity, requiring only user interaction such as visiting a malicious webpage. Successful exploitation enables arbitrary JavaScript execution in the context of the victim's browser, potentially resulting in high confidentiality, integrity, and availability impacts due to the cross-origin scope change.

Details on the vulnerability, including technical analysis, are available in the Talos Intelligence advisory at https://talosintelligence.com/vulnerability_reports/TALOS-2025-2205. No specific patch or mitigation information is detailed in the provided references.

EU & UK References

Vulnerability details

A cross-site scripting (xss) vulnerability exists in the managerPlaylists PlaylistOwnerUsersId parameter functionality of WWBN AVideo 14.4 and dev master commit 8a8954ff. A specially crafted HTTP request can lead to arbitrary Javascript execution. An attacker can get a user to visit…

more

a webpage to trigger this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
Why these techniques?

XSS enables arbitrary JS execution via crafted request and victim visiting malicious page, directly mapping to drive-by compromise.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-50128Same product: Wwbn Avideo
CVE-2026-34375Same product: Wwbn Avideo
CVE-2025-36548Same product: Wwbn Avideo
CVE-2025-53084Same product: Wwbn Avideo
CVE-2025-41420Same product: Wwbn Avideo
CVE-2026-34374Same product: Wwbn Avideo
CVE-2026-33647Same product: Wwbn Avideo
CVE-2026-27732Same product: Wwbn Avideo
CVE-2026-33480Same product: Wwbn Avideo
CVE-2026-33354Same product: Wwbn Avideo

Affected Assets

wwbn
avideo
14.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the XSS vulnerability by requiring identification, reporting, and correction of the flaw in the managerPlaylists PlaylistOwnerUsersId parameter.

prevent

Prevents arbitrary JavaScript execution by validating and sanitizing inputs to the vulnerable PlaylistOwnerUsersId parameter.

prevent

Blocks XSS exploitation by filtering and encoding outputs derived from the PlaylistOwnerUsersId parameter before rendering in the browser.

References