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

CVE-2023-40028

Arbitrary file read in Ghost-CMS allows an attacker to upload a malicious ZIP file with a symlink.

View Repository
51 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

CVE-2023-4002 Ghost-Arbitrary-File-Read (< 5.59.1)

A vulnerability in Ghost CMS (CVE-2023-40028) that allows an authenticated attacker to read arbitrary files from the server. By leveraging the symlink functionality within a ZIP file, the exploit bypasses restrictions in Ghost CMS's import mechanism to access sensitive files on the system.

Requirements

root@kitploit:~
[!] Valid credentials required
Python 3.7+
Dependencies: requests, argparse, and standard Python libraries.

Usage

python3 exploit.py --user [email protected] --password Strongpassword123! --url http://example.com

root@kitploit:~
--user <username>: The username/email for the target Ghost CMS.
--password <password>: The password for the target Ghost CMS.
--url <host_url>: The URL of the target Ghost CMS (e.g., http://website.com).
  1. Login: The script authenticates with the Ghost CMS admin API and retrieves a session cookie.
  2. Interactive Shell: Once logged in, the script prompts for a file path to read form the server.

Shell Example:

image

References

CVE-2023-40028 ~1.

CVE-2023-40028 ~2.

Disclaimer This script is for educational purposes.

Download Tool