CVE-2025-62031

7.1

tagDiv · tagDiv Composer

The tagDiv Composer plugin for WordPress is vulnerable to reflected cross-site scripting (XSS) due to improper neutralization of user-supplied input during web page generation.

Executive summary

A stored or reflected cross-site scripting vulnerability in the tagDiv Composer plugin allows unauthenticated attackers to execute arbitrary scripts in the browsers of site users.

Vulnerability

This vulnerability is classified as CWE-79, Improper Neutralization of Input During Web Page Generation. It allows an unauthenticated attacker to inject malicious scripts into the web page, which then execute within the context of the user session.

Business impact

Successful exploitation of this vulnerability can lead to session hijacking, unauthorized actions performed on behalf of users, and the potential theft of sensitive session cookies. Given the CVSS score of 7.1, this represents a High severity risk, as it facilitates unauthorized interactions with the application that could result in significant reputational damage and loss of user trust.

Remediation

Immediate Action: Update the tagDiv Composer plugin to version 5.4.2 or the latest available version provided by the vendor to resolve the input sanitization flaw.

Proactive Monitoring: Monitor web server access logs for anomalous URL parameters containing script tags or suspicious encoded characters that may indicate XSS probing.

Compensating Controls: Deploy a Web Application Firewall (WAF) with active cross-site scripting filtering rules to inspect and block malicious payloads directed at the vulnerable component.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

This vulnerability presents a significant risk to site integrity and user security. Security teams should prioritize updating the tagDiv Composer plugin immediately to prevent potential exploitation. If an update is not immediately feasible, ensure that WAF protections are active to mitigate the risk of script injection until the patch can be applied.

Sources

Originally found and disclosed by João Pedro S Alcântara (Kinorth) | Patchstack Bug Bounty Program, per the CVE Program record.