PoCs Check

Guide
中文

Clipboard Read Test Guide

Summary Description

Clipboard Read is used to test Dapp silent clipboard reading. When a Dapp reads from the clipboard, it should request permission, and by default, the Dapp should not be granted clipboard read access directly.

Vulnerability Identification

Copy any content to the clipboard, then click the "Click to Read Clipboard" button. If the copied content successfully appears on the page, the vulnerability is confirmed.

Solution

It is recommended to alert users about clipboard copy, paste, and read operations and to request user authorization before executing these actions.

Clipboard content will appear here.