Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-51865 — Demonstrates an Insecure Direct Object Reference (IDOR) vulnerability in Ai2's playground chat, allowing attackers to brute-force predictable message IDs and access other users' conversation histories. | Kitploit
Tools/GitHubGitHub/secsys-fdu/cve-2025-51865
ReconnaissanceVulnerability AnalysisInformation GatheringWeb SecurityPapers & ResearchLearning & Education
GitHubsecsys-fdu/cve-2025-51865

CVE-2025-51865

Demonstrates an Insecure Direct Object Reference (IDOR) vulnerability in Ai2's playground chat, allowing attackers to brute-force predictable message IDs and access other users' conversation histories.

View Repository
211 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

Figure 2 Attacker

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.

Download Tool