CVE-2025-68873

7.1

chloédigital · PRIMER

The PRIMER plugin for WordPress contains a Reflected Cross-site Scripting vulnerability due to improper input sanitization, potentially allowing attackers to execute malicious scripts in user browsers.

Executive summary

A Reflected Cross-site Scripting vulnerability in the chloédigital PRIMER plugin for WordPress poses a risk of unauthorized script execution for users interacting with the affected software.

Vulnerability

This vulnerability is a Reflected Cross-site Scripting (XSS) flaw categorized under CWE-79, where insufficient neutralization of user-supplied input allows unauthenticated attackers to inject malicious scripts into web pages generated by the plugin.

Business impact

Successful exploitation of this vulnerability could lead to the theft of session cookies, redirection of users to malicious sites, or unauthorized actions performed on behalf of legitimate users. With a CVSS score of 7.1, this flaw is categorized as High severity, as it facilitates client-side attacks that can compromise user integrity and confidentiality within the WordPress environment.

Remediation

Immediate Action: Administrators should check the WordPress plugin repository for security updates and apply them as soon as they become available to patch the vulnerable code.

Proactive Monitoring: Security teams should review web server access logs for suspicious URL parameters containing script tags or encoded characters that signify injection attempts.

Compensating Controls: Deploying a Web Application Firewall (WAF) with active XSS filtering rules can help block malicious payloads from reaching the application while awaiting a permanent vendor patch.

Exploitation status

Public Exploit Available: No (Exploit_available: false).

Analyst recommendation

Given the High severity rating, organizations utilizing the PRIMER plugin should prioritize auditing their installations and applying the vendor patch immediately upon release. Until an update is confirmed, restrict administrative access where possible and employ robust WAF rules to detect and intercept potential reflected script injection attempts.

Sources

Originally found and disclosed by Nguyen Xuan Chien | Patchstack Bug Bounty Program, per the CVE Program record.