CVE-2025-15074
7.3itsourcecode · Online Frozen Foods Ordering System
A SQL injection vulnerability in itsourcecode Online Frozen Foods Ordering System 1.0 allows unauthenticated attackers to execute arbitrary database queries via the first_name parameter.
Executive summary
An unauthenticated SQL injection vulnerability in the Online Frozen Foods Ordering System allows remote attackers to compromise the underlying database, posing a critical risk to data integrity and confidentiality.
Vulnerability
This vulnerability is a SQL injection flaw (CWE-89) located in the /frozenfoodssystem/customer_details.php file. The application fails to sanitize the first_name parameter before including it in SQL queries, allowing an unauthenticated attacker to manipulate database operations.
Business impact
Successful exploitation permits unauthorized access to the backend database, potentially leading to the leakage of customer details, data tampering, or total system compromise. Given the CVSS score of 7.3, this flaw represents a significant risk to business continuity and regulatory compliance, as attackers can exfiltrate sensitive information without requiring any prior authentication or administrative privileges.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the affected application and implement strict input validation on the first_name parameter.
Proactive Monitoring: Monitor web server logs for suspicious GET requests containing SQL syntax, such as "SLEEP" commands or unexpected special characters, directed at the /frozenfoodssystem/customer_details.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the vulnerable parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub issue.
Analyst recommendation
Due to the lack of an official vendor patch and the presence of a public proof-of-concept, this vulnerability should be treated with high urgency. Organizations utilizing this software must implement immediate compensating controls to prevent unauthorized database access while evaluating the feasibility of replacing or isolating the affected system until a formal security update is released.
More itsourcecode CVEs
Sources
Originally found and disclosed by ttting (VulDB User), per the CVE Program record.
- VDB-338331 | itsourcecode Online Frozen Foods Ordering System customer_details.php sql injection Vulnerability database entry
- VDB-338331 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #721389 | itsourcecode Online Frozen Foods Ordering System v1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com