CVE-2025-69948
Received Received - Intake

SQL Injection in Modern Loan Management System 1.0

Vulnerability report for CVE-2025-69948, 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 /admin/delete_group.php?id=1.

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 exists in the /admin/delete_group.php file where the 'id' parameter is not properly sanitized, allowing attackers to inject malicious SQL code. This could lead to unauthorized database access or manipulation.

Detection Guidance

To detect SQL Injection in /admin/delete_group.php?id=1, test the parameter 'id' with common SQLi payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools like sqlmap with: sqlmap -u 'http://target/admin/delete_group.php?id=1' --batch. Monitor for database errors or unexpected responses.

Impact Analysis

If exploited, this vulnerability could allow attackers to access, modify, or delete sensitive data in the database. This may include loan records, user information, or other confidential data stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal and sensitive data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health-related information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the application by updating to the latest version. If no patch exists, apply input validation to sanitize the 'id' parameter. Use prepared statements in PHP for database queries. Restrict access to /admin/delete_group.php via web server rules.

Chat Assistant

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

EPSS Chart