Description
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 ALLOW_NEW_REGISTRATIONS defaults to true enabling anonymous triggering. An attacker can reach internal services or cloud metadata endpoints from the server.
Published: 2026-08-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A server‑side request forgery flaw in Pinry allows an unauthenticated remote attacker to supply any URL to the pin‑from‑URL feature, which forwards that URL directly to Python’s requests.get() without validation. The result is the Pinry server making HTTP requests to any host the attacker chooses, potentially exposing internal services or cloud metadata endpoints. This can lead to data exposure, internal network reconnaissance, and in some contexts to privilege escalation within the application’s environment.

Affected Systems

The vulnerability exists in all Pinry installations up to and including version 2.1.13. Users of Pinry must verify the version in use and apply the available update.

Risk and Exploitability

With a CVSS score of 7.5 the issue is considered high severity. No EPSS data is available and the vulnerability is not listed in CISA’s KEV catalog, but the attack surface is broad: anonymous users can trigger requests from the server with no authentication required. The default configuration that allows new registrations further widens the exploitable user base. An attacker can simply provide a crafted URL to reach internal or external hosts, potentially bypassing network controls that rely on the server not making unsolicited outbound connections.

Generated by OpenCVE AI on August 11, 2026 at 16:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Pinry to a version newer than 2.1.13 that validates the URL or removes the vulnerable functionality
  • If an upgrade cannot be performed immediately, disable the pin‑from‑URL feature or restrict it to a whitelist of trusted domains
  • Implement network segmentation to limit the outbound reach of the Pinry server, ensuring that requests can only reach necessary external endpoints

Generated by OpenCVE AI on August 11, 2026 at 16:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Pinry
Pinry pinry
Vendors & Products Pinry
Pinry pinry

Tue, 11 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description 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 ALLOW_NEW_REGISTRATIONS defaults to true enabling anonymous triggering. An attacker can reach internal services or cloud metadata endpoints from the server.
Title Pinry Pinry - Server-Side Request Forgery
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T12:10:56.645Z

Reserved: 2026-08-10T10:33:03.258Z

Link: CVE-2026-72606

cve-icon Vulnrichment

Updated: 2026-08-11T12:10:53.215Z

cve-icon NVD

Status : Deferred

Published: 2026-08-11T12:17:43.743

Modified: 2026-08-28T18:51:39.823

Link: CVE-2026-72606

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:54:28Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)