CVE-2025-14653
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-14

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was determined in itsourcecode Student Management System 1.0. Impacted is an unknown function of the file /addrecord.php. This manipulation of the argument ID causes sql injection. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-14
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2025-12-14
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
angeljudesuarez student_management_system 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-14653 is a SQL injection vulnerability in the itsourcecode Student Management System version 1.0, specifically in the /addrecord.php file. The vulnerability occurs because the application does not properly sanitize or validate the 'id' parameter before using it in SQL queries. This allows attackers to inject malicious SQL code remotely without authentication, enabling unauthorized database operations such as data leakage, tampering, or full system control. [1, 2, 3]

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive data, data tampering, full system compromise, and potential service disruption. Attackers can exploit the flaw remotely without authentication to execute arbitrary SQL commands, which threatens the confidentiality, integrity, and availability of the system. [2, 3]

Detection Guidance

This vulnerability can be detected by testing the 'id' parameter in the /addrecord.php file for SQL injection flaws. One suggested method is using sqlmap with a command like: python sqlmap.py --random-agent --batch -u "http://<target-ip>:<port>/addrecord.php?id=1" --dbms=mysql --current-db. Additionally, attackers may be identified by searching for URLs containing "inurl:addrecord.php" using Google Dorking techniques. [2, 3]

Mitigation Strategies

Immediate mitigation steps include: 1) Implementing prepared statements and parameter binding to separate SQL code from user input, preventing injection. 2) Applying strict input validation and filtering, such as ensuring the 'id' parameter is numeric. 3) Minimizing database user permissions to avoid using high-privilege accounts for routine operations. 4) Conducting regular security audits to detect and fix vulnerabilities promptly. Since no vendor patch is available, replacing the affected software with a secure alternative is also recommended. [2, 3]

Compliance Impact

The SQL injection vulnerability in the itsourcecode Student Management System 1.0 allows unauthorized attackers to access, manipulate, or disrupt sensitive data without authentication. This exposure can lead to breaches of confidentiality, integrity, and availability of personal or sensitive information, potentially causing non-compliance with data protection regulations such as GDPR and HIPAA, which require safeguarding personal data against unauthorized access and ensuring data integrity and availability. Therefore, this vulnerability poses a significant risk to compliance with these common standards and regulations. [1, 2, 3]

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