CVE-2025-51684
Received Received - Intake

CleverTap Web SDK XSS via Unsanitized postMessage

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

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: MITRE

Description

CleverTap Web SDK v1.15.1 is vulnerable to Cross Site Scripting (XSS). The application does not sanitize untrusted data received via window.postMessage before injecting it into the page DOM. An attacker can craft a malicious message that, when processed by renderCustomHtml, results in execution of arbitrary JavaScript in the context of the hosting site.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
clevertap clevertap_web_sdk 1.15.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CleverTap Web SDK v1.15.1 is vulnerable to Cross Site Scripting (XSS). The application fails to sanitize untrusted data received via window.postMessage before injecting it into the page DOM. An attacker can send a malicious message that, when processed by the renderCustomHtml function, executes arbitrary JavaScript in the context of the hosting site.

Detection Guidance

To detect this XSS vulnerability in CleverTap Web SDK v1.15.1, inspect network traffic for postMessage events containing untrusted data. Check if renderCustomHtml processes messages without sanitization. Use browser developer tools to monitor DOM changes and look for injected scripts.

Impact Analysis

This vulnerability allows attackers to execute arbitrary JavaScript in the context of your website. This could lead to theft of sensitive user data, session hijacking, defacement of your website, or redirection to malicious sites. Users interacting with the affected site may have their data compromised without their knowledge.

Compliance Impact

This vulnerability could lead to violations of GDPR and HIPAA by exposing personal or health data to unauthorized parties. GDPR requires protection of user data, and HIPAA mandates safeguards for protected health information. A breach via XSS could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately upgrade to a patched version of CleverTap Web SDK beyond v1.15.1. If upgrading is not possible, implement input validation for postMessage events and sanitize all dynamic content before DOM insertion. Disable the renderCustomHtml function if unused.

Chat Assistant

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

EPSS Chart