Lucene search
+L

22 matches found

NVD
NVD
added 2026/07/20 9:16 p.m.13 views

CVE-2026-47198

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

8.5CVSS0.00287EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/20 9:16 p.m.13 views

CVE-2026-44583

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

5.3CVSS0.00326EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/20 9:16 p.m.11 views

CVE-2026-44584

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.0, the email update functionality fails to invalidate the existing verification state when a user changes their email address, allowing a verified account to retain its verified statu...

4.3CVSS0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 8:20 p.m.7 views

CVE-2026-55219 Paymenter: Race condition in payWithCredit() enables credit double-spend

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.5, the credit payment implementation in app/Livewire/Invoices/Show.php executes a pessimistic row lock lockForUpdate outside of an active database transaction. Because MySQL/MariaDB...

5.3CVSS5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 8:18 p.m.40 views

CVE-2026-47198 Paymenter: URL parameter injection bypasses paid plan limits at checkout

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

8.5CVSS0.00287EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/20 8:18 p.m.71 views

CVE-2026-47198

Paymenter prior to 1.5.1 is vulnerable to URL parameter injection in the Checkout component. The Checkout Livewire property $checkoutConfig is exposed via URL query parameters, and validation rules are generated only for keys defined by an extension’s getCheckoutConfig(). Undefined keys bypass va...

8.5CVSS5.5AI score0.00287EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/20 8:18 p.m.9 views

CVE-2026-47198

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

8.5CVSS5.5AI score0.00287EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/20 8:18 p.m.5 views

CVE-2026-47198 Paymenter: URL parameter injection bypasses paid plan limits at checkout

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

8.5CVSS5.5AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/20 8:4 p.m.8 views

CVE-2026-44585

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 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...

5.4CVSS5.3AI score0.00178EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/20 8:4 p.m.5 views

CVE-2026-44585 Paymenter: Broken object level authorization via service reference manipulation on ticket creation

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 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...

5.4CVSS5.4AI score
SaveExploits0References3
OSV
OSV
added 2026/07/20 8:1 p.m.6 views

CVE-2026-44583 Paymenter: Blind Unauthenticated SSRF on the Paypal gateway module

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

5.3CVSS5.7AI score
SaveExploits0References3
CVE
CVE
added 2026/07/20 8:1 p.m.58 views

CVE-2026-44583

Paymenter before v1.5.0 is vulnerable to blind SSRF via the PayPal webhook endpoint /extensions/paypal/webhook. The PAYPAL-CERT-URL HTTP header is read without validation and directly fed into a server-side HTTP request (file_get_contents), allowing an unauthenticated attacker to direct requests ...

5.3CVSS5.6AI score0.00326EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/20 7:58 p.m.57 views

CVE-2026-44584

Paymenter documents describe a vulnerability where the email update flow does not reset or revalidate the existing email verification status. In versions prior to 1.5.0, a user can change their email while remaining marked as verified, potentially misrepresenting email ownership and bypassing ver...

4.3CVSS5.2AI score0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/20 7:58 p.m.8 views

CVE-2026-44584 Paymenter doesn't reset email verification status after email change

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.0, the email update functionality fails to invalidate the existing verification state when a user changes their email address, allowing a verified account to retain its verified statu...

4.3CVSS5.3AI score
SaveExploits0References3
OSV
OSV
added 2026/06/30 7:11 p.m.12 views

GHSA-PGCQ-8GRM-5RX9 Paymenter has race condition in payWithCredit() that enables credit double-spend

Summary The credit payment implementation in app/Livewire/Invoices/Show.php executes a pessimistic row lock lockForUpdate outside of an active database transaction. Because MySQL/MariaDB requires an enclosing transaction to enforce row-level locks, the guard is ineffective. Concurrent payment...

5.3CVSS5.8AI score0.00144EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/30 7:11 p.m.13 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition through the payWithCredit process. An attacker can bypass credit balance restrictions by sending concurrent payment requests, resulting in multiple invoices being paid using the same credit balance. Remediation Upgrade...

6CVSS5.8AI score0.00144EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/30 4:44 p.m.17 views

Authorization Bypass Through User-Controlled Key

Overview Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key through improper handling of URL query parameters in the Checkout process. An attacker can override administrator-defined server provisioning parameters by injecting arbitrary key-value...

8.5CVSS5.9AI score0.00287EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/22 4:53 p.m.9 views

GHSA-5PM9-R2M8-RCMJ Paymenter vulnerable to Remote Code Execution via public file uploads

Impact The ticket attachments functionality in Paymenter allows a malicious authenticated user to upload arbitrary files. With the ability to execute arbitrary code, this vulnerability can be exploited in numerous ways, including but not limited to: - Extracting sensitive data from the database...

9.9CVSS6.3AI score0.00401EPSS
SaveExploits0References5
NVD
NVD
added 2025/08/28 6:15 p.m.11 views

CVE-2025-58048

Paymenter is a free and open-source webshop solution for hostings. Prior to version 1.2.11, the ticket attachments functionality in Paymenter allows a malicious authenticated user to upload arbitrary files. This could result in sensitive data extraction from the database, credentials being read...

9.9CVSS0.00401EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/08/28 5:31 p.m.1 views

CVE-2025-58048 Paymenter Vulnerable to Remote Code Execution via Public File Uploads

Paymenter is a free and open-source webshop solution for hostings. Prior to version 1.2.11, the ticket attachments functionality in Paymenter allows a malicious authenticated user to upload arbitrary files. This could result in sensitive data extraction from the database, credentials being read...

9.9CVSS6.7AI score0.00401EPSS
SaveExploits0References3
Rows per page
Query Builder