## https://sploitus.com/exploit?id=C16903A3-0054-5539-9551-F400703F58C8
# CVE-2025-32463 ๐จ

> **Privilege escalation to root using `sudo chroot`. No need for gcc installed.**
---
## ๐ What is CVE-2025-32463?
CVE-2025-32463 is a Linux vulnerability that allows a local attacker to escalate privileges to root by abusing the `sudo chroot` command. Unlike similar exploits, this technique does **not require gcc** or compiling code, making it more accessible for attackers.
---

## ๐ ๏ธ Exploit Steps
1. Identify a misconfigured `sudo chroot` permission.
2. Execute chroot environment escape technique.
3. Enjoy root privileges!
---
## ๐งโ๐ป Impact
- **Root access**: Full control over the system.
- **No compilation**: Works without a compiler.
## ๐ก๏ธ Mitigation
- Restrict `sudo chroot` permissions.
- Monitor and audit sudoers configuration.
---

## ๐ References
- [Exploit details](https://github.com/cyberajju/CVE-2025-32463)
- [Mitigation guide](https://wiki.debian.org/chroot)
---
## ๐ฌ Contributing
Pull requests welcome! For major changes, open an issue first.
---
