CVE-2026-13150
Received
Received - Intake
SSRF in Pentestify PDF Generation Endpoint
Publication date: 2026-06-24
Last updated on: 2026-06-24
Assigner: 4daa8cea-433a-44bd-9456-53b127fc289a
Description
Description
Server-Side Request Forgery (SSRF) (CWE-918) in the PDF generation endpoint GET /api/reports/{id}/pdf (backend/main.py) in ccyl13 Pentestify 1.0.0 and lower allows remote attackers to make the server issue requests to arbitrary internal or external URLs, including cloud metadata services, and return the rendered content in the resulting PDF via a crafted Host header, because the target URL is built from request.base_url without validation.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pentestify | pentestify | to 1.0.0 (exc) |
| ccyl13 | pentestify | to 1.1.0 (exc) |
| ccyl13 | pentestify | 1.1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |