
Proof-of-Concept-Exploit für CVE-2026-41679 in Paperclip AI, das das Ziel auf Schwachstellen testet und den Schritten des Advisories folgt.
Dieser POC testet, ob eine Paperclip-AI-Instanz anfällig für CVE-2026-41679 ist. Er folgt den Schritten aus diesem Artikel.
Führen Sie die folgenden Befehle aus:
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] zum Beispiel: http://127.0.0.1:3100