Vulnerability Description
Paymenter is a free and open-source webshop solution for management of hosting services. Prior to 1.5.7, app/Livewire/Services/Upgrade.php::doUpgrade() relies on Service::upgradable to check for a pending service upgrade and later executes $credit->increment('amount', abs($price)) without DB::transaction or lockForUpdate() spanning those operations. An authenticated customer with an active downgradable service can submit concurrent downgrade requests that each observe no pending upgrade, create separate upgrade records, and increment the same account credit balance, producing multiple spendable refunds for one downgrade. This issue is fixed in version 1.5.7.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Paymenter/Paymenter/commit/a42e7f8bafce054ad70de3a2c2ac94d135
- https://github.com/Paymenter/Paymenter/releases/tag/v1.5.7
- https://github.com/Paymenter/Paymenter/security/advisories/GHSA-5gmm-hjfj-8ff7
FAQ
What is CVE-2026-71537?
CVE-2026-71537 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Paymenter is a free and open-source webshop solution for management of hosting services. Prior to 1.5.7, app/Livewire/Services/Upgrade.php::doUpgrade() relies on Service::upgradable to check for a pen...
How severe is CVE-2026-71537?
CVE-2026-71537 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71537?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.