SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-47198

HIGH · CVSS 8.5 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

The checkout component of Paymenter versions prior to 1.5.1 is vulnerable due to improper filtering of URL-writable properties, allowing authenticated users to inject arbitrary key-value pairs into server provisioning parameters. This can lead to unauthorized overrides of critical resource limits and hosting plans, as user-supplied properties take precedence over administrator-defined configurations. Organizations using affected versions should prioritize updating to version 1.5.1 to mitigate the risk of exploitation by regular users without special privileges.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47198
Severity
HIGH
CVSS
8.5
EPSS
0.29%

Original NVD 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.