CVE-2025-9764
7.3itsourcecode · Sports Management System
A SQL injection vulnerability in itsourcecode Sports Management System 1.0 allows remote, unauthenticated attackers to manipulate the ID argument in /Admin/resultdetails.php.
Executive summary
A critical SQL injection vulnerability exists in itsourcecode Sports Management System 1.0, posing a significant risk of unauthorized database manipulation by unauthenticated remote attackers.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the /Admin/resultdetails.php file, where improper neutralization of special elements in the ID parameter allows remote, unauthenticated attackers to execute arbitrary SQL commands.
Business impact
The ability for an unauthenticated attacker to inject arbitrary SQL queries creates a high risk of unauthorized data access, modification, or potential administrative account takeover. Given the CVSS score of 7.3, this vulnerability is classified as High severity, as it facilitates direct interaction with the backend database without requiring valid credentials. Such access can lead to total compromise of the application data and underlying system integrity.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the /Admin/ directory to trusted IP addresses only or disable the vulnerable component entirely.
Proactive Monitoring: Security teams should monitor web server logs for anomalous SQL syntax patterns or unexpected GET requests targeting the /Admin/resultdetails.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with custom rules configured to detect and block SQL injection payloads targeting the ID parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced in the vulnerability report.
Analyst recommendation
Due to the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability presents an immediate operational risk. Organizations utilizing this software must prioritize restricting external access to the affected administrative interface and employ robust WAF filtering to mitigate the threat of SQL injection until a formal security update is provided by the vendor.
More itsourcecode CVEs
Sources
Originally found and disclosed by zws1 (VulDB User), per the CVE Program record.