Privilege escalation to root using sudo chroot, NO NEED for gcc installed.# 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.
---

[4.0K] /data/pocs/dea00820488cfd4504820bc6fdfc98f625b05877
└── [1.4K] README.md
1 directory, 1 file