Katalog CVE

CVE-2026-55219

ŚrednieCVSS 5.3
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.21%

Percentyl 12 - wyżej niż 12% wszystkich znanych CVE

Streszczenie

Paymenter w wersjach przed 1.5.5 zawiera lukę wyścigu w implementacji płatności kredytowej. Blokada wiersza (lockForUpdate()) jest wykonywana poza aktywną transakcją bazy danych, przez co jest nieskuteczna w MySQL/MariaDB. Jednoczesne żądania płatności mogą odczytać ten sam stan konta i wielokrotnie wykorzystać te same środki.

Ocena ryzyka

Atakujący może wielokrotnie wykorzystać ten sam kredyt do opłacenia wielu faktur, powodując bezpośrednie straty finansowe lub zasobów dla platformy.

Rekomendacja

Należy niezwłocznie zaktualizować Paymenter do wersji 1.5.5 lub nowszej.

Inne podatności w Paymenter

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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 requires an enclosing transaction to enforce row-level locks, the guard is ineffective. Concurrent payment requests can exploit this race condition to read the same credit balance simultaneously, allowing users to pay multiple invoices using the same credit balance. In database systems like MySQL, a row lock only works inside a formal transaction; without one, the lock is completely ignored. Because there is no active lock, two payment requests sent at the exact same millisecond can look at the database at the same time. Both requests see the original credit balance, decide it is sufficient, and approve the payment. Because the payment processes successfully through ExtensionHelper::addPayment(), the application provisions the corresponding services or digital goods, resulting in direct financial or resource loss to the platform. This issue has been fixed in version 1.5.5.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS