Cyber Resilience

CVE-2024-30461

High

Published: 05 January 2026

Published
05 January 2026
Modified
15 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.0007 22.6th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-30461 is a high-severity Cross-site Scripting (CWE-79) 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 22.6th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-30461 is an Improper Neutralization of Input During Web Page Generation vulnerability that enables DOM-Based Cross-Site Scripting (XSS) in the Tumult Hype Animations WordPress plugin from Tumult Inc. The flaw affects all versions of the plugin from n/a through 1.9.11 and is classified under CWE-79 with a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L).

Unauthenticated attackers (PR:N) can exploit this vulnerability remotely over the network (AV:N) with low complexity (AC:L), though it requires user interaction (UI:R) such as clicking a malicious link or performing a specific action. Successful exploitation changes the scope (S:C), allowing limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), typically through script injection into the Document Object Model to steal session data or perform actions in the victim's context.

The Patchstack advisory at https://patchstack.com/database/wordpress/plugin/tumult-hype-animations/vulnerability/wordpress-tumult-hype-animations-plugin-1-9-11-csrf-to-xss-vulnerability?_s_id=cve details the vulnerability, including CSRF-to-XSS vectors, and provides guidance for WordPress site administrators on mitigation, such as updating the plugin or applying available patches.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Tumult Inc Tumult Hype Animations allows DOM-Based XSS.This issue affects Tumult Hype Animations: from n/a through 1.9.11.

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?

DOM-based XSS in public-facing WordPress plugin directly enables remote exploitation of the web application (T1190) via crafted input leading to script execution in victim browsers.

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

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and neutralization of untrusted input before it is used in web page generation, blocking the DOM-based XSS payload described in CVE-2024-30461.

prevent

Mandates filtering or encoding of information output to web clients, preventing injected scripts from executing in the victim's DOM as exploited by this vulnerability.

preventdetect

Requires mechanisms to detect and block malicious code (including script payloads) delivered via web content, providing secondary mitigation against the unauthenticated XSS vector.

References