VYPR

Web SDK

by CleverTap

Source repositories

CVEs (2)

  • CVE-2026-26862HigFeb 27, 2026
    risk 0.47cvss 8.3epss 0.00

    CleverTap Web SDK version 1.15.2 and earlier is vulnerable to DOM-based Cross-Site Scripting (XSS) via window.postMessage in the Visual Builder module. The origin validation in src/modules/visualBuilder/pageBuilder.js (lines 56-60) uses the includes() method to verify the…

  • CVE-2026-26861HigFeb 27, 2026
    risk 0.47cvss 8.3epss 0.00

    CleverTap Web SDK version 1.15.2 and earlier is vulnerable to Cross-Site Scripting (XSS) via window.postMessage. The handleCustomHtmlPreviewPostMessageEvent function in src/util/campaignRender/nativeDisplay.js performs insufficient origin validation using the includes() method,…