Share
## https://sploitus.com/exploit?id=EF9B91A2-BBC6-53EE-917A-9D49D8AF26B5
# 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](https://github.com/paperclipai/paperclip/security/advisories/GHSA-68qg-g8mg-6pr7).


## Usage

Execute the following commands:

```
git clone git@github.com: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