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-40028 | Kitploit
Tools/GitHubGitHub/sudlit/cve-2023-40028
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubsudlit/cve-2023-40028

CVE-2023-40028

View Repository
1 year 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

Proof of Concept (PoC) for CVE-2023-40028

CVE-2023-40028 is a vulnerability in Ghost CMS that allows arbitrary file reads through improper file handling. This PoC demonstrates how the exploit works under controlled conditions. Educational use only.

Reference: Adapted from the original PoC by 0xyassine, rewritten in Python and applied to the HackTheBox challenge "LinkVortex."

Summary:

  1. Vulnerability: Arbitrary file read in Ghost CMS.
  2. Impact: Access to sensitive files on the server.
  3. Fix: Update to the latest Ghost CMS version.

Usage:

root@kitploit:~
python3 ./CVE-2023-40028.py --url <http://abc.xyz> -u <username> -p <password>

Use this information responsibly. Unauthorized exploitation is illegal.

Download Tool