Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-45960 PoC — tawk.to Live Chat 安全漏洞

Source
Associated Vulnerability
Title:tawk.to Live Chat 安全漏洞 (CVE-2025-45960)
Description:tawk.to Live Chat是美国tawk.to公司的一款在线聊天软件。 tawk.to Live Chat 1.6.1版本存在安全漏洞,该漏洞源于输入验证不足,可能导致跨站脚本。
Readme
# CVE-2025-45960 - tawk.to Live chat - 1.6.1 - Cross-Site Scripting (XSS) Vulnerability

## Confirmed on 1.6.1 (older versions likely affected)

## Description:
Found that the web application stores and displays user-supplied input without proper input validation or encoding. This leading to a malicious code stored on the server and later rendered to the user's web browser without appropriate sanitization. For example, the tester could stored malicious JavaScript on live chat and it can be executed on the website.

## Impact:
Allows an attackers to inject malicious code into the parameter on the system and potentially harm the users of the web application if user access the webpage that's malicious code stored. For example steal sensitive information, phishing attacks, damage to brand reputation.

## Proof of Concept (PoC):

Our testing revealed that the chat input field lacks sufficient input validation, allowing testers to inject HTML tags containing JavaScript code. When such a tag is clicked by a user, the embedded JavaScript executes within the user’s browser context. This behavior confirms the presence of a Stored Cross-Site Scripting vulnerability.

```
Payload: <img src='x' onclick='alert(document.domain)'>
```
![image](https://github.com/user-attachments/assets/49ce44a2-35e1-4101-9305-b434cacd98c4)


![image](https://github.com/user-attachments/assets/1661a1b6-0039-4391-a2df-f55226815e14)
File Snapshot

[4.0K] /data/pocs/1ff393144293d44dc1c635863499c183ecdea3e1 └── [1.4K] README.md 0 directories, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.