VYPR
Medium severity4.3NVD Advisory· Published May 27, 2026

CVE-2026-8938

CVE-2026-8938

Description

The auto making JSON-LD plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.5.3. This is due to missing or incorrect nonce validation on the amJL_certification function. This makes it possible for unauthenticated attackers to update the plugin's license key option, and subsequently trigger license validation and pro feature installation on the victim site without the administrator's consent via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. Successful exploitation can trigger downstream calls to amJL_is_license_valid() and amJL_download_and_install_pro_features(), meaning the impact extends beyond a simple settings change to unauthorized installation of plugin components.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The auto making JSON-LD plugin for WordPress up to 4.5.3 is vulnerable to CSRF, allowing attackers to update license keys and install pro features without admin consent.

Vulnerability

The auto making JSON-LD plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) in all versions up to and including 4.5.3. The vulnerability resides in the amJL_certification function within settings/certification.php [1][2]. The function lacks proper nonce validation, allowing unauthenticated attackers to forge requests that modify the plugin's license key option and trigger subsequent actions.

Exploitation

An attacker can exploit this CSRF vulnerability by crafting a malicious link or form that, when clicked or submitted by a logged-in administrator, sends a forged POST request to the vulnerable endpoint. The request sets the license key and triggers the amJL_is_license_valid() and amJL_download_and_install_pro_features() functions, leading to unauthorized installation of pro plugin components. No authentication is required for the attacker; only the victim administrator must perform an action such as clicking a link.

Impact

Successful exploitation allows an attacker to update the plugin's license key and initiate the download and installation of pro features. This can result in unauthorized modification of plugin settings and the installation of arbitrary plugin components, potentially leading to further compromise of the WordPress site, including remote code execution if the installed pro features contain malicious code.

Mitigation

As of the publication date (2026-05-27), no fixed version has been released. Users should consider disabling the plugin until a patch is available. Alternatively, implement a web application firewall rule to block requests to the vulnerable endpoint or enforce CSRF protection via additional security plugins. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.