CVE-2025-30631

7.1

AA-Team · Woocommerce Sales Funnel Builder, Amazon Affiliates Addon for WPBakery Page Builder

Two AA-Team WordPress plugins are vulnerable to reflected cross-site scripting (XSS) due to improper neutralization of user-supplied input during web page generation.

Executive summary

Reflected cross-site scripting vulnerabilities in multiple AA-Team WordPress plugins allow unauthenticated attackers to execute malicious scripts in the context of a victim's browser session.

Vulnerability

This is a reflected XSS vulnerability (CWE-79) where unauthenticated attackers can inject malicious scripts into web pages. The flaw exists because the plugins fail to properly neutralize input before rendering it back to the user.

Business impact

Successful exploitation allows attackers to execute arbitrary JavaScript in the browsers of unsuspecting users, potentially leading to session hijacking, unauthorized actions performed on behalf of the user, or the redirection of visitors to malicious sites. With a CVSS score of 7.1, this vulnerability represents a significant risk to user integrity and platform reputation. These attacks are particularly dangerous for e-commerce environments where sensitive user sessions and administrative interactions are frequent.

Remediation

Immediate Action: Since no specific patch version is currently confirmed, administrators should exercise caution and consider deactivating the affected plugins until security updates are provided by the vendor.

Proactive Monitoring: Monitor web server access logs for suspicious URL parameters containing encoded script tags or unusual patterns associated with XSS payloads.

Compensating Controls: Deploy a Web Application Firewall (WAF) with robust XSS protection rules to filter malicious input and block attempts to inject scripts into the vulnerable parameters.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the severity of reflected XSS in plugins handling e-commerce data, administrators must prioritize the protection of their user base. We recommend immediate deactivation of the affected plugins if they are not mission-critical and close monitoring of vendor channels for the release of security patches. Implementing a WAF remains the most effective temporary defense against this vector.

Sources

Originally found and disclosed by Tran Nguyen Bao Khanh (VCI - VNPT Cyber Immunity) | Patchstack Bug Bounty Program, per the CVE Program record.