
Proof-of-concept exploit for CVE-2026-41679 in Paperclip AI, testing target for vulnerability and following advisory steps.
This POC tests if a paperclip ai instance is vulnerable for CVE-2026-41679. It follows the steps of found in this article.
Execute the following commands:
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