Description
The EmbedPress WordPress plugin before 4.6.4 does not have proper authorization on a public review-loading action, allowing unauthenticated users to force the site to make repeated billable third-party API requests using the site's own configured API key, and to create an unbounded number of attacker-controlled rows in the database.
Published: 2026-09-05
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in the EmbedPress plugin allows anyone on the internet to trigger the site’s Google Reviews API calls using the site’s own API key, forcing the site to incur billing charges without authorization. The same action also creates unlimited database entries, causing possible storage exhaustion and data integrity problems. This vulnerability highlights improper access control and unchecked data creation, giving an attacker full control over the site’s external API usage.

Affected Systems

The vulnerability is present in EmbedPress WordPress plugin versions 4.6.0 through 4.6.3. Versions 4.6.4 and later contain the fix.

Risk and Exploitability

There is no EPSS data, and the vulnerability is not listed in the KEV catalog, suggesting it has not yet been widely exploited. However, because the flaw permits unauthenticated public requests, an attacker can easily trigger API calls by simply visiting a crafted URL on the vulnerable site. The lack of authorization checks and the ability to create an unbounded number of database rows make the attack trivial and scalable, increasing the risk of both economic impact from third‑party API usage and system degradation from excessive data growth.

Generated by OpenCVE AI on September 5, 2026 at 07:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the EmbedPress plugin to version 4.6.4 or later, which implements proper authorization for the review‑loading action.
  • Immediately audit the database lookups for excessive rows created by the vulnerability and remove any orphaned or malicious entries.
  • Configure your web server or WAF to block or rate‑limit unauthenticated requests to the review‑loading endpoint until the plugin is patched.
  • Consider disabling the Google Reviews API in the plugin settings if the feature is not required, or re‑configure the API key to be restricted to the domain of the site to limit abuse.

Generated by OpenCVE AI on September 5, 2026 at 07:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-400

Sat, 05 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The EmbedPress WordPress plugin before 4.6.4 does not have proper authorization on a public review-loading action, allowing unauthenticated users to force the site to make repeated billable third-party API requests using the site's own configured API key, and to create an unbounded number of attacker-controlled rows in the database.
Title EmbedPress 4.6.0 - 4.6.3 - Unauthenticated Google Reviews API Quota Consumption and Database Bloat
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-05T06:00:10.456Z

Reserved: 2026-09-02T16:28:22.323Z

Link: CVE-2026-84936

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T07:17:14.873

Modified: 2026-09-05T07:17:14.873

Link: CVE-2026-84936

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T07:45:05Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-400

    Uncontrolled Resource Consumption