Cyber Resilience

CVE-2024-32537

High

Published: 20 March 2026

Published
20 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0001 0.4th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-32537 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 0.4th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2024-32537 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the joshuae1974 Flash Video Player WordPress plugin. This issue affects all versions from an unspecified initial release through 5.0.4. The vulnerability carries a CVSS v3.1 base score of 7.1, reflecting network accessibility, low attack complexity, no required privileges, user interaction dependency, changed scope, and low impacts on confidentiality, integrity, and availability.

Remote attackers without privileges can exploit this CSRF flaw by tricking authenticated users into submitting malicious requests, such as via a crafted webpage or link that the user interacts with (e.g., clicking or loading a page). Exploitation requires user interaction but can alter the security context, potentially enabling limited disruptions to data exposure, modification, or system availability.

The Patchstack advisory at https://patchstack.com/database/wordpress/plugin/flash-video-player/vulnerability/wordpress-flash-video-player-plugin-5-0-4-csrf-to-xss-vulnerability?_s_id=cve describes this as a CSRF-to-XSS vulnerability in the WordPress Flash Video Player plugin up to version 5.0.4, recommending practitioners review it for mitigation details, such as updating the plugin or implementing CSRF protections.

EU & UK References

Vulnerability details

Cross-Site request forgery (CSRF) vulnerability in joshuae1974 Flash Video Player allows Cross Site Request Forgery.This issue affects Flash Video Player: from n/a through 5.0.4.

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.
Why these techniques?

CSRF-to-XSS in public-facing WordPress plugin directly enables exploitation of a web application vulnerability.

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

CVEs Like This One

CVE-2024-37102Shared CWE-352
CVE-2024-37450Shared CWE-352
CVE-2025-23558Shared CWE-352
CVE-2025-68722Shared CWE-352
CVE-2025-31440Shared CWE-352
CVE-2025-23848Shared CWE-352
CVE-2025-22571Shared CWE-352
CVE-2024-53684Shared CWE-352
CVE-2025-23455Shared CWE-352
CVE-2025-22582Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2024-32537 by identifying and patching the CSRF-to-XSS flaw in the Flash Video Player WordPress plugin up to version 5.0.4.

prevent

Protects session authenticity to prevent forged requests that exploit the CSRF vulnerability by requiring tokens or origin validation.

prevent

Filters information outputs to mitigate the XSS consequences resulting from successful CSRF exploitation in the plugin.

References