CVE-2025-14646: SQL Injection in code-projects Student File Management System
A security flaw has been discovered in code-projects Student File Management System 1.0. This impacts an unknown function of the file /admin/delete_student.php. The manipulation of the argument stud_id results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be exploited.
AI Analysis
Technical Summary
CVE-2025-14646 identifies a SQL injection vulnerability in the Student File Management System version 1.0 developed by code-projects. The vulnerability is located in the /admin/delete_student.php script, specifically in the handling of the stud_id parameter. Due to insufficient input validation or sanitization, an attacker can inject arbitrary SQL commands remotely without requiring authentication or user interaction. This allows the attacker to manipulate the backend database, potentially enabling unauthorized data retrieval, modification, or deletion. The vulnerability does not require special privileges, making it accessible to unauthenticated remote attackers. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P) indicates network attack vector, low attack complexity, no privileges or user interaction needed, and partial impact on confidentiality, integrity, and availability. Although no exploits are currently observed in the wild, the public release of exploit code increases the likelihood of exploitation attempts. The affected product is primarily used in educational environments to manage student records, making the confidentiality and integrity of sensitive student data a concern. The vulnerability’s exploitation could lead to unauthorized disclosure of personal data, data tampering, or denial of service by deleting or corrupting records. The lack of available patches necessitates immediate mitigation through secure coding practices and access controls.
Potential Impact
For European organizations, particularly educational institutions using the Student File Management System, this vulnerability poses a significant risk to the confidentiality and integrity of student data. Unauthorized SQL injection attacks could lead to exposure of personally identifiable information (PII), academic records, and other sensitive data, violating GDPR and other privacy regulations. Data integrity could be compromised by unauthorized deletion or modification of student records, disrupting academic operations and trust. Availability could also be affected if attackers delete critical data or cause database errors, impacting administrative functions. The medium severity rating reflects moderate impact, but the ease of exploitation without authentication increases urgency. European institutions may face reputational damage, regulatory penalties, and operational disruptions if exploited. The risk is amplified in countries with high digital adoption in education and limited cybersecurity resources.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the stud_id parameter to prevent injection of malicious SQL code. 2. Refactor the vulnerable code to use parameterized queries or prepared statements, eliminating direct concatenation of user input in SQL commands. 3. Restrict access to /admin/delete_student.php and other administrative endpoints via network segmentation, VPN, or IP whitelisting to limit exposure. 4. Monitor web server and database logs for unusual queries or access patterns indicative of SQL injection attempts. 5. Conduct a comprehensive security review of the entire Student File Management System codebase to identify and remediate similar injection flaws. 6. Educate system administrators and developers on secure coding practices and the importance of input validation. 7. If patching is not immediately available, consider deploying Web Application Firewalls (WAFs) with rules to detect and block SQL injection payloads targeting stud_id. 8. Regularly back up student data and verify backup integrity to enable recovery in case of data tampering or deletion.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands
CVE-2025-14646: SQL Injection in code-projects Student File Management System
Description
A security flaw has been discovered in code-projects Student File Management System 1.0. This impacts an unknown function of the file /admin/delete_student.php. The manipulation of the argument stud_id results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be exploited.
AI-Powered Analysis
Technical Analysis
CVE-2025-14646 identifies a SQL injection vulnerability in the Student File Management System version 1.0 developed by code-projects. The vulnerability is located in the /admin/delete_student.php script, specifically in the handling of the stud_id parameter. Due to insufficient input validation or sanitization, an attacker can inject arbitrary SQL commands remotely without requiring authentication or user interaction. This allows the attacker to manipulate the backend database, potentially enabling unauthorized data retrieval, modification, or deletion. The vulnerability does not require special privileges, making it accessible to unauthenticated remote attackers. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P) indicates network attack vector, low attack complexity, no privileges or user interaction needed, and partial impact on confidentiality, integrity, and availability. Although no exploits are currently observed in the wild, the public release of exploit code increases the likelihood of exploitation attempts. The affected product is primarily used in educational environments to manage student records, making the confidentiality and integrity of sensitive student data a concern. The vulnerability’s exploitation could lead to unauthorized disclosure of personal data, data tampering, or denial of service by deleting or corrupting records. The lack of available patches necessitates immediate mitigation through secure coding practices and access controls.
Potential Impact
For European organizations, particularly educational institutions using the Student File Management System, this vulnerability poses a significant risk to the confidentiality and integrity of student data. Unauthorized SQL injection attacks could lead to exposure of personally identifiable information (PII), academic records, and other sensitive data, violating GDPR and other privacy regulations. Data integrity could be compromised by unauthorized deletion or modification of student records, disrupting academic operations and trust. Availability could also be affected if attackers delete critical data or cause database errors, impacting administrative functions. The medium severity rating reflects moderate impact, but the ease of exploitation without authentication increases urgency. European institutions may face reputational damage, regulatory penalties, and operational disruptions if exploited. The risk is amplified in countries with high digital adoption in education and limited cybersecurity resources.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the stud_id parameter to prevent injection of malicious SQL code. 2. Refactor the vulnerable code to use parameterized queries or prepared statements, eliminating direct concatenation of user input in SQL commands. 3. Restrict access to /admin/delete_student.php and other administrative endpoints via network segmentation, VPN, or IP whitelisting to limit exposure. 4. Monitor web server and database logs for unusual queries or access patterns indicative of SQL injection attempts. 5. Conduct a comprehensive security review of the entire Student File Management System codebase to identify and remediate similar injection flaws. 6. Educate system administrators and developers on secure coding practices and the importance of input validation. 7. If patching is not immediately available, consider deploying Web Application Firewalls (WAFs) with rules to detect and block SQL injection payloads targeting stud_id. 8. Regularly back up student data and verify backup integrity to enable recovery in case of data tampering or deletion.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-12-13T09:00:09.803Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 693e53edb7454206b44f10e2
Added to database: 12/14/2025, 6:06:37 AM
Last enriched: 12/14/2025, 6:13:46 AM
Last updated: 12/14/2025, 11:39:13 AM
Views: 10
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-14656: Buffer Overflow in Tenda AC20
HighCVE-2025-14655: Stack-based Buffer Overflow in Tenda AC20
HighCVE-2025-14654: Stack-based Buffer Overflow in Tenda AC20
HighCVE-2025-14653: SQL Injection in itsourcecode Student Management System
MediumCVE-2025-14652: SQL Injection in itsourcecode Online Cake Ordering System
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.