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.
Published: 2026-07-31
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SourceCodester Modern Loan Management System 1.0 contains a SQL injection flaw in the ajaxData.php script, affecting the district_id, division_id, region_id, and ward_id parameters. This vulnerability can allow an attacker to cause the application to execute arbitrary SQL statements against the backend database. Based on the description, the impact could include unauthorized reading, modification, or deletion of data stored in the database, thereby compromising both confidentiality and integrity.

Affected Systems

The affected system is SourceCodester Modern Loan Management System 1.0. No other products or versions are listed, so the risk is confined to installations of this specific version of the software.

Risk and Exploitability

The EPSS score of < 1% indicates a very low exploitation probability at present, and the vulnerability is not yet listed in the CISA KEV catalog. Based on the description, the likely attack vector is a remote HTTP request to ajaxData.php containing malicious payloads in the district_id, division_id, region_id, and ward_id parameters. The flaw is exploitable remotely without local access and requires only unsanitized user input; no authentication is mentioned, which increases the ease of exploitation. The CVSS score of 9.8 classifies the vulnerability as Critical, confirming a high likelihood of unauthorized data disclosure or database compromise.

Generated by OpenCVE AI on August 4, 2026 at 11:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest release of SourceCodester Modern Loan Management System or apply any vendor‑issued patch that addresses this flaw
  • Modify ajaxData.php to use parameterized queries or prepared statements and validate all input parameters before they are incorporated into SQL statements
  • Restrict the database account used by the application to the minimum privileges required, removing any rights that permit data modification if not needed

Generated by OpenCVE AI on August 4, 2026 at 11:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester modern Loan Management System
Vendors & Products Sourcecodester
Sourcecodester modern Loan Management System

Fri, 31 Jul 2026 21:15:00 +0000


Subscriptions

Sourcecodester Modern Loan Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-03T17:03:28.562Z

Reserved: 2026-01-09T00:00:00.000Z

Link: CVE-2025-69946

cve-icon Vulnrichment

Updated: 2026-08-03T17:03:08.100Z

cve-icon NVD

Status : Received

Published: 2026-07-31T21:17:29.390

Modified: 2026-08-03T17:16:28.520

Link: CVE-2025-69946

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T11:45:03Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')