Lucene search
+L

4853 matches found

Kitploit
Kitploit
added 2026/09/10 5:35 a.m.6 views

CVE-2025-32463_exploit

CVE-2025-32463 — sudo "chwoot" chroot Local Privilege Escalation Local privilege escalation to root in sudo via the --chroot -R option. Works for any local user , including accounts with no sudoers entry at all e.g. www-data. sudo 1.9.14 – 1.9.17 chroots into the user-supplied directory while the...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/10 4:41 a.m.5 views

CVE-2025-32463_Sudo_PoC

CVE-2025-32463SudoPoC PoC for CVE-2025-32463: Local privilege escalation in sudo via --chroot. Exploits NSS module injection through crafted chroot environments. Designed for security researchers and lab-only environments. CVE-2025-32463 - Local Privilege Escalation via sudo --chroot A Python-bas...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/10 2:00 a.m.6 views

CVE-2025-32463-PoC

CVE-2025-32463 – Privilege Escalation via Sudo chroot 📝 Overview CVE-2025-32463 is a local privilege escalation vulnerability affecting the sudo utility. It allows a regular user to escalate privileges to root by exploiting the -R option which sets a custom runtime root directory together with...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/10 1:35 a.m.9 views

CVE-2021-3156

CVE-2021-3156 Sudo Baron Samedit This repository is CVE-2021-3156 exploit targeting Linux x64. For writeup, please visit https://datafarm-cybersecurity.medium.com/exploit-writeup-for-cve-2021-3156-sudo-baron-samedit-7a9a4282cb31 Credit to Braon Samedit of Qualys for the original advisory. Files...

7.8CVSS7.3AI score0.99969EPSS
SaveExploits83
Kitploit
Kitploit
added 2026/09/10 1:04 a.m.6 views

CVE-2025-32463_POC

Checking nsswitch.conf default values: root@kitploit: passwd: files systemd After calling chroot, sudo trys to parse the config values at nsswitch.conf to run the command, which leads it to try to open libnsssystemd.so.2...

9.3CVSS7.4AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/10 12:49 a.m.5 views

CVE-2025-32463-POC

CVE-2025-32463 - sudo Local Privilege Escalation PoC ⚠️ This repository contains a Proof of Concept PoC exploit for CVE-2025-32463 Intended only for educational purposes and use in authorized environments. 🧠 About the Vulnerability CVE-2025-32463 is a local privilege escalation vulnerability...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/10 12:45 a.m.7 views

CVE-2025-32463

CVE-2025-32463 - Sudo Privilege Escalation PoC /////// Disclaimer ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// This project is provided solely for educational purposes. By using any part of this repository, you acknowledge that...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/09 11:12 p.m.5 views

sudoinjection

CVE-2025-32463: Local Privilege Escalation via sudo -R NSS Injection Summary This PoC demonstrates local privilege escalation on Linux systems via abuse of the sudo -R option in conjunction with a custom NSS module. It targets the vulnerability CVE-2025-32463, which stems from unsafe handling of...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71References1
Kitploit
Kitploit
added 2026/09/09 6:04 p.m.6 views

CVE-2025-32463_illdeed

CVE-2025-32463 — sudo -R Privilege Escalation Exploit illdeed Variant This is a refactored proof-of-concept PoC exploit for CVE-2025-32463, a critical vulnerability in sudo versions 1.9.14 through 1.9.17 that allows local privilege escalation to root via sudo -R and a fake NSS module. ⚠️ This...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71
OSV
OSV
added 2026/09/09 6:01 p.m.5 views

MGASA-2026-0387 Updated firefox & nss packages fix security vulnerabilities

Sandbox escape in the Remote Settings Client component. CVE-2026-75874 Privilege escalation in the DOM: Workers component. CVE-2026-16365 Use-after-free in the JavaScript: GC component. CVE-2026-84118 Sandbox escape due to use-after-free in the DOM: Navigation component. CVE-2026-84119...

10CVSS0.00455EPSS
SaveExploits1References7
Mageia
Mageia
added 2026/09/09 6:01 p.m.7 views

Updated firefox & nss packages fix security vulnerabilities

Sandbox escape in the Remote Settings Client component. CVE-2026-75874 Privilege escalation in the DOM: Workers component. CVE-2026-16365 Use-after-free in the JavaScript: GC component. CVE-2026-84118 Sandbox escape due to use-after-free in the DOM: Navigation component. CVE-2026-84119...

10CVSS0.00455EPSS
SaveExploits1References6
Kitploit
Kitploit
added 2026/09/09 5:40 p.m.3 views

CVE-2025-32463

📌 CVE-2025-32463 — Sudo --chroot Local Privilege Escalation ExploitDB ID: 52352 🧠 Overview This repository documents a critical local privilege escalation LPE vulnerability affecting Sudo versions 1.9.14 – 1.9.17. The vulnerability arises from an incorrect implementation of the sudo -R --chroot...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/09 2:54 p.m.4 views

CVE-2025-32463_sudo_chroot

CVE-2025-32463 - sudo chroot Usage The Dockerfile creates a safe, isolated testing environment with a vulnerable version of sudo 1.9.16p2 installed. This allows you to test the exploit without affecting your host system. root@kitploit: Build the vulnerable test environment docker build -t cve . R...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/09 2:19 p.m.6 views

cve-2025-32463

cve-2025-32463 chroot sudo chroot Execute the command in the selected dir name. Principle This issue was introduced in sudo v1.9.14, which upgraded the matching handling code when the chroot feature is used. This new change modifies the root directory id before matching execution of the chroot...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/09 10:54 a.m.4 views

CVE-2025-32462_32463-Lab

CVE-2025-32462 & CVE-2025-32463 – PoC Lab This is a container-based lab and PoC for the following vulnerabilities in sudo: CVE-2025-32462 – sudo -h host matching logic bypass CVE-2025-32463 – sudo -R chroot NSS library escape 🔒 For educational purposes only. Do not use on systems you don’t own or...

9.3CVSS7AI score0.59417EPSS
SaveExploits78References1
Kitploit
Kitploit
added 2026/09/09 10:36 a.m.2 views

CVE-2025-32463-EXPLOIT

CVE-2025-32463 - Sudo Privilege Escalation A privilege escalation vulnerability exists in sudo affecting Linux/Unix-based systems. The flaw arises due to improper path validation when sudo is used with the -R --chroot option, allowing attackers to escalate to root via malicious NSS library loadin...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/09 10:36 a.m.4 views

CVE-2025-32463-POC

CVE-2025-32463 – Sudo chroot Privilege Escalation PoC This repository contains a proof-of-concept PoC exploit for CVE-2025-32463, a local privilege escalation vulnerability in sudo versions 1.9.14 through 1.9.17. The vulnerability allows a local unprivileged user to escalate privileges to root by...

9.3CVSS7.5AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/08 6:21 p.m.5 views

CVE-2025-32463_Exploit

CVE-2025-32463Exploit Affected versions 1.9.14 to 1.9.17 root@kitploit: bash run.sh Success as follows root@kitploit: neko@aosc-neko205 CVE-2025-32463Exploit@main $ bash run.sh + CVE-2025-32463 Sudo chroot 漏洞复现脚本 正在创建临时工作目录... 工作目录已创建: /tmp/sudoexploit.nc0EjT 正在创建 C 语言 payload woot1337.c... 正在设置...

9.3CVSS7.6AI score0.59417EPSS
SaveExploits71
Oracle linux
Oracle linux
added 2026/09/08 12:00 a.m.3 views

thunderbird security update

140.14.0-1.0.1 - Fix prefs for new nss Orabug: 37079820 - Add Oracle prefs file 140.14.0 - Add OpenELA debranding 140.14.0-1 - Update to 140.14.0 ESR...

9.8CVSS5.8AI score0.00534EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/07 9:18 a.m.5 views

CVE-2025-32462-CVE-2025-32463-PoC-Lab

CVE-2025-32462 & CVE-2025-32463 – Advanced PoC Lab This repository provides a container-based lab and detailed PoC for two critical sudo vulnerabilities: CVE-2025-32462 – sudo -h host matching logic bypass CVE-2025-32463 – sudo -R chroot NSS library escape Research & Credit Original research by...

9.3CVSS7AI score0.59417EPSS
SaveExploits78
Rows per page
Query Builder