Business Logic Flaw in Loan Management System from SourceCodester
CVE-2026-30523
6.5MEDIUM
What is CVE-2026-30523?
The SourceCodester Loan Management System version 1.0 is susceptible to a Business Logic flaw due to inadequate input validation. The application permits administrators to set 'Loan Plans' based on duration in months. However, it fails to enforce that this duration must only be a positive integer. This oversight allows an attacker to submit a negative value for the months parameter, resulting in the system accepting invalid data and creating a loan plan with a negative duration, which can compromise the integrity of the loan management process.
