Description
The SmartAIPress WordPress plugin through 1.2.0 does not perform a capability check on one of its AJAX actions and does not validate a user-supplied URL before fetching it server-side, allowing users with subscriber-level access and above to make the site retrieve arbitrary internal or external URLs and read the response, resulting in a full-read Server-Side Request Forgery.
Published: 2026-08-29
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SmartAIPress WordPress plugin through version 1.2.0 fails to perform a capability check on the smartaipress_openai_upload_and_set_featured_image AJAX action and does not validate the URL that a client supplies before fetching it server‑side. A user who holds the Subscriber role or any higher privilege can send a crafted request that causes WordPress to retrieve an arbitrary internal or external URL and read the response content. This allows the attacker to read server‑side responses, effectively creating a full‑read Server‑Side Request Forgery vulnerability that can expose data beyond the website’s public scope.

Affected Systems

All WordPress installations that have SmartAIPress version 1.2.0 or earlier enabled are affected. The flaw applies to any site where the plugin is active and a user is assigned the Subscriber role or higher. No additional WordPress core or theme prerequisites are identified.

Risk and Exploitability

Because the vulnerability can be exploited via a simple AJAX request from any authenticated Subscriber user, the risk of exploitation is high in environments where such accounts exist. No CVSS score is provided, and the EPSS score is not available, so the exact exploitation likelihood cannot be quantified. The flaw is not listed in the CISA KEV catalog, but its public availability and low technical barrier make it a significant concern.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SmartAIPress to a version that includes proper capability checks and URL validation, or uninstall the plugin if it is not required.
  • Remove the capability that permits access to the smartaipress_openai_upload_and_set_featured_image AJAX endpoint from the Subscriber role or implement a custom role restriction so that only higher‑privileged users can invoke the action.
  • Configure a web‑application firewall or outbound request filter to block internal IP ranges (127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and non‑public URLs from being fetched by WordPress until the plugin is updated or removed.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 08:45:00 +0000

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

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

Type Values Removed Values Added
Description The SmartAIPress WordPress plugin through 1.2.0 does not perform a capability check on one of its AJAX actions and does not validate a user-supplied URL before fetching it server-side, allowing users with subscriber-level access and above to make the site retrieve arbitrary internal or external URLs and read the response, resulting in a full-read Server-Side Request Forgery.
Title SmartAIPress <= 1.2.0 - Subscriber+ Server-Side Request Forgery via smartaipress_openai_upload_and_set_featured_image
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

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

Reserved: 2026-07-22T14:12:51.034Z

Link: CVE-2026-16600

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-16600

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-918

    Server-Side Request Forgery (SSRF)