CVE-2026-47198 Details
Description
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.
A vulnerability exists in Paymenter, a webshop solution for hosting service management, in versions prior to 1.5.1. The issue arises in the checkout component, which fails to properly filter URL-writable properties. This flaw allows authenticated users to inject arbitrary key-value pairs into server provisioning parameters. Since bundled server extensions give precedence to these user-supplied properties over those defined by administrators, regular users can manipulate hosting plans and resource limits at checkout without needing special privileges. The vulnerability is rooted in the Checkout Livewire component's $checkoutConfig property, which is exposed through URL query parameters. The component only validates keys explicitly defined by an extension's configuration method, allowing undefined injected keys to bypass validation. Unsanitized keys are stored directly in the database by the cart component and later used to override core resource limits, such as CPU, RAM, storage, or package tiers, depending on the active extension.
Users can update to Paymenter version 1.5.1 or later to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 20, 2026CISA-ADP
Assessed Jul 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Paymenter/Paymenter/security/advisories/GHSA-5q4q-834j-g8g4 | [email protected] | AdvisoryTechnical DescriptionVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Paymenter | < 1.5.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 20, 2026 | New CVE Received | [email protected] |
Volerion