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: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Server‑Side Request Forgery
Action: Patch Now
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. Based on the description, it is inferred that the attacker could potentially access 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. The CVSS score is 7.7, indicating a high severity, and the EPSS score is < 1%, indicating a low exploitation probability. 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 30, 2026 at 04:51 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 30, 2026 at 04:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Sun, 30 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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-30T00:56:53.491Z

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

Link: CVE-2026-16600

cve-icon Vulnrichment

Updated: 2026-08-30T00:50:02.675Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-31T20:14:36.250

Link: CVE-2026-16600

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T05:00:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)