Description
The Readabler plugin for WordPress is vulnerable to SQL Injection in all versions up to 2.0.18 (exclusive) due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-08-25
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Readabler WordPress plugin contains an unauthenticated SQL Injection flaw caused by inadequate escaping of a user‑supplied parameter and the absence of proper query preparation. Because this vulnerability can be triggered by any visitor to the site, attackers can inject additional SQL code into existing queries and retrieve sensitive database contents, including user credentials and private data. The weakness is classified as CWE‑89.

Affected Systems

All installations of Readabler for WordPress versions earlier than 2.0.18 are affected. The flaw exists in every release up to but not including 2.0.18, regardless of the WordPress site version or other plugins present.

Risk and Exploitability

The CVSS score of 7.5 places the vulnerability in the high severity range, indicating a non‑trivial risk to confidentiality and data integrity. An EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, but the lack of authentication controls and the public nature of the injection surface make exploitation likely via automated web requests. Attackers can mount the exploit simply by crafting a malicious URL or payload and sending it to the vulnerable endpoint, with no pre‑existing credentials required.

Generated by OpenCVE AI on August 25, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Readabler plugin to version 2.0.18 or later where the SQL injection vulnerability is fixed.
  • If an update is not currently feasible, remove or deactivate the Readabler plugin to eliminate the attack surface.
  • Implement application‑level input validation and use parameterized database queries to prevent future injection flaws.

Generated by OpenCVE AI on August 25, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Description The Readabler plugin for WordPress is vulnerable to SQL Injection in all versions up to 2.0.18 (exclusive) due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Readabler < 2.0.18 - Unauthenticated SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-25T09:27:52.120Z

Reserved: 2026-08-24T20:41:26.496Z

Link: CVE-2026-78576

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T10:18:13.877

Modified: 2026-08-25T10:18:13.877

Link: CVE-2026-78576

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T10:30:05Z

Weaknesses
  • CWE-89

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