CVE-2025-12255: SQL Injection in code-projects Online Event Judging System
A security flaw has been discovered in code-projects Online Event Judging System 1.0. This affects an unknown part of the file /add_contestant.php. Performing manipulation of the argument fullname results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be exploited.
AI Analysis
Technical Summary
CVE-2025-12255 is a SQL injection vulnerability affecting the Online Event Judging System version 1.0 developed by code-projects. The vulnerability resides in the /add_contestant.php script, specifically in the handling of the 'fullname' parameter. An attacker can remotely exploit this flaw by injecting malicious SQL code into the 'fullname' argument, which is then executed by the backend database. This injection occurs due to insufficient input sanitization and lack of parameterized queries, allowing attackers to manipulate SQL statements. The vulnerability does not require authentication or user interaction, increasing its risk profile. The CVSS 4.0 score is 5.3 (medium), reflecting the network attack vector, low complexity, and no privileges or user interaction needed, but with limited impact on confidentiality, integrity, and availability. Although no active exploitation has been confirmed, the public availability of exploit code increases the likelihood of attacks. The vulnerability could allow attackers to extract sensitive data, modify database contents, or disrupt service availability, depending on the database permissions and environment. The affected product is primarily used for managing event judging processes, which may contain personal data of contestants and event results, making confidentiality and integrity critical. The lack of official patches or vendor advisories necessitates immediate mitigation by users. The vulnerability highlights the importance of secure coding practices, especially input validation and the use of prepared statements to prevent SQL injection attacks.
Potential Impact
For European organizations using the Online Event Judging System, this vulnerability poses a risk of unauthorized data access and manipulation. Potential impacts include exposure of personal data of contestants, alteration of event results, and disruption of event management services. This could lead to reputational damage, legal consequences under GDPR due to personal data breaches, and operational interruptions during critical event periods. The remote and unauthenticated nature of the exploit increases the risk of widespread attacks, especially in environments where the system is internet-facing. Organizations involved in cultural, academic, or professional events relying on this software may face targeted attacks aiming to influence event outcomes or steal sensitive information. The medium severity score suggests moderate impact, but the public exploit availability and ease of exploitation elevate the urgency for mitigation. Additionally, compromised systems could be used as pivot points for further network intrusion, increasing the overall security risk.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the 'fullname' parameter and any other user inputs to block malicious SQL code. 2. Refactor the /add_contestant.php script to use parameterized queries or prepared statements to prevent SQL injection. 3. Restrict database user privileges to the minimum necessary, avoiding use of high-privilege accounts for web applications. 4. Monitor logs for unusual database queries or errors indicative of injection attempts. 5. If possible, isolate the Online Event Judging System behind a web application firewall (WAF) configured to detect and block SQL injection patterns. 6. Conduct a thorough security audit of the entire application to identify and remediate other potential injection points. 7. Regularly back up databases and test restoration procedures to mitigate data loss risks. 8. Engage with the vendor or community to obtain or develop official patches or updates. 9. Educate developers and administrators on secure coding practices and the risks of SQL injection. 10. Limit external exposure of the application by restricting access to trusted networks or VPNs where feasible.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy
CVE-2025-12255: SQL Injection in code-projects Online Event Judging System
Description
A security flaw has been discovered in code-projects Online Event Judging System 1.0. This affects an unknown part of the file /add_contestant.php. Performing manipulation of the argument fullname results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be exploited.
AI-Powered Analysis
Technical Analysis
CVE-2025-12255 is a SQL injection vulnerability affecting the Online Event Judging System version 1.0 developed by code-projects. The vulnerability resides in the /add_contestant.php script, specifically in the handling of the 'fullname' parameter. An attacker can remotely exploit this flaw by injecting malicious SQL code into the 'fullname' argument, which is then executed by the backend database. This injection occurs due to insufficient input sanitization and lack of parameterized queries, allowing attackers to manipulate SQL statements. The vulnerability does not require authentication or user interaction, increasing its risk profile. The CVSS 4.0 score is 5.3 (medium), reflecting the network attack vector, low complexity, and no privileges or user interaction needed, but with limited impact on confidentiality, integrity, and availability. Although no active exploitation has been confirmed, the public availability of exploit code increases the likelihood of attacks. The vulnerability could allow attackers to extract sensitive data, modify database contents, or disrupt service availability, depending on the database permissions and environment. The affected product is primarily used for managing event judging processes, which may contain personal data of contestants and event results, making confidentiality and integrity critical. The lack of official patches or vendor advisories necessitates immediate mitigation by users. The vulnerability highlights the importance of secure coding practices, especially input validation and the use of prepared statements to prevent SQL injection attacks.
Potential Impact
For European organizations using the Online Event Judging System, this vulnerability poses a risk of unauthorized data access and manipulation. Potential impacts include exposure of personal data of contestants, alteration of event results, and disruption of event management services. This could lead to reputational damage, legal consequences under GDPR due to personal data breaches, and operational interruptions during critical event periods. The remote and unauthenticated nature of the exploit increases the risk of widespread attacks, especially in environments where the system is internet-facing. Organizations involved in cultural, academic, or professional events relying on this software may face targeted attacks aiming to influence event outcomes or steal sensitive information. The medium severity score suggests moderate impact, but the public exploit availability and ease of exploitation elevate the urgency for mitigation. Additionally, compromised systems could be used as pivot points for further network intrusion, increasing the overall security risk.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the 'fullname' parameter and any other user inputs to block malicious SQL code. 2. Refactor the /add_contestant.php script to use parameterized queries or prepared statements to prevent SQL injection. 3. Restrict database user privileges to the minimum necessary, avoiding use of high-privilege accounts for web applications. 4. Monitor logs for unusual database queries or errors indicative of injection attempts. 5. If possible, isolate the Online Event Judging System behind a web application firewall (WAF) configured to detect and block SQL injection patterns. 6. Conduct a thorough security audit of the entire application to identify and remediate other potential injection points. 7. Regularly back up databases and test restoration procedures to mitigate data loss risks. 8. Engage with the vendor or community to obtain or develop official patches or updates. 9. Educate developers and administrators on secure coding practices and the risks of SQL injection. 10. Limit external exposure of the application by restricting access to trusted networks or VPNs where feasible.
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-10-26T05:33:43.746Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68ff37aa8ee3628e2d77b5f8
Added to database: 10/27/2025, 9:13:14 AM
Last enriched: 11/3/2025, 10:25:28 AM
Last updated: 12/10/2025, 1:37:48 AM
Views: 158
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-67507: CWE-287: Improper Authentication in filamentphp filament
HighCVE-2025-67485: CWE-693: Protection Mechanism Failure in machphy mad-proxy
MediumCVE-2025-67503
UnknownCVE-2025-67502: CWE-601: URL Redirection to Untrusted Site ('Open Redirect') in remram44 taguette
MediumCVE-2025-64898: Insufficiently Protected Credentials (CWE-522) in Adobe ColdFusion
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.