Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-32463-POC — 🛡️ Proof of Concept (PoC) for CVE-2025-32463 - Local privilege escalation in sudo (versions 1.9.14 to 1.9.17). This exploit abuses the --chroot option and a malicious nsswitch.conf to execute arbitrary code as root. ⚠️ For educational and authorized testing only. | Kitploit
工具/GitHubGitHub/0p5cur/cve-2025-32463-poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHub0p5cur/cve-2025-32463-poc

CVE-2025-32463-POC

🛡️ Proof of Concept (PoC) for CVE-2025-32463 - Local privilege escalation in sudo (versions 1.9.14 to 1.9.17). This exploit abuses the --chroot option and a malicious nsswitch.conf to execute arbitrary code as root. ⚠️ For educational and authorized testing only.

查看仓库
16个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-32463 - sudo 本地权限提升 (PoC)

MIT License PoC Visitors

⚠️ 此仓库包含针对CVE-2025-32463的概念验证(PoC)利用代码
仅用于教育目的和授权环境中使用。


🧠 关于漏洞

CVE-2025-32463 是一个影响 sudo 版本 1.9.14 至 1.9.17 的本地权限提升漏洞。

漏洞存在于 sudo 处理 1.9.14 引入的 --chroot(-R)选项的方式中。它允许非特权用户在受控的 chroot 路径中构造伪造的 nsswitch.conf,迫使以 root 身份运行的 sudo 加载任意的 NSS 库并以 root 权限执行代码。


✅ 受影响版本

  • sudo ≥ 1.9.14 且 < 1.9.17p1
  • 不受影响的:
    • 版本 < 1.9.14(功能不存在)
    • 版本 ≥ 1.9.17p1(漏洞已修补)

🚩 要求

  • sudo 的受影响版本(见上文)
  • 已安装 gcc
  • 用户能够使用任意目录运行 sudo -R (某些设置会限制此操作)

🚀 利用步骤

  1. 克隆此仓库或直接下载脚本
  2. 运行 PoC 脚本:

chmod +x CVE-2025-32463.sh && ./CVE-2025-32463.sh

📚 参考

  • NVD 条目 – CVE-2025-32463
  • Sudo 安全公告
下载工具