Description
The Newsletters plugin for WordPress is vulnerable to time-based SQL Injection via the ‘orderby' parameter in all versions up to, and including, 4.9.9.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-05-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection allowing data exfiltration
Action: Immediate Patch
AI Analysis

Impact

The Newsletters plugin for WordPress contains a time‑based SQL injection flaw through the unchecked ‘orderby’ parameter. This weakness is CWE‑89 and permits authenticated attackers with Contributor‑level or higher permissions to inject and execute arbitrary SQL clauses in existing queries. Successful exploitation enables the attacker to read privileged database data, potentially exposing user credentials, email lists and other sensitive information. The likely attack vector is via the plugin’s shortcode URL where the orderby value is passed by an authenticated user.

Affected Systems

The affected product is the Newsletters plugin for WordPress, a contrib plugin, in all releases up to and including version 4.9.9.8.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. Combined with an EPSS score of less than 1 % and the fact that the flaw is not listed in the CISA KEV catalog, the current external exploitation risk is low, but vulnerable installations remain at risk if an attacker gains Contributor‑level access. The exploitation requires web‑based interaction with the plugin’s shortcode and authenticated access, making it less likely to be leveraged by random attackers but still a meaningful threat to sites with such user roles.

Generated by OpenCVE AI on April 21, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Newsletters plugin to the latest version (≥ 4.9.9.9) where the orderby parameter is sanitized and the vulnerability is fixed.
  • If an upgrade is not immediately possible, disable the shortcode or restrict Contributor‑level users from executing it until the fix is applied.
  • Re‑apply proper parameterization to any custom shortcode code that interacts with the database and validate that the orderby parameter is removed or limited to a whitelist of safe values.

Generated by OpenCVE AI on April 21, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-14371 The Newsletters plugin for WordPress is vulnerable to time-based SQL Injection via the ‘orderby' parameter in all versions up to, and including, 4.9.9.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
History

Tue, 13 May 2025 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 13 May 2025 07:00:00 +0000

Type Values Removed Values Added
Description The Newsletters plugin for WordPress is vulnerable to time-based SQL Injection via the ‘orderby' parameter in all versions up to, and including, 4.9.9.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Newsletters <= 4.9.9.8 - Authenticated (Contributor+) SQL Injection orderby Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:46:44.197Z

Reserved: 2025-04-02T00:14:26.865Z

Link: CVE-2025-3107

cve-icon Vulnrichment

Updated: 2025-05-13T13:24:47.264Z

cve-icon NVD

Status : Deferred

Published: 2025-05-13T07:15:51.070

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

Link: CVE-2025-3107

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T21:00:36Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')