CVE-2025-68889
7.1Pinpoll · Pinpoll
The Pinpoll WordPress plugin is vulnerable to Reflected Cross-Site Scripting (XSS) due to improper neutralization of user-supplied input during web page generation.
Executive summary
A Reflected Cross-Site Scripting vulnerability in the Pinpoll plugin for WordPress allows unauthenticated attackers to execute malicious scripts in a user's browser session.
Vulnerability
The vulnerability is a Reflected Cross-Site Scripting (XSS) flaw, categorized as CWE-79, which occurs because the application fails to properly sanitize input. This allows an unauthenticated attacker to inject malicious scripts that execute within the context of the victim's browser.
Business impact
Successful exploitation of this vulnerability can lead to session hijacking, unauthorized actions performed on behalf of the user, or the redirection of users to malicious websites. With a CVSS score of 7.1, this represents a high-severity risk that could compromise the integrity of the user experience and potentially lead to credential theft.
Remediation
Immediate Action: Users should immediately check for and apply any available updates for the Pinpoll plugin, or deactivate the plugin if a patched version is not yet provided by the vendor.
Proactive Monitoring: Security teams should monitor web access logs for suspicious URL parameters containing script tags or encoded characters that are indicative of XSS probe attempts.
Compensating Controls: Deploying a Web Application Firewall (WAF) with robust XSS filtering rules can help block malicious payloads from reaching the application while a permanent fix is pending.
Exploitation status
Public Exploit Available: No (exploit_available: false).
Analyst recommendation
Given the high CVSS score and the nature of Reflected XSS, organizations should prioritize securing their web environment. Administrators should verify the plugin version in use and ensure that the software is updated to the latest available release to mitigate the risk of script injection attacks.
Sources
Originally found and disclosed by Nguyen Xuan Chien | Patchstack Bug Bounty Program, per the CVE Program record.