CVE-2025-12327: SQL Injection in shawon100 RUET OJ
A vulnerability was determined in shawon100 RUET OJ up to 18fa45b0a669fa1098a0b8fc629cf6856369d9a5. This issue affects some unknown processing of the file /description.php. This manipulation of the argument ID causes sql injection. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The vendor was contacted early about this disclosure but did not respond in any way.
AI Analysis
Technical Summary
CVE-2025-12327 identifies an SQL injection vulnerability in the shawon100 RUET OJ online judge platform, specifically in the handling of the 'ID' parameter within the /description.php endpoint. This vulnerability arises from improper sanitization or validation of user-supplied input, allowing attackers to inject arbitrary SQL commands into backend database queries. The injection can be performed remotely without authentication or user interaction, indicating a network-exploitable flaw with low complexity but requiring low privileges. The vulnerability affects versions up to the commit hash 18fa45b0a669fa1098a0b8fc629cf6856369d9a5, but due to the product's rolling release model, exact versioning is ambiguous. The vendor was contacted but did not respond, and no official patches or fixes have been released. The CVSS 4.0 base score is 5.3 (medium), reflecting moderate impact on confidentiality, integrity, and availability with partial scope impact. Exploitation could allow attackers to extract sensitive data, modify database contents, or disrupt service availability. Although no known exploits are currently active in the wild, the public disclosure of the vulnerability increases the likelihood of future exploitation attempts. The lack of vendor response and patch availability necessitates proactive mitigation by users of the platform. Given the nature of the platform as an online judge system, typically used in academic or competitive programming environments, the threat primarily targets educational institutions or organizations relying on this software for coding competitions or assessments.
Potential Impact
For European organizations, particularly universities, coding bootcamps, and competitive programming platforms using shawon100 RUET OJ, this vulnerability poses significant risks. Exploitation could lead to unauthorized disclosure of sensitive user data, including participant submissions, personal information, or competition results, undermining privacy and trust. Data integrity could be compromised by unauthorized modification or deletion of database records, potentially affecting competition fairness or record accuracy. Availability impacts may arise if attackers execute commands that disrupt database operations or cause service outages, impacting ongoing assessments or contests. The medium CVSS score reflects moderate but tangible risks, especially given the unauthenticated remote exploit vector. European organizations with limited security resources or delayed patching processes are particularly vulnerable. Additionally, the absence of vendor patches and public exploit code increases the urgency for internal mitigations. The reputational damage and potential regulatory consequences under GDPR for data breaches further elevate the impact for affected European entities.
Mitigation Recommendations
Since no official patches are available, European organizations should implement immediate compensating controls. First, apply strict input validation and sanitization on the 'ID' parameter in /description.php, ensuring only expected numeric or alphanumeric values are accepted. Employ parameterized queries or prepared statements in the database access layer to prevent SQL injection. Conduct thorough code reviews and static analysis to identify similar injection points. Monitor database logs and application logs for unusual query patterns or error messages indicative of injection attempts. Restrict database user privileges to the minimum necessary to limit potential damage from injection exploits. If feasible, deploy web application firewalls (WAFs) with custom rules to detect and block SQL injection payloads targeting this endpoint. Educate development and security teams about the vulnerability and encourage rapid incident response readiness. Finally, maintain close monitoring of vendor communications for any future patches or updates and plan for timely application once available.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden
CVE-2025-12327: SQL Injection in shawon100 RUET OJ
Description
A vulnerability was determined in shawon100 RUET OJ up to 18fa45b0a669fa1098a0b8fc629cf6856369d9a5. This issue affects some unknown processing of the file /description.php. This manipulation of the argument ID causes sql injection. The attack may be initiated remotely. The exploit has been publicly disclosed and may be utilized. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The vendor was contacted early about this disclosure but did not respond in any way.
AI-Powered Analysis
Technical Analysis
CVE-2025-12327 identifies an SQL injection vulnerability in the shawon100 RUET OJ online judge platform, specifically in the handling of the 'ID' parameter within the /description.php endpoint. This vulnerability arises from improper sanitization or validation of user-supplied input, allowing attackers to inject arbitrary SQL commands into backend database queries. The injection can be performed remotely without authentication or user interaction, indicating a network-exploitable flaw with low complexity but requiring low privileges. The vulnerability affects versions up to the commit hash 18fa45b0a669fa1098a0b8fc629cf6856369d9a5, but due to the product's rolling release model, exact versioning is ambiguous. The vendor was contacted but did not respond, and no official patches or fixes have been released. The CVSS 4.0 base score is 5.3 (medium), reflecting moderate impact on confidentiality, integrity, and availability with partial scope impact. Exploitation could allow attackers to extract sensitive data, modify database contents, or disrupt service availability. Although no known exploits are currently active in the wild, the public disclosure of the vulnerability increases the likelihood of future exploitation attempts. The lack of vendor response and patch availability necessitates proactive mitigation by users of the platform. Given the nature of the platform as an online judge system, typically used in academic or competitive programming environments, the threat primarily targets educational institutions or organizations relying on this software for coding competitions or assessments.
Potential Impact
For European organizations, particularly universities, coding bootcamps, and competitive programming platforms using shawon100 RUET OJ, this vulnerability poses significant risks. Exploitation could lead to unauthorized disclosure of sensitive user data, including participant submissions, personal information, or competition results, undermining privacy and trust. Data integrity could be compromised by unauthorized modification or deletion of database records, potentially affecting competition fairness or record accuracy. Availability impacts may arise if attackers execute commands that disrupt database operations or cause service outages, impacting ongoing assessments or contests. The medium CVSS score reflects moderate but tangible risks, especially given the unauthenticated remote exploit vector. European organizations with limited security resources or delayed patching processes are particularly vulnerable. Additionally, the absence of vendor patches and public exploit code increases the urgency for internal mitigations. The reputational damage and potential regulatory consequences under GDPR for data breaches further elevate the impact for affected European entities.
Mitigation Recommendations
Since no official patches are available, European organizations should implement immediate compensating controls. First, apply strict input validation and sanitization on the 'ID' parameter in /description.php, ensuring only expected numeric or alphanumeric values are accepted. Employ parameterized queries or prepared statements in the database access layer to prevent SQL injection. Conduct thorough code reviews and static analysis to identify similar injection points. Monitor database logs and application logs for unusual query patterns or error messages indicative of injection attempts. Restrict database user privileges to the minimum necessary to limit potential damage from injection exploits. If feasible, deploy web application firewalls (WAFs) with custom rules to detect and block SQL injection payloads targeting this endpoint. Educate development and security teams about the vulnerability and encourage rapid incident response readiness. Finally, maintain close monitoring of vendor communications for any future patches or updates and plan for timely application once available.
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:23.666Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68ffdf31ba6dffc5e20e9776
Added to database: 10/27/2025, 9:08:01 PM
Last enriched: 11/4/2025, 3:22:42 AM
Last updated: 12/10/2025, 9:09:37 PM
Views: 72
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-65832: n/a
UnknownCVE-2025-65831: n/a
UnknownCVE-2025-65830: n/a
UnknownCVE-2025-65829: n/a
UnknownCVE-2025-67461: CWE-73: External Control of File Name or Path in Zoom Communications Inc. Zoom Rooms
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.