CVE-2025-69946
Received Received - Intake

SQL Injection in Modern Loan Management System 1.0

Vulnerability report for CVE-2025-69946, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: MITRE

Description

SourceCodester Modern Loan Management System 1.0 is vulnerable to SQL Injection in ajaxData.php via the parameters district_id , division_id, region_id, and ward_id.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-08-01
AI Q&A
2026-08-01
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester modern_loan_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL Injection flaw in the Modern Loan Management System 1.0. It allows attackers to manipulate database queries through the parameters district_id, division_id, region_id, and ward_id in the ajaxData.php file. This could let them access, modify, or delete sensitive data without proper authorization.

Detection Guidance

To detect SQL Injection vulnerabilities in the Modern Loan Management System, inspect network traffic for suspicious requests targeting ajaxData.php with parameters like district_id, division_id, region_id, or ward_id. Look for unusual input patterns such as single quotes, SQL keywords, or excessive data length in these parameters.

Impact Analysis

If you use this system, attackers could exploit the SQL Injection to steal or alter loan data, customer information, or financial records. This may lead to data breaches, financial loss, or reputational damage for individuals or organizations relying on the system.

Compliance Impact

This vulnerability could violate GDPR by exposing personal data without consent and HIPAA by compromising protected health information if loan data includes such details. Non-compliance may result in legal penalties, fines, or mandatory breach notifications.

Mitigation Strategies

Immediately apply input validation to sanitize all user-supplied data in ajaxData.php. Use prepared statements with parameterized queries for database interactions. Consider temporarily disabling the affected parameters if a patch is unavailable.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-69946. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart