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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-51865 PoC — Ai2 Playground 安全漏洞

Source
Associated Vulnerability
Title:Ai2 Playground 安全漏洞 (CVE-2025-51865)
Description:Ai2 Playground是Ai2 Playground公司的一个AI大模型网站。 Ai2 Playground 2025-06-03及之前版本存在安全漏洞,该漏洞源于不安全的直接对象引用,可能导致获取敏感信息。
Readme
# CVE-2025-51865

## Vulnerability description

   Ai2 is a Seattle based non-profit AI research institute. Ai2 provide a playground web application to chat with their LLM, which is vulnerable to Insecure Direct Object Reference (IDOR) in its chat component. An attacker can exploit this IDOR to tamper other users' conversation.

## Attack Vectors

   Conversation histories for all users are stored on the server. However, Ai2's server does not distinguish the ownership or sharing status of individual conversation histories. Consequently, an attacker can access other users' conversation histories, even those not publicly shared by their owners, by brute-forcing the conversation message IDs.

   The conversation message ID format is predictable and susceptible to brute-force attacks. It consists of a fixed prefix `msg_` followed by a 10-character string. This string is composed of alternating uppercase letters and digits (e.g., `A1A1A1A1A1`). The POC is as fowllowing:

   ![Figure 1 Victim](./figure1.png)

   ![Figure 2 Attacker](./figure2.png)

## Vulnerability affected

   This vulnerability can have an impact on any user of https://playground.allenai.org. The chat history of user will be stolen with brute-forced message_id.
File Snapshot

[4.0K] /data/pocs/0fd40a743bd9ca7f3a954e8c5e54d05395453b59 ├── [205K] figure1.png ├── [223K] figure2.png └── [1.2K] README.md 0 directories, 3 files
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.