CVE-2026-72606: Pinry Pinry - Server-Side Request Forgery
A server-side request forgery vulnerability in Pinry through 2.1.13 allows unauthenticated remote attackers to make the server issue HTTP requests to arbitrary internal or external hosts via the pin-from-URL feature. The feature passes the user-supplied URL directly to requests.get() without host or IP validation, and ALLOWNEWREGISTRATIONS defaults to true enabling anonymous triggering. An attacker can reach internal services or cloud metadata endpoints from the server.
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Pinryto a version that resolves this vulnerability.Fixed in 2.1.13 - Configuration
Disable anonymous triggering by setting ALLOW_NEW_REGISTRATIONS to false so unauthenticated users cannot access the pin-from-URL feature.
Pinry ALLOW_NEW_REGISTRATIONS = false