cve/2025/CVE-2025-24886.md
2025-09-29 21:09:30 +02:00

1.2 KiB

CVE-2025-24886

Description

pwn.college is an education platform to learn about, and practice, core cybersecurity concepts in a hands-on fashion. Incorrect symlink checks on user specified dojos allows for users (admin not required) to perform an LFI from the CTFd container. When a user clones or updates repositories, a check is performed to see if the repository had contained any symlinks. A malicious user could craft a repository with symlinks pointed to sensitive files and then retrieve them using the CTFd website.

POC

Reference

Github

No PoCs found on GitHub currently.