Description
The Rest Routes WordPress plugin through 5.5.5 does not sanitize and validate a value taken from the URL of one of its public REST routes before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection attacks.
Published: 2026-08-29
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Rest Routes WordPress plugin up to version 5.5.5 contains a flaw where the table name supplied in the path of the public REST endpoint custom‑tables/tables/{table_name} is used directly in a SQL query without sanitization. Because no validation occurs, an unauthenticated attacker can inject arbitrary SQL code, allowing them to read or alter the database contents. This weakness aligns with CWE‑89, a vulnerability that can compromise data confidentiality, integrity, and availability.

Affected Systems

All installations of the Rest Routes plugin for WordPress running version 5.5.5 or earlier are susceptible. The vendor does not specify a sub‑version, so any deployment that has not updated beyond 5.5.5 is considered vulnerable. The vulnerability resides in a public API endpoint, meaning that any site with the plugin enabled is at risk.

Risk and Exploitability

The EVIL vector is publicly reachable; the likely attack involves sending an unauthenticated HTTP request to the custom‑tables endpoint with a crafted table name to trigger SQL injection. Because authentication is not required, the risk is elevated and a successful exploit could lead to data exfiltration, modification, or deletion. The EPSS score is not available, and the flaw is not in the CISA KEV catalog, but the breadth of data in a typical WordPress database and the lack of any protection make the exploitability high.

Generated by OpenCVE AI on August 29, 2026 at 08:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Rest Routes plugin to the latest available version that includes input validation for the custom‑tables endpoint.
  • If an immediate upgrade is not possible, block external access to the custom‑tables/tables path using a web‑application firewall or server configuration rule.
  • If the plugin’s functionality is not required, disable or uninstall it to remove the vulnerable endpoint.

Generated by OpenCVE AI on August 29, 2026 at 08:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Rest Routes WordPress plugin through 5.5.5 does not sanitize and validate a value taken from the URL of one of its public REST routes before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection attacks.
Title Rest Routes <= 5.5.5 - Unauthenticated SQLi via custom-tables/tables/{table_name}
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-29T06:00:18.773Z

Reserved: 2026-07-17T12:28:00.240Z

Link: CVE-2026-16061

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T06:17:00.247

Modified: 2026-08-29T06:17:00.247

Link: CVE-2026-16061

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T08:30:06Z

Weaknesses

No weakness.