CVE-2025-10627: SQL Injection in SourceCodester Online Exam Form Submission
A vulnerability has been found in SourceCodester Online Exam Form Submission 1.0. This affects an unknown part of the file /admin/delete_user.php. Such manipulation of the argument ID leads to sql injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.
AI Analysis
Technical Summary
CVE-2025-10627 is a medium-severity SQL Injection vulnerability identified in SourceCodester Online Exam Form Submission version 1.0. The vulnerability exists in the /admin/delete_user.php script, specifically involving the manipulation of the 'ID' parameter. An attacker can remotely exploit this flaw by injecting malicious SQL code through the 'ID' argument without requiring user interaction or authentication, as indicated by the CVSS vector (AV:N/AC:L/AT:N/PR:L/UI:N). The vulnerability impacts the confidentiality, integrity, and availability of the underlying database, as the injected SQL commands can lead to unauthorized data disclosure, data modification, or deletion. The CVSS score of 5.3 reflects a medium risk, primarily because some privileges are required (PR:L), and the impact on confidentiality, integrity, and availability is limited (VC:L, VI:L, VA:L). No patches or fixes have been disclosed yet, and no known exploits are currently active in the wild. However, the public disclosure of the exploit code increases the risk of future exploitation. The vulnerability affects only version 1.0 of the product, which is a web-based application used for managing online exam form submissions, likely deployed in educational or training institutions. The lack of secure coding practices in input validation and sanitization in the delete_user.php file is the root cause of this SQL injection issue.
Potential Impact
For European organizations, especially educational institutions, training centers, and certification bodies using SourceCodester Online Exam Form Submission 1.0, this vulnerability poses a significant risk. Exploitation could lead to unauthorized access to sensitive user data, including personal information of students or exam candidates. Attackers could manipulate or delete user records, potentially disrupting exam administration and causing reputational damage. Additionally, the injection could be leveraged to escalate attacks within the network, compromising backend databases and connected systems. Given the remote exploitability without user interaction, attackers can automate attacks, increasing the risk of widespread compromise. The impact on data privacy is critical under GDPR regulations, exposing organizations to legal and financial penalties if personal data is leaked or manipulated. The medium severity score suggests that while the vulnerability is serious, exploitation requires some level of privilege, which might limit immediate risk but does not eliminate it.
Mitigation Recommendations
Organizations should immediately audit their use of SourceCodester Online Exam Form Submission 1.0 and prioritize upgrading to a patched version once available. In the absence of an official patch, implement the following mitigations: 1) Apply strict input validation and sanitization on the 'ID' parameter in /admin/delete_user.php to ensure only valid numeric or expected values are accepted. 2) Employ parameterized queries or prepared statements to prevent SQL injection attacks. 3) Restrict access to the /admin/delete_user.php endpoint to trusted administrators only, using network-level controls such as IP whitelisting or VPN access. 4) Monitor web server and database logs for unusual or suspicious queries targeting the 'ID' parameter. 5) Conduct a thorough security review of the entire application to identify and remediate similar injection flaws. 6) Implement Web Application Firewall (WAF) rules to detect and block SQL injection attempts targeting this endpoint. 7) Educate administrators about the risks and signs of exploitation to enable rapid incident response.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2025-10627: SQL Injection in SourceCodester Online Exam Form Submission
Description
A vulnerability has been found in SourceCodester Online Exam Form Submission 1.0. This affects an unknown part of the file /admin/delete_user.php. Such manipulation of the argument ID leads to sql injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.
AI-Powered Analysis
Technical Analysis
CVE-2025-10627 is a medium-severity SQL Injection vulnerability identified in SourceCodester Online Exam Form Submission version 1.0. The vulnerability exists in the /admin/delete_user.php script, specifically involving the manipulation of the 'ID' parameter. An attacker can remotely exploit this flaw by injecting malicious SQL code through the 'ID' argument without requiring user interaction or authentication, as indicated by the CVSS vector (AV:N/AC:L/AT:N/PR:L/UI:N). The vulnerability impacts the confidentiality, integrity, and availability of the underlying database, as the injected SQL commands can lead to unauthorized data disclosure, data modification, or deletion. The CVSS score of 5.3 reflects a medium risk, primarily because some privileges are required (PR:L), and the impact on confidentiality, integrity, and availability is limited (VC:L, VI:L, VA:L). No patches or fixes have been disclosed yet, and no known exploits are currently active in the wild. However, the public disclosure of the exploit code increases the risk of future exploitation. The vulnerability affects only version 1.0 of the product, which is a web-based application used for managing online exam form submissions, likely deployed in educational or training institutions. The lack of secure coding practices in input validation and sanitization in the delete_user.php file is the root cause of this SQL injection issue.
Potential Impact
For European organizations, especially educational institutions, training centers, and certification bodies using SourceCodester Online Exam Form Submission 1.0, this vulnerability poses a significant risk. Exploitation could lead to unauthorized access to sensitive user data, including personal information of students or exam candidates. Attackers could manipulate or delete user records, potentially disrupting exam administration and causing reputational damage. Additionally, the injection could be leveraged to escalate attacks within the network, compromising backend databases and connected systems. Given the remote exploitability without user interaction, attackers can automate attacks, increasing the risk of widespread compromise. The impact on data privacy is critical under GDPR regulations, exposing organizations to legal and financial penalties if personal data is leaked or manipulated. The medium severity score suggests that while the vulnerability is serious, exploitation requires some level of privilege, which might limit immediate risk but does not eliminate it.
Mitigation Recommendations
Organizations should immediately audit their use of SourceCodester Online Exam Form Submission 1.0 and prioritize upgrading to a patched version once available. In the absence of an official patch, implement the following mitigations: 1) Apply strict input validation and sanitization on the 'ID' parameter in /admin/delete_user.php to ensure only valid numeric or expected values are accepted. 2) Employ parameterized queries or prepared statements to prevent SQL injection attacks. 3) Restrict access to the /admin/delete_user.php endpoint to trusted administrators only, using network-level controls such as IP whitelisting or VPN access. 4) Monitor web server and database logs for unusual or suspicious queries targeting the 'ID' parameter. 5) Conduct a thorough security review of the entire application to identify and remediate similar injection flaws. 6) Implement Web Application Firewall (WAF) rules to detect and block SQL injection attempts targeting this endpoint. 7) Educate administrators about the risks and signs of exploitation to enable rapid incident response.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-09-17T11:58:40.653Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68cb466bd31237010cfa6062
Added to database: 9/17/2025, 11:38:19 PM
Last enriched: 9/25/2025, 12:50:44 AM
Last updated: 11/2/2025, 6:56:14 PM
Views: 36
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
Scans for Port 8530/8531 (TCP). Likely related to WSUS Vulnerability CVE-2025-59287, (Sun, Nov 2nd)
MediumCVE-2025-12598: SQL Injection in SourceCodester Best House Rental Management System
MediumCVE-2025-12597: SQL Injection in SourceCodester Best House Rental Management System
MediumCVE-2025-12596: Buffer Overflow in Tenda AC23
HighCVE-2025-12595: Buffer Overflow in Tenda AC23
HighActions
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.