CVE-2026-57732
Deferred Deferred - Pending Action

DOM-Based XSS in tagDiv Opt-In Builder

Vulnerability report for CVE-2026-57732, 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 Opt-In Builder td-subscription allows DOM-Based XSS.This issue affects tagDiv Opt-In Builder: from n/a through <= 1.7.4.

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 opt-in_builder to 1.7.4 (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 Cross-site Scripting (XSS) issue found in the tagDiv Opt-In Builder plugin, specifically in the td-subscription component. It occurs due to improper neutralization of input during web page generation, allowing an attacker to inject malicious scripts into the web page's Document Object Model (DOM). This is classified as a DOM-Based XSS vulnerability.

Detection Guidance

Detecting this DOM-Based Cross-Site Scripting (XSS) vulnerability in tagDiv Opt-In Builder (td-subscription) requires checking for the presence of the vulnerable plugin version and inspecting web pages for improper input handling.

  • Check the installed version of tagDiv Opt-In Builder on your WordPress site. The vulnerability affects versions up to and including 1.7.4. You can verify the version by navigating to the WordPress admin dashboard, then to Plugins, and locating tagDiv Opt-In Builder in the list.
  • Inspect web pages that use the td-subscription component for unsanitized input fields. DOM-Based XSS vulnerabilities often arise from improper handling of user-supplied data in JavaScript. Look for dynamic content insertion without proper escaping or validation.
  • Use a web vulnerability scanner like OWASP ZAP or Burp Suite to scan for XSS vulnerabilities. These tools can automate the detection of DOM-Based XSS by analyzing client-side scripts and input fields.
  • Manually test for the vulnerability by injecting simple XSS payloads (e.g., <script>alert(1)</script>) into input fields handled by the td-subscription component. If the payload executes, the vulnerability is present.
Impact Analysis

Exploitation of this vulnerability can lead to unauthorized execution of malicious scripts in the context of the affected web application. This can result in data theft, session hijacking, defacement, or other malicious actions that compromise the confidentiality, integrity, and availability of the affected system.

Compliance Impact

This vulnerability, a DOM-Based Cross-Site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data confidentiality, integrity, and user privacy.

  • GDPR: The vulnerability may lead to unauthorized access to user data or session hijacking, violating GDPR's requirements for data protection and user consent (Articles 5, 32). If exploited, it could result in the exposure of personal data, triggering mandatory breach notifications under Article 33.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could allow attackers to intercept or manipulate sensitive data, violating the HIPAA Security Rule's requirements for safeguarding electronic PHI (ePHI). This may lead to non-compliance with the technical safeguards outlined in 45 CFR Part 164.
  • General security standards: The vulnerability's CVSS score of 7.1 indicates a moderate-to-high risk, which may conflict with compliance frameworks like ISO 27001 or NIST SP 800-53 that mandate secure coding practices and vulnerability management.
Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update tagDiv Opt-In Builder to the latest version if a patch is available. Since the vulnerability affects versions up to and including 1.7.4, check the vendor's website or WordPress plugin repository for updates.
  • If no patch is available, consider disabling the plugin temporarily to prevent exploitation. This can be done via the WordPress admin dashboard under Plugins.
  • Implement a Web Application Firewall (WAF) to filter out malicious XSS payloads. Many WAFs can detect and block DOM-Based XSS attacks by analyzing incoming requests and responses.
  • Review and sanitize all user inputs in the td-subscription component. Ensure that any dynamic content inserted into the DOM is properly escaped using functions like textContent or libraries like DOMPurify.
  • Monitor your website for suspicious activity, such as unexpected script executions or unauthorized data access. Log and review client-side errors to detect potential exploitation attempts.

Chat Assistant

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

EPSS Chart