CVE-2025-8273
7.3code-projects · Exam Form Submission
A SQL injection vulnerability in code-projects Exam Form Submission 1.0 allows remote attackers to manipulate the credits argument via the /admin/update_s8.php file.
Executive summary
A critical SQL injection vulnerability exists in code-projects Exam Form Submission 1.0 that enables remote, unauthenticated attackers to potentially compromise database integrity.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /admin/update_s8.php file. Attackers can reach this endpoint remotely without authentication to manipulate the credits parameter and inject malicious SQL commands.
Business impact
The vulnerability carries a CVSS score of 7.3, representing a high risk to the confidentiality, integrity, and availability of the underlying database. Successful exploitation allows an attacker to interact with the database, potentially leading to unauthorized data exfiltration, modification of records, or administrative bypasses that could disrupt business operations or compromise sensitive user information.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the /admin/update_s8.php file or disable the affected component entirely if it is not business critical.
Proactive Monitoring: Review web server access logs for anomalous requests directed at /admin/update_s8.php, specifically looking for SQL syntax patterns or unexpected character strings within the credits parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeted at administrative endpoints.
Exploitation status
Public Exploit Available: Yes — a public proof-of-concept exists as documented in the GitHub issue referenced in the CVE record.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of remote access, this vulnerability presents a significant security risk. Administrators must prioritize isolating the affected application from public networks until an official security update is released by the vendor. Immediate implementation of WAF rules and access controls is essential to prevent potential exploitation.
More code-projects CVEs
Sources
Originally found and disclosed by zhuchengqing (VulDB User), per the CVE Program record.