Exploit for CVE-2025-34300
Exploit Code
## https://sploitus.com/exploit?id=F7D38AE9-7542-5DEC-9D0E-97750A826D68
Sawtooth Lighthouse Studio has a template injection vulnerability identified as CVE-2025-34300.
Parameters:
```
Options:
-h, --help Show this help message and exit
-u URL, --url URL Enter the URL to be checked
-f FILE, --file FILE Enter the file containing URLs per line
```
Example:
```
Single check:
python .\CVE-2025-34300POC.py -u URL
Batch check:
python .\CVE-2025-34300POC.py -f urls.txt
```