CVE-2026-30520: SQL Injection
A Blind SQL Injection vulnerability exists in SourceCodester Loan Management System v1.0. The vulnerability is located in the ajax.php file (specifically the saveloan action). The application fails to properly sanitize user input supplied to the "borrowerid" parameter in a POST request, allowing an authenticated attacker to inject malicious SQL commands.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-30520?
CVE-2026-30520 is rated as a high severity vulnerability due to its potential for data manipulation and unauthorized access.
How do I fix CVE-2026-30520?
To fix CVE-2026-30520, implement proper input validation and sanitization for the 'borrower_id' parameter in the ajax.php file.
What type of vulnerability is CVE-2026-30520?
CVE-2026-30520 is classified as a Blind SQL Injection vulnerability.
Which software is affected by CVE-2026-30520?
CVE-2026-30520 affects SourceCodester Loan Management System version 1.0.
Can CVE-2026-30520 lead to data leaks?
Yes, CVE-2026-30520 can lead to data leaks and exposure of sensitive information due to the nature of Blind SQL Injection.