Description
Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.0, the PayPal webhook endpoint /extensions/paypal/webhook processes the PAYPAL-CERT-URL HTTP header without validation, allowing attackers to control server-side HTTP request destinations. This value is passed directly into a server-side HTTP request via file_get_contents, allowing attackers to control the destination of the request. No allowlist, validation, or signature verification is applied to the header before usage. As a result, the application can be coerced into performing HTTP requests to attacker-controlled or internal network destinations. This vulnerability allows remote unauthenticated attackers to induce server-side HTTP GET requests to arbitrary external or internal endpoints. Depending on network configuration, this may lead to: blind SSRF to external attacker-controlled systems, and potential access to internal network services No direct response data is returned to the attacker (blind SSRF), but the issue may still enable sensitive network probing or data exfiltration via side channels. This issue has been fixed in version 1.5.0.
Published: 2026-07-20
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Paymenter, an open‑source webshop solution suffers an unchecked flaw in its PayPal webhook endpoint at /extensions/paypal/webhook. In versions before 1.5.0, the PAYPAL‑CERT‑URL HTTP header is accepted without any validation, allowlisting, or signature checks and is handed directly to PHP’s file_get_contents. This credential‑free behavior lets an unauthenticated attacker direct the server‑side HTTP GET request to any URL, including internal network addresses, resulting in blind server‑side request forgery (CWE‑918). Because no response data is returned, the attack remains covert, but it enables silent probing of internal services or potential data exfiltration through side‑channel techniques. The vulnerability can be leveraged by remote attackers to force the Paymenter server to contact arbitrary external or internal endpoints.

Affected Systems

Paymenter, the open-source webshop platform, is affected in all releases prior to version 1.5.0. The PayPal webhook module at /extensions/paypal/webhook processes the PAYPAL‑CERT‑URL header without validation, no allowlist, or signature verification, making the entire application vulnerable. No other vendor or product versions are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score of <1% suggests a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is an unauthenticated HTTP request to a publicly exposed endpoint. Depending on the network topology, an attacker could force the Paymenter server to contact internal services or external hosts, using the blind SSRF to probe or exfiltrate data through side‑channel methods. Because no response data is returned, the attack remains covert, but it remains useful for reconnaissance or stealthy data exfiltration.

Generated by OpenCVE AI on July 30, 2026 at 18:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Paymenter 1.5.0 or later, which removes the unauthenticated SSRF vector
  • If upgrading is not immediately possible, disable or restrict access to the /extensions/paypal/webhook endpoint
  • Configure firewall rules or network segmentation to block outbound traffic from the Paymenter server to internal network services to mitigate potential SSRF impact
  • Apply input validation to the PAYPAL‑CERT‑URL header to allow only HTTPS URLs or known trusted domains, as an additional temporary workaround

Generated by OpenCVE AI on July 30, 2026 at 18:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-7wwh-xcc3-9fcg Paymenter has Blind Unauthenticated SSRF on the Paypal gateway module
History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Paymenter
Paymenter paymenter
Vendors & Products Paymenter
Paymenter paymenter

Tue, 21 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 20 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.0, the PayPal webhook endpoint /extensions/paypal/webhook processes the PAYPAL-CERT-URL HTTP header without validation, allowing attackers to control server-side HTTP request destinations. This value is passed directly into a server-side HTTP request via file_get_contents, allowing attackers to control the destination of the request. No allowlist, validation, or signature verification is applied to the header before usage. As a result, the application can be coerced into performing HTTP requests to attacker-controlled or internal network destinations. This vulnerability allows remote unauthenticated attackers to induce server-side HTTP GET requests to arbitrary external or internal endpoints. Depending on network configuration, this may lead to: blind SSRF to external attacker-controlled systems, and potential access to internal network services No direct response data is returned to the attacker (blind SSRF), but the issue may still enable sensitive network probing or data exfiltration via side channels. This issue has been fixed in version 1.5.0.
Title Paymenter: Blind Unauthenticated SSRF on the Paypal gateway module
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Paymenter Paymenter
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T16:23:05.330Z

Reserved: 2026-05-06T21:49:12.425Z

Link: CVE-2026-44583

cve-icon Vulnrichment

Updated: 2026-07-21T16:22:50.962Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:45:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)