SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2025-51684

MEDIUM · CVSS 6.1 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

The CleverTap Web SDK v1.15.1 is susceptible to Cross Site Scripting (XSS) due to inadequate sanitization of untrusted data received via window.postMessage, allowing attackers to execute arbitrary JavaScript in the context of the hosting site. This vulnerability poses a risk to applications utilizing this SDK, particularly those that handle user-generated content or integrate with third-party services. Developers and security teams using this version of the SDK should prioritize remediation to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-51684
Severity
MEDIUM
CVSS
6.1
EPSS
0.22%
Java

Original NVD 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.