CVE-2025-12328: SQL Injection in shawon100 RUET OJ
A vulnerability was identified in shawon100 RUET OJ up to 18fa45b0a669fa1098a0b8fc629cf6856369d9a5. Impacted is an unknown function of the file /contestproblem.php. Such manipulation of the argument Name leads to sql injection. The attack may be launched remotely. The exploit is publicly available and might be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
AI Analysis
Technical Summary
CVE-2025-12328 identifies a SQL injection vulnerability in the shawon100 RUET OJ platform, a system used for online programming contests and problem management. The vulnerability resides in an unspecified function within the /contestproblem.php file, where the 'Name' parameter is improperly sanitized, allowing an attacker to inject malicious SQL code. This injection can be exploited remotely without requiring authentication or user interaction, increasing the attack surface. The platform operates on a rolling release basis, meaning updates are continuously delivered without fixed version numbers, complicating patch management and vulnerability tracking. Despite early vendor contact, no response or patch has been issued. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:L), no user interaction (UI:N), and partial impacts on confidentiality, integrity, and availability (VC:L, VI:L, VA:L). Although no active exploits have been observed in the wild, a public exploit is available, raising the risk of exploitation. The vulnerability could allow attackers to extract sensitive data, modify database contents, or disrupt service availability, depending on the database privileges and application logic. The lack of vendor response and patch availability heightens the urgency for organizations to implement compensating controls.
Potential Impact
For European organizations, exploitation of this SQL injection vulnerability could lead to unauthorized access to sensitive data such as user credentials, contest problems, or participant information, potentially violating GDPR and other data protection regulations. Integrity of contest data could be compromised, undermining the fairness and trustworthiness of programming competitions or academic assessments. Availability impacts could disrupt contest operations, causing reputational damage and operational delays. Given the remote and unauthenticated nature of the exploit, attackers could target publicly accessible RUET OJ instances without prior access. Organizations relying on RUET OJ for educational or competitive programming purposes may face increased risk of data breaches or service interruptions. The absence of vendor patches necessitates reliance on internal security measures, increasing operational overhead. Additionally, public exploit availability raises the likelihood of opportunistic attacks, especially in environments with limited security monitoring.
Mitigation Recommendations
1. Implement strict input validation and parameterized queries or prepared statements in the application code to prevent SQL injection. 2. Deploy Web Application Firewalls (WAFs) configured to detect and block SQL injection patterns targeting the 'Name' parameter in /contestproblem.php. 3. Conduct thorough code audits and penetration testing focused on database interaction points within RUET OJ. 4. Monitor database logs and application logs for unusual queries or error messages indicative of injection attempts. 5. Restrict database user privileges to the minimum necessary, limiting the potential damage from successful injection. 6. Isolate RUET OJ instances behind VPNs or access controls where feasible to reduce exposure. 7. Maintain regular backups of contest data to enable recovery in case of data tampering or loss. 8. Engage with the vendor community or open-source maintainers to track any forthcoming patches or updates. 9. Educate administrators and developers on secure coding practices and the importance of timely vulnerability remediation. 10. Consider alternative contest management platforms with active security support if RUET OJ cannot be adequately secured.
Affected Countries
Germany, France, United Kingdom, Netherlands, Poland, Italy, Spain, Sweden
CVE-2025-12328: SQL Injection in shawon100 RUET OJ
Description
A vulnerability was identified in shawon100 RUET OJ up to 18fa45b0a669fa1098a0b8fc629cf6856369d9a5. Impacted is an unknown function of the file /contestproblem.php. Such manipulation of the argument Name leads to sql injection. The attack may be launched remotely. The exploit is publicly available and might be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
AI-Powered Analysis
Technical Analysis
CVE-2025-12328 identifies a SQL injection vulnerability in the shawon100 RUET OJ platform, a system used for online programming contests and problem management. The vulnerability resides in an unspecified function within the /contestproblem.php file, where the 'Name' parameter is improperly sanitized, allowing an attacker to inject malicious SQL code. This injection can be exploited remotely without requiring authentication or user interaction, increasing the attack surface. The platform operates on a rolling release basis, meaning updates are continuously delivered without fixed version numbers, complicating patch management and vulnerability tracking. Despite early vendor contact, no response or patch has been issued. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:L), no user interaction (UI:N), and partial impacts on confidentiality, integrity, and availability (VC:L, VI:L, VA:L). Although no active exploits have been observed in the wild, a public exploit is available, raising the risk of exploitation. The vulnerability could allow attackers to extract sensitive data, modify database contents, or disrupt service availability, depending on the database privileges and application logic. The lack of vendor response and patch availability heightens the urgency for organizations to implement compensating controls.
Potential Impact
For European organizations, exploitation of this SQL injection vulnerability could lead to unauthorized access to sensitive data such as user credentials, contest problems, or participant information, potentially violating GDPR and other data protection regulations. Integrity of contest data could be compromised, undermining the fairness and trustworthiness of programming competitions or academic assessments. Availability impacts could disrupt contest operations, causing reputational damage and operational delays. Given the remote and unauthenticated nature of the exploit, attackers could target publicly accessible RUET OJ instances without prior access. Organizations relying on RUET OJ for educational or competitive programming purposes may face increased risk of data breaches or service interruptions. The absence of vendor patches necessitates reliance on internal security measures, increasing operational overhead. Additionally, public exploit availability raises the likelihood of opportunistic attacks, especially in environments with limited security monitoring.
Mitigation Recommendations
1. Implement strict input validation and parameterized queries or prepared statements in the application code to prevent SQL injection. 2. Deploy Web Application Firewalls (WAFs) configured to detect and block SQL injection patterns targeting the 'Name' parameter in /contestproblem.php. 3. Conduct thorough code audits and penetration testing focused on database interaction points within RUET OJ. 4. Monitor database logs and application logs for unusual queries or error messages indicative of injection attempts. 5. Restrict database user privileges to the minimum necessary, limiting the potential damage from successful injection. 6. Isolate RUET OJ instances behind VPNs or access controls where feasible to reduce exposure. 7. Maintain regular backups of contest data to enable recovery in case of data tampering or loss. 8. Engage with the vendor community or open-source maintainers to track any forthcoming patches or updates. 9. Educate administrators and developers on secure coding practices and the importance of timely vulnerability remediation. 10. Consider alternative contest management platforms with active security support if RUET OJ cannot be adequately secured.
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-27T10:21:26.893Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68ffe632ba6dffc5e21130ba
Added to database: 10/27/2025, 9:37:54 PM
Last enriched: 10/27/2025, 9:53:46 PM
Last updated: 10/28/2025, 3:47:31 AM
Views: 6
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-10939: Uncontrolled Search Path Element in Red Hat Red Hat Build of Keycloak
LowCVE-2025-12347: Unrestricted Upload in MaxSite CMS
MediumCVE-2025-12346: Unrestricted Upload in MaxSite CMS
MediumCVE-2024-1139: Exposure of Sensitive Information to an Unauthorized Actor
HighCVE-2025-12344: Unrestricted Upload in Yonyou U8 Cloud
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.