CVE-2024-44044
Published: 16 February 2025
Summary
CVE-2024-44044 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 25.2th 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-15 (Information Output Filtering) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-44044 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-Site Scripting (XSS) under CWE-79, affecting the Oshine Modules WordPress plugin developed by brandexponents. The issue impacts all versions of Oshine Modules from n/a through those prior to 3.3.8. It has a CVSS v3.1 base score of 7.1 (High), with vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L.
The vulnerability can be exploited by unauthenticated attackers over the network with low complexity, requiring user interaction such as clicking a malicious link. Successful exploitation enables execution of arbitrary scripts in the victim's browser context due to reflected input not being properly neutralized during web page generation. This leads to low impacts on confidentiality, integrity, and availability, but with a changed scope that may affect other users or resources.
Patchstack advisories indicate that the vulnerability is addressed in Oshine Modules version 3.3.8, recommending immediate updates to this or later versions for mitigation. Additional details are available at https://patchstack.com/database/Wordpress/Plugin/oshine-modules/vulnerability/wordpress-oshine-modules-plugin-3-3-8-reflected-cross-site-scripting-xss-vulnerability-2?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4883
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in brandexponents Oshine Modules oshine-modules allows Reflected XSS.This issue affects Oshine Modules: from n/a through < 3.3.8.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of web app (T1190) and arbitrary JavaScript execution in browser (T1059.007) via malicious link.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses the CVE by requiring timely remediation through patching the vulnerable Oshine Modules plugin to version 3.3.8 or later.
Prevents reflected XSS by filtering and encoding user input prior to output during web page generation in the WordPress plugin.
Mitigates the vulnerability by validating and neutralizing malicious inputs before they are reflected in web pages by the plugin.