PatchSiren cyber security CVE debrief
CVE-2026-8627 lykich CVE debrief
The Correct Prices plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the $_SERVER['PHP_SELF'] variable in versions up to and including 1.0. This is due to the correct_prices_page() function echoing $_SERVER['PHP_SELF'] into a form's action attribute without any input sanitization or output escaping. The vulnerability allows unauthenticated attackers to inject arbitrary web scripts by manipulating the path-info appended to the script URL. Users of the Correct Prices plugin for WordPress, particularly those with versions up to and including 1.0, should be aware of this vulnerability and take steps to mitigate it.
- Vendor
- lykich
- Product
- Correct Prices
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-20
- Original CVE updated
- 2026-05-20
- Advisory published
- 2026-05-20
- Advisory updated
- 2026-05-20
Who should care
Users of the Correct Prices plugin for WordPress, particularly those with versions up to and including 1.0, should be aware of this vulnerability and take steps to mitigate it. Affected operators and platforms should review compensating controls and implement input sanitization and output escaping for the correct_prices_page() function.
Technical summary
The vulnerability exists in the correct_prices_page() function, which echoes the $_SERVER['PHP_SELF'] variable into a form's action attribute without proper sanitization or escaping. This allows unauthenticated attackers to inject arbitrary web scripts by manipulating the path-info appended to the script URL. The Correct Prices plugin for WordPress is vulnerable to Reflected Cross-Site Scripting. The CVSS score is 6.1, indicating a medium severity vulnerability.
Defensive priority
Medium priority due to the CVSS score of 6.1 and the potential for unauthenticated attackers to inject arbitrary web scripts.
Recommended defensive actions
- Update the Correct Prices plugin to a version beyond 1.0, if available.
- Implement input sanitization and output escaping for the correct_prices_page() function.
- Use a web application firewall (WAF) to detect and prevent cross-site scripting attacks.
- Regularly monitor and update WordPress plugins to ensure the latest security patches are applied.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record was published on 2026-05-20T02:16:40.980Z and last modified on 2026-05-20T13:54:54.890Z. The NVD entry is currently Deferred. Evidence is limited to CVE and NVD details. Defenders should verify affected product deployments, review official advisories, and track exceptions.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-05-20T02:16:40.980Z and has not been modified since then. The NVD entry is currently Deferred.