CVE-2025-14667

7.3

itsourcecode · COVID Tracking System

A SQL injection vulnerability in the itsourcecode COVID Tracking System 1.0 allows remote attackers to execute arbitrary SQL commands via the meta_value parameter.

Executive summary

The itsourcecode COVID Tracking System 1.0 is vulnerable to unauthenticated SQL injection, posing a critical risk of database compromise and unauthorized data access.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the /admin/?page=system_info endpoint. The application fails to sanitize the meta_value parameter, allowing an unauthenticated remote attacker to manipulate database queries.

Business impact

Successful exploitation allows an attacker to gain unauthorized access to the underlying database. This can lead to sensitive data leakage, unauthorized data modification or deletion, and potential full system compromise, resulting in significant business disruption and reputational damage. While the CVSS score is 7.3, the ability for unauthenticated remote attackers to manipulate backend queries elevates the urgency of this finding.

Remediation

Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the administrative interface immediately.

Proactive Monitoring: Review web server and database logs for anomalous query patterns, specifically looking for time-based blind SQL injection payloads containing sleep commands or unusual characters in the meta_value field.

Compensating Controls: Deploy a Web Application Firewall (WAF) to filter and block malicious SQL injection patterns targeting the /admin/?page=system_info endpoint.

Exploitation status

Public Exploit Available: Yes, a proof-of-concept exists as documented in the linked GitHub security issue.

Analyst recommendation

Given the severity of SQL injection and the public availability of a proof-of-concept, this vulnerability must be treated as a high priority. Organizations using the COVID Tracking System should implement strict access controls and WAF rules immediately, as no vendor-provided patch exists to resolve the underlying code defect.

More itsourcecode CVEs

Sources

Originally found and disclosed by bardminx (VulDB User), per the CVE Program record.