CVE-2026-47198High· 8.5▾ TwilightPaymenter has URL parameter injection that bypasses paid plan limits at checkout
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 46.8 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Jul 21.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via GHSA
0.4%
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 (app/Livewire/Products/Checkout.php) exposes the $checkoutConfig property to URL query parameters via the #[Url] attribute (aliased as config).
When processing this input:
getCheckoutConfig() method. Any undefined keys injected into the query parameter bypass validation entirely.app/Livewire/Cart.php) stores all keys from checkout_config directly into the database without sanitation: foreach ($item->checkout_config as $key => $value) {
$service->properties()->updateOrCreate(['key' => $key], ['value' => $value]);
}
Because of how individual server extensions handle these properties, user-injected data overrides intended administrator settings.
This is a business logic flaw that allows remote, authenticated users to manipulate server provisioning parameters.
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.
paymenter/paymenter < 1.5.1Upgrade to a patched release:
paymenter/paymenter 1.5.1Connected by shared product, vendor, weakness, or advisory.
CVE-2026-71537Medium· 6.5Paymenter is a free and open-source webshop solution for management of hosting services
CVE-2026-55219Medium· 5.3Paymenter has race condition in payWithCredit() that enables credit double-spend
CVE-2025-58048Critical· 9.9Paymenter vulnerable to Remote Code Execution via public file uploads
CVE-2026-44583Medium· 5.3Paymenter has Blind Unauthenticated SSRF on the Paypal gateway module
CVE-2026-44584Medium· 4.3Paymenter doesn't reset email verification status after email change
CVE-2026-44585Medium· 5.4Paymenter has broken object level authorization via service reference manipulation on ticket creation