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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-4357-Exploitation — Network Security Project | Kitploit
工具/GitHubGitHub/lon5948/cve-2023-4357-exploitation
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHublon5948/cve-2023-4357-exploitation

CVE-2023-4357-Exploitation

Network Security Project

查看仓库
42年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-4357-漏洞利用

网络安全项目

描述

Google Chrome 116.0.5845.96之前版本中对XML中不可信输入的验证不足,允许远程攻击者通过特制的HTML页面绕过文件访问限制。

复现

设置环境

  • 在Linux上下载Chrome
root@kitploit:~
$ wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/114.0.5735.90/linux64/chrome-linux64.zip

$ unzip chrome-linux64.zip
  • 执行
root@kitploit:~
$ ./chrome-linux64/chrome --no-sandbox

启动Web服务器

  • 准备一个SVG文件以利用漏洞
  • 准备一个bash脚本用于启动HTTP服务器
  • 执行脚本
root@kitploit:~
$ chmod +x start_server.sh

$ ./start_server.sh

访问浏览器

在Chrome中通过导航到localhost的8888端口来访问d.svg文件

root@kitploit:~
http://127.0.0.1:8888/d.svg

参考

  • 链接
下载工具