CVE-2026-30521
ŚrednieCVSS 6.5Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 24 - wyżej niż 24% wszystkich znanych CVE
Streszczenie
W SourceCodester Loan Management System v1.0 występuje luka w logice biznesowej z powodu braku walidacji po stronie serwera. Uwierzytelniony atakujący może ominąć ograniczenia interfejsu i przesłać ujemną wartość dla pola interest_percentage, tworząc plany pożyczek z ujemnym oprocentowaniem.
Ocena ryzyka
Organizacja naraża się na manipulację warunkami pożyczek, co może prowadzić do strat finansowych lub nieprawidłowego działania systemu.
Rekomendacja
Należy wdrożyć walidację po stronie serwera dla wszystkich pól liczbowych, w szczególności dla interest_percentage, aby odrzucać wartości ujemne.
Oryginalny opis (angielski, źródło NVD)
A Business Logic vulnerability exists in SourceCodester Loan Management System v1.0 due to improper server-side validation. The application allows administrators to create "Loan Plans" with specific interest rates. While the frontend interface prevents users from entering negative numbers, this constraint is not enforced on the backend. An authenticated attacker can bypass the client-side restriction by manipulating the HTTP POST request to submit a negative value for the interest_percentage. This results in the creation of loan plans with negative interest rates.

