Cyber Resilience

CVE-2025-28882

High

Published: 26 March 2025

Published
26 March 2025
Modified
23 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.0040 61.4th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-28882 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 in the top 38.6% of CVEs by exploit likelihood; 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-2025-28882 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Omnify Widget plugin developed by Omnify, Inc. for WordPress. The issue affects all versions of the plugin from n/a through 2.0.3, where user input is not properly sanitized during web page generation, enabling malicious script injection.

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), the vulnerability is exploitable remotely over the network by unauthenticated attackers with low attack complexity. Exploitation requires user interaction, such as clicking a malicious link, after which the changed scope allows limited impacts on confidentiality, integrity, and availability. Attackers can typically execute scripts in the victim's browser context to steal session cookies, perform unauthorized actions, or deface content.

The Patchstack advisory details this reflected XSS vulnerability in the WordPress Omnify plugin up to version 2.0.3 and serves as the primary reference for practitioners. Mitigation involves updating to a version beyond 2.0.3 if available, alongside standard XSS defenses like input validation, output encoding, and Content Security Policy implementation.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Omnify, Inc. Omnify omnify-widget allows Reflected XSS.This issue affects Omnify: from n/a through <= 2.0.3.

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.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
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.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
T1491 Defacement Impact
Adversaries may modify visual content available internally or externally to an enterprise network, thus affecting the integrity of the original content.
Why these techniques?

Reflected XSS in public-facing WordPress plugin directly enables T1190 (public-facing app exploitation) and T1203 (client execution via malicious script injection); requires T1204.001 (malicious link); facilitates T1185 (browser session hijacking), T1539 (steal web session cookie), and T1491 (defacement).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-0924Shared CWE-79
CVE-2025-23626Shared CWE-79
CVE-2025-23688Shared CWE-79
CVE-2026-25033Shared CWE-79
CVE-2018-25248Shared CWE-79
CVE-2025-23699Shared CWE-79
CVE-2025-68008Shared CWE-79
CVE-2025-0817Shared CWE-79
CVE-2024-55227Shared CWE-79
CVE-2025-25161Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces validation and sanitization of user inputs, directly preventing malicious script injection in reflected XSS vulnerabilities like this one.

prevent

Requires output filtering and encoding to neutralize unsanitized inputs before rendering, comprehensively mitigating reflected XSS execution in the browser.

prevent

Mandates timely identification, reporting, and patching of flaws, enabling remediation of the specific Omnify plugin vulnerability through updates beyond version 2.0.3.

References