CVE-2026-15002
7.2WordPress · Autopay (platnosci-online-blue-media)
The Autopay plugin for WordPress is susceptible to Stored Cross-Site Scripting (XSS) due to improper neutralization of user-supplied input, potentially allowing execution of malicious scripts.
Executive summary
A Stored Cross-Site Scripting vulnerability in the Autopay plugin for WordPress allows unauthenticated attackers to execute arbitrary scripts in the context of a user session.
Vulnerability
This is a Stored Cross-Site Scripting (CWE-79) vulnerability where the plugin fails to sanitize input properly. The vulnerability is exploitable by unauthenticated attackers, as indicated by the CVSS vector's PR:N (Privileges Required: None) attribute.
Business impact
Successful exploitation allows an attacker to inject malicious scripts into the web application, which can lead to session hijacking, unauthorized actions on behalf of the victim, or the redirection of users to malicious sites. With a CVSS score of 7.2, this vulnerability represents a significant security risk, as it compromises the integrity and confidentiality of the user interface.
Remediation
Immediate Action: Update the Autopay plugin to version 5.0.1 or later to apply the necessary input sanitization patches.
Proactive Monitoring: Review web access logs for unusual traffic patterns or suspicious injection attempts directed at plugin-related files.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common XSS payloads in incoming requests.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS score and the nature of Stored XSS, administrators should prioritize updating the Autopay plugin immediately. Failure to patch may expose users and administrative sessions to malicious script execution.