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
vulnerability-poc — CVE proof-of-concept labs, exploit scripts, and detection/prevention rules (Nginx, Apache, Snort, YARA) for high-severity CVEs. Authorized security testing & research only. | Kitploit
Tools/GitHubGitHub/fankh/vulnerability-poc
Vulnerability AnalysisExploitationWeb SecurityCTFPenetration TestingIntrusion DetectionLearning & EducationLabs & Practice
GitHubfankh/vulnerability-poc

vulnerability-poc

CVE proof-of-concept labs, exploit scripts, and detection/prevention rules (Nginx, Apache, Snort, YARA) for high-severity CVEs. Authorized security testing & research only.

View Repository
59153 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Vulnerability PoC Repository

License Use Docs

Curated Proof-of-Concept (PoC) code, test labs, and prevention rules for high-severity CVEs — built for authorized security testing, penetration testing, CTF challenges, and security research.

Maintained by the SeekersLab team. Every entry ships with detection-only PoC scripts, a Docker test lab (vulnerable + patched apps), bilingual (English / 한국어) documentation, and ready-to-deploy prevention rules.

⚠️ Disclaimer

This code is provided for educational purposes, authorized penetration testing, CTF challenges, and security research only.

Do NOT use these POCs against systems without explicit written authorization. Unauthorized access to computer systems is illegal.

CVE Index

2022 CVEs

CVE IDSeverityVendorDescription
CVE-2022-22963Critical (9.8)VMwareSpring Cloud Function SpEL Injection RCE
CVE-2022-22965Critical (9.8)VMwareSpring Framework RCE (Spring4Shell)
CVE-2022-47966Critical (9.8)ZohoManageEngine SAML RCE

2023 CVEs

CVE IDSeverityVendorDescription
CVE-2023-20198Critical (10.0)CiscoIOS XE Web UI Privilege Escalation
CVE-2023-27350Critical (9.8)PaperCutNG/MF Authentication Bypass RCE
CVE-2023-46604Critical (10.0)ApacheActiveMQ RCE
CVE-2023-44487High (7.5)MultipleHTTP/2 Rapid Reset Attack
CVE-2023-29357Critical (9.8)MicrosoftSharePoint Server Privilege Escalation

2024 CVEs

CVE IDSeverityVendorDescription
CVE-2024-21762Critical (9.8)FortinetFortiOS SSL VPN Out-of-Bounds Write RCE
CVE-2024-45387High (8.1)ApacheTraffic Server HTTP Request Smuggling
CVE-2024-50623Critical (9.8)CleoFile Transfer Unrestricted Upload RCE
CVE-2024-3400Critical (10.0)Palo AltoPAN-OS GlobalProtect Command Injection
CVE-2024-27198Critical (9.8)JetBrainsTeamCity Authentication Bypass

2025 CVEs

CVE IDSeverityVendorDescription
CVE-2025-0282Critical (9.0)IvantiConnect Secure Stack Buffer Overflow RCE
CVE-2025-21298Critical (9.8)MicrosoftWindows OLE Remote Code Execution
CVE-2025-22224Critical (9.3)VMwarevCenter Server Heap Overflow RCE
CVE-2025-24813Critical (9.8)ApacheTomcat Path Equivalence RCE
CVE-2025-29927Critical (9.1)VercelNext.js Middleware Authorization Bypass

2026 CVEs

CVE IDSeverityVendorDescription
CVE-2026-33557Critical (9.1)ApacheKafka JWT Validation Bypass (OAUTHBEARER)

Repository Structure

root@kitploit:~
vulnerability-poc/
├── README.md
├── 2022/                       # 2022 CVEs (3 entries)
│   └── CVE-2022-XXXXX/
├── 2023/                       # 2023 CVEs (45 entries)
│   └── CVE-2023-XXXXX/
├── 2024/                       # 2024 CVEs (413 entries)
│   └── CVE-2024-XXXXX/
│       ├── README.md           # English documentation
│       ├── README_KO.md        # Korean documentation (한국어)
│       ├── poc.py              # POC exploit code
│       └── prevention/
│           ├── README.md       # Mitigation guide
│           ├── nginx.conf      # Nginx prevention rules
│           ├── httpd.conf      # Apache HTTPD rules
│           ├── snort.rules     # Snort IDS rules
│           └── yara.yar        # YARA detection rules
└── 2025/                       # 2025 CVEs (1107 entries)
    └── CVE-2025-XXXXX/
        └── ...                 # Same structure as above

Prevention Rules

Each CVE includes comprehensive prevention rules for:

  • Nginx: Reverse proxy protection rules
  • Apache HTTPD: ModSecurity and RewriteRules
  • Snort: Network IDS detection signatures
  • YARA: File and memory pattern detection

Usage

POC Scripts

Each POC can be run with the --help flag to see available options:

root@kitploit:~
python 2024/CVE-2024-21762/poc.py --help
python 2024/CVE-2024-21762/poc.py --check -t <target>

Prevention Rules

Deploy prevention rules to your infrastructure:

root@kitploit:~
# Nginx
cp 2024/CVE-2024-21762/prevention/nginx.conf /etc/nginx/conf.d/cve-2024-21762.conf

# Apache
cp 2024/CVE-2024-21762/prevention/httpd.conf /etc/httpd/conf.d/cve-2024-21762.conf

# Snort
cat 2024/CVE-2024-21762/prevention/snort.rules >> /etc/snort/rules/local.rules

# YARA
yara 2024/CVE-2024-21762/prevention/yara.yar <target_file>

Features

Each CVE folder includes:

  • README.md: English documentation with vulnerability details
  • README_KO.md: Korean documentation (한국어 문서)
  • poc.py: Python POC code with check and exploit functions
  • prevention/: Complete detection and mitigation rules

Enterprise Support & Services

Looking for deeper security support? We offer comprehensive enterprise solutions:

  • MSSP (Managed Security Service Provider): 24/7 security monitoring and incident response
  • Automated Integration: Seamless integration with your existing security infrastructure (SIEM, SOAR, ticketing systems)
  • Continuous Vulnerability Management: Proactive vulnerability tracking, prioritization, and remediation guidance
  • Custom Detection Rules: Tailored detection signatures for your specific environment
  • Threat Intelligence: Real-time threat feeds and vulnerability intelligence

🌐 Learn more: Visit seekerslab.com to explore SeekersLab's cloud security and AI-powered threat management platform.

Contact Us

ContactEmail
Community & Technical Contact[email protected]

For bug reports, PoC requests, and community contributions, open an issue at github.com/fankh/vulnerability-poc or reach the maintainer at [email protected].

🌐 Website: seekerslab.com


License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Contributing

Please ensure any contributions include:

  1. Proper CVE attribution
  2. Both English and Korean documentation
  3. Prevention rules (nginx, httpd, snort, yara)
  4. Responsible disclosure compliance
Download Tool