Description
The NewStatPress WordPress plugin before 1.4.5 does not sanitise and escape data derived from unauthenticated visitor requests before storing it and later outputting it in one of its widgets, which could allow unauthenticated attackers to perform Stored Cross-Site Scripting attacks against users viewing the affected widget.
Published: 2026-07-31
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The NewStatPress WordPress plugin fails to sanitize or escape content supplied by unauthenticated visitors before storing it to the database. When that stored data is later rendered in the Top Post Widget, the raw input is inserted directly into the page response, enabling malicious scripts to execute in the browsers of any user who views the widget. This flaw is a classic Stored Cross‑Site Scripting vulnerability, CVE‑2026‑14845.

Affected Systems

Any WordPress site that has the NewStatPress plugin installed and uses a plugin version earlier than 1.4.5, particularly the Top Post widget, is vulnerable. Sites that deploy the plugin on a public‑facing WordPress installation without additional content‑security measures are at risk.

Risk and Exploitability

The CVSS score of 6.1 indicates a medium severity vulnerability that allows stored cross‑site scripting via unauthenticated requests. The EPSS score of less than 1% suggests a low probability of exploitation at this time, and it is not listed in the CISA KEV catalog, implying no known widespread exploitation. Nonetheless, a stored XSS can compromise any user who views the vulnerable widget, posing a threat to confidentiality and integrity. Based on the description the attack vector appears to be an unauthenticated web request that stores malicious payloads in the plugin’s database, followed by subsequent page loads by victim browsers.

Generated by OpenCVE AI on August 4, 2026 at 11:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest plugin version 1.4.5 or newer to the NewStatPress installation.
  • Temporarily disable the Top Post widget or apply a strict Content Security Policy that blocks inline scripts to mitigate the risk while awaiting an update.
  • Scan the database for stored content that may contain malicious scripts, remove or sanitize it, and ensure future input is properly escaped by the plugin.

Generated by OpenCVE AI on August 4, 2026 at 11:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Newstatpress Project
Newstatpress Project newstatpress
Wordpress
Wordpress wordpress
Vendors & Products Newstatpress Project
Newstatpress Project newstatpress
Wordpress
Wordpress wordpress

Fri, 31 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
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'}

ssvc

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


Fri, 31 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Fri, 31 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The NewStatPress WordPress plugin before 1.4.5 does not sanitise and escape data derived from unauthenticated visitor requests before storing it and later outputting it in one of its widgets, which could allow unauthenticated attackers to perform Stored Cross-Site Scripting attacks against users viewing the affected widget.
Title NewStatPress < 1.4.5 - Unauthenticated Stored XSS via Top Post Widget
References

Subscriptions

Newstatpress Project Newstatpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-31T19:38:14.518Z

Reserved: 2026-07-06T11:34:05.550Z

Link: CVE-2026-14845

cve-icon Vulnrichment

Updated: 2026-07-31T19:38:03.205Z

cve-icon NVD

Status : Received

Published: 2026-07-31T07:16:25.530

Modified: 2026-07-31T20:16:46.860

Link: CVE-2026-14845

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T11:45:03Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')