CVE-2026-57734
Deferred Deferred - Pending Action

Reflected Cross-Site Scripting in tagDiv Composer

Vulnerability report for CVE-2026-57734, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in tagDiv tagDiv Composer td-composer allows Reflected XSS.This issue affects tagDiv Composer: from n/a through <= 5.4.3.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tagdiv tagdiv_composer to 5.4.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Reflected Cross-site Scripting (XSS) issue in the tagDiv Composer plugin (td-composer) for tagDiv. It occurs due to improper neutralization of input during web page generation, which means that malicious input is not properly sanitized before being included in the web page. This allows an attacker to inject and execute malicious scripts in the context of a user's browser.

Detection Guidance

Detecting this reflected Cross-site Scripting (XSS) vulnerability in tagDiv Composer (td-composer) requires checking for improper input neutralization in web pages generated by the plugin. Since this is a web application vulnerability, network-based detection may not be straightforward, but you can follow these steps:

  • Use a web vulnerability scanner like OWASP ZAP, Burp Suite, or Nessus to scan your WordPress site for XSS vulnerabilities. These tools can automate the process of identifying reflected XSS flaws by sending crafted payloads and analyzing responses.
  • Manually test for reflected XSS by injecting simple payloads (e.g., <script>alert(1)</script>) into input fields or URL parameters of your WordPress site where the tagDiv Composer plugin is active. If the payload executes, the vulnerability is present.
  • Check the version of the tagDiv Composer plugin installed on your WordPress site. If the version is 5.4.3 or lower, your system is affected. You can verify the version by navigating to the WordPress admin dashboard, then Plugins > Installed Plugins, and locating tagDiv Composer.
  • Review web server logs for suspicious input patterns or unexpected script tags in URLs. This may indicate exploitation attempts or testing for the vulnerability.

No specific commands are provided for network detection since this is a web application vulnerability, not a network service flaw. Focus on application-level testing and version verification.

Impact Analysis

This vulnerability can lead to several impacts including the execution of malicious scripts in users' browsers, which can result in theft of sensitive information, session hijacking, defacement of websites, or redirection to malicious sites. The CVSS score of 7.1 indicates a high severity with potential impacts on confidentiality, integrity, and availability.

Compliance Impact

This vulnerability, a Reflected Cross-site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to expose sensitive data or allow unauthorized actions.

  • GDPR: Under GDPR, organizations must protect personal data from unauthorized access or disclosure. A Reflected XSS vulnerability could allow attackers to steal user session cookies, credentials, or other personal data, leading to a data breach. This may result in non-compliance with GDPR's data protection requirements (e.g., Article 5 on data integrity and confidentiality) and could trigger reporting obligations under Article 33.
  • HIPAA: For organizations handling protected health information (PHI), HIPAA requires safeguards to ensure the confidentiality, integrity, and availability of PHI. An XSS vulnerability could enable attackers to access or manipulate PHI, violating the HIPAA Security Rule (45 CFR Part 164, Subpart C). This could lead to penalties if the vulnerability is exploited and PHI is compromised.
  • Other standards: Compliance frameworks like PCI DSS (for payment data) or ISO 27001 (for information security) also require protection against injection attacks. Failure to mitigate XSS vulnerabilities may result in non-compliance with these standards.

The CVSS score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates the vulnerability is moderately severe, with potential for low impact on confidentiality, integrity, and availability. However, the context of the affected system (e.g., handling sensitive data) determines the actual compliance risk.

Mitigation Strategies

To mitigate this reflected XSS vulnerability in tagDiv Composer (td-composer), take the following immediate steps:

  • Update the tagDiv Composer plugin to the latest version if a patch is available. Since the vulnerability affects versions up to and including 5.4.3, check the plugin developer's website or WordPress plugin repository for updates.
  • If no patch is available, consider disabling the tagDiv Composer plugin temporarily until a fix is released. This will prevent exploitation but may impact site functionality.
  • Implement a web application firewall (WAF) to block XSS payloads. Rulesets like OWASP ModSecurity Core Rule Set (CRS) can help filter malicious input.
  • Sanitize user input and output in custom code or themes that interact with tagDiv Composer. Ensure all dynamic content is properly escaped using functions like esc_html(), esc_attr(), or esc_js() in WordPress.
  • Monitor your website for unusual activity, such as unexpected script execution or unauthorized changes to content. Log and review all input to detect exploitation attempts.
  • Educate users and administrators about the risks of XSS and the importance of avoiding untrusted links or input.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57734. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart