Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-4357-Exploitation — Reproduction environment for CVE-2023-4357 Chrome XXE vulnerability with SVG-based file access bypass exploit and step-by-step setup instructions. | Kitploit
Tools/GitHubGitHub/lon5948/cve-2023-4357-exploitation
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHublon5948/cve-2023-4357-exploitation

CVE-2023-4357-Exploitation

Reproduction environment for CVE-2023-4357 Chrome XXE vulnerability with SVG-based file access bypass exploit and step-by-step setup instructions.

View Repository
422 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-4357-Exploitation

Network Security Project

Description

Insufficient validation of untrusted input in XML in Google Chrome prior to 116.0.5845.96 allowed a remote attacker to bypass file access restrictions via a crafted HTML page.

Reproduce

Set up the Environment

  • Download Chrome on Linux
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
  • Execute
root@kitploit:~
$ ./chrome-linux64/chrome --no-sandbox

Start a Web Server

  • prepare an SVG file to exploit the vulnerability
  • prepare a bash script for starting the http server
  • execute the script
root@kitploit:~
$ chmod +x start_server.sh

$ ./start_server.sh

Access the Browser

access the d.svg file on Chrome by navigating to localhost on port 8888

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

Reference

  • link
Download Tool