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-2026-41679 — Proof-of-concept exploit for CVE-2026-41679 in Paperclip AI, testing target for vulnerability and following advisory steps. | Kitploit
Tools/GitHubGitHub/bartfroklage/cve-2026-41679
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubbartfroklage/cve-2026-41679

cve-2026-41679

Proof-of-concept exploit for CVE-2026-41679 in Paperclip AI, testing target for vulnerability and following advisory steps.

View Repository
34 months 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-2026-41679

Introduction

This POC tests if a paperclip ai instance is vulnerable for CVE-2026-41679. It follows the steps of found in this article.

Usage

Execute the following commands:

root@kitploit:~
git clone [email protected]:bartfroklage/cve-2026-41679.git
cd cve-2026-41679

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

python3 poc.py -t [your-target]

[your-target] for example: http://127.0.0.1:3100

Download Tool