CVE-2026-47198
HighCVSS 8.5Exploitation Probability (EPSS)
Low risk33th percentile - higher than 33% of all known CVEs
Summary
Paymenter before 1.5.1 has a vulnerability in the checkout component allowing authenticated users to inject arbitrary key-value pairs into server provisioning parameters, potentially overriding resource limits without privileges.
Risk Assessment
Risk includes privilege escalation where a regular user can obtain unauthorized access to higher hosting plans and resources, compromising service integrity.
Recommendation
Immediately update Paymenter to version 1.5.1 or later, which includes a fix filtering URL properties.
Other vulnerabilities in Paymenter
See all- CVE-2026-55219Medium
Paymenter versions prior to 1.5.5 have a race condition in the credit payment implementation. The row lock (lockForUpdate()) is executed outside an active database transaction, making it ineffective in MySQL/MariaDB. Concurrent payment requests can read the same credit balance and reuse the same funds.
- CVE-2026-44585Medium
In Paymenter prior to version 1.5.0, the ticket creation endpoint accepts a user-supplied service identifier without enforcing ownership validation, allowing authenticated users to create support tickets referencing services belonging to other accounts by modifying the service ID in the request.
- CVE-2026-44584Medium
Paymenter before version 1.5.0 fails to invalidate the email verification state after an email change. A verified account retains its verified status even after switching to an unverified address. This could lead to abuse of features gated behind verified status.
- CVE-2026-44583Medium
Paymenter is a free open-source webshop solution for 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 without allowlist, validation, or signature verification. The vulnerability allows remote unauthenticated attackers to trigger HTTP GET requests to arbitrary external or internal endpoints, potentially leading to blind SSRF and access to internal network services.
Original NVD description (English source)
Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.1, the checkout component improperly filters URL-writable properties, allowing authenticated users to inject arbitrary key-value pairs into server provisioning parameters. Because bundled server extensions prioritize these user-supplied properties over administrator-defined configurations, a regular user can override hosting plans and resource limits at checkout without special privileges. The Checkout Livewire component's $checkoutConfig property exposed via URL query parameters, only validating keys explicitly defined by an extension's configuration method, allowing any undefined injected keys to bypass validation entirely. These unsanitized keys are then stored directly in the database by the cart component and later passed to server extensions during provisioning, enabling user-injected data to override intended administrator settings. Depending on the active extension, this leads to unauthorized overrides of core resource limits (such as CPU, RAM, storage, or package tiers). No administrative privileges are required to exploit this vulnerability. This issue has been fixed in version 1.5.1.

