Description
The Stumble! for WordPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.1.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Published: 2026-01-07
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting
Action: Immediate Patch
AI Analysis

Impact

The Stumble! for WordPress plugin is vulnerable to a reflected cross‑site scripting flaw caused by the use of the raw $_SERVER['PHP_SELF'] variable without proper sanitization or output escaping. An unauthenticated attacker can embed malicious JavaScript in the page when a user follows a crafted URL or link that includes the attacker’s code. This can lead to cookie theft, session hijacking, defacement, or malicious redirection, thereby compromising the confidentiality, integrity, and availability of the site for any visiting user. The vulnerability is a typical example of a client‑side injection weakness (CWE‑79).

Affected Systems

The affected product is the "Stumble! for WordPress" plugin, distributed by mitchoyoshitaka. All releases up to and including version 1.1.1 are impacted. Any WordPress installation that has this plugin active and serves pages that echo $_SERVER['PHP_SELF'] in the response will be vulnerable.

Risk and Exploitability

The CVSS score is 6.1, indicating a moderate severity. The EPSS score of less than 1% suggests that current exploitation activity is low, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is via a crafted link or URL that forces the vulnerable plugin to output the unsanitized string to the user’s browser. The attack requires no authentication; an attacker only needs to entice a victim to click the malicious link, which can be delivered through email, social media, or compromised sites.

Generated by OpenCVE AI on April 22, 2026 at 20:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Stumble! for WordPress plugin to the latest version that removes the vulnerable use of $_SERVER['PHP_SELF'] or uninstall the plugin entirely if it is no longer needed.
  • If an upgrade is not immediately possible, remove the plugin’s code that references $_SERVER['PHP_SELF'] and replace it with a properly sanitized function such as esc_html( $_SERVER['PHP_SELF'] ).
  • Implement a Content‑Security‑Policy header on the site to restrict the execution of inline scripts and mitigate the impact of any remaining cross‑site scripting attempts.

Generated by OpenCVE AI on April 22, 2026 at 20:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 08 Jan 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Mitchoyoshitaka
Mitchoyoshitaka stumble! For Wordpress
Wordpress
Wordpress wordpress
Vendors & Products Mitchoyoshitaka
Mitchoyoshitaka stumble! For Wordpress
Wordpress
Wordpress wordpress

Wed, 07 Jan 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 07 Jan 2026 09:30:00 +0000

Type Values Removed Values Added
Description The Stumble! for WordPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` variable in all versions up to, and including, 1.1.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Title Stumble! for WordPress <= 1.1.1 - Reflected Cross-Site Scripting via $_SERVER['PHP_SELF']
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Mitchoyoshitaka Stumble! For Wordpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:37:57.105Z

Reserved: 2025-12-05T17:00:28.923Z

Link: CVE-2025-14128

cve-icon Vulnrichment

Updated: 2026-01-07T15:50:11.566Z

cve-icon NVD

Status : Deferred

Published: 2026-01-07T12:16:53.507

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-14128

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T20:15:20Z

Weaknesses