Cyber Posture

CVE-2025-36548

HighPublic PoC

Published: 24 July 2025

Published
24 July 2025
Modified
03 November 2025
KEV Added
Patch
CVSS Score 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0027 50.0th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-36548 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Wwbn Avideo. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked at the 50.0th percentile by exploit likelihood (below the median); 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Browser Session Hijacking (T1185). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Flaw remediation directly patches the XSS vulnerability in the AVideo loginForm cancelUri parameter, preventing arbitrary JavaScript execution.

prevent

Information input validation rejects or sanitizes malicious payloads in the cancelUri parameter before processing, blocking the reflected XSS attack.

prevent

Information output filtering encodes the cancelUri parameter when reflected into HTML or JavaScript contexts, preventing execution of injected scripts.

MITRE ATT&CK Enterprise TechniquesAI

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
Why these techniques?

XSS enables direct browser session hijacking via arbitrary JS execution in victim context.

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

NVD Description

A cross-site scripting (xss) vulnerability exists in the LoginWordPress loginForm cancelUri 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…

more

visit a webpage to trigger this vulnerability.

Deeper analysisAI

CVE-2025-36548 is a cross-site scripting (XSS) vulnerability in the LoginWordPress loginForm cancelUri parameter functionality of WWBN AVideo version 14.4 and the dev master commit 8a8954ff. The flaw allows a specially crafted HTTP request to trigger arbitrary JavaScript execution in the context of a victim's browser session on the affected AVideo platform. It is classified under CWE-79 and carries a CVSS v3.1 base score of 8.3 (AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H), indicating high severity due to its potential for significant confidentiality, integrity, and availability impacts across a changed scope.

An unauthenticated attacker can exploit this vulnerability by enticing a user to visit a malicious webpage that sends a crafted request to the targeted AVideo instance. The high attack complexity and requirement for user interaction (UI:R) mean exploitation relies on social engineering, such as phishing links, but once triggered over the network (AV:N), it enables arbitrary JavaScript execution with the privileges of the logged-in user viewing the page. This could lead to session hijacking, data theft, or further compromise of the victim's account on the platform.

For mitigation details, refer to the Cisco Talos Intelligence advisory at https://talosintelligence.com/vulnerability_reports/TALOS-2025-2208, which provides technical analysis and recommended patches or workarounds for affected AVideo deployments.

Details

CWE(s)

Affected Products

wwbn
avideo
14.4

CVEs Like This One

CVE-2025-41420Same product: Wwbn Avideo
CVE-2025-53084Same product: Wwbn Avideo
CVE-2026-34375Same product: Wwbn Avideo
CVE-2025-50128Same product: Wwbn Avideo
CVE-2025-46410Same product: Wwbn Avideo
CVE-2026-33043Same product: Wwbn Avideo
CVE-2026-41064Same product: Wwbn Avideo
CVE-2026-33037Same product: Wwbn Avideo
CVE-2026-33648Same product: Wwbn Avideo
CVE-2026-33292Same product: Wwbn Avideo

References