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

Goal: 1000 CNY · Raised: 1110 CNY

100%

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

Source
Associated Vulnerability
Title:tawk.to Live Chat 安全漏洞 (CVE-2025-45960)
Description:Cross Site Scripting vulnerability in tawk.to Live Chat v.1.6.1 allows a remote attacker to execute arbitrary code via the web application stores and displays user-supplied input without proper input validation or encoding
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. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →