CVE-2025-15073
7.3itsourcecode · Online Frozen Foods Ordering System
A SQL injection vulnerability exists in the Online Frozen Foods Ordering System 1.0 via the name parameter in contact_us.php, allowing unauthenticated remote attackers to compromise the database.
Executive summary
A critical SQL injection vulnerability in the itsourcecode Online Frozen Foods Ordering System allows unauthenticated attackers to execute unauthorized database queries and potentially compromise system data.
Vulnerability
The application fails to properly sanitize the name parameter within the /frozenfoodssystem/contact_us.php file, resulting in a SQL injection vulnerability. This flaw allows an unauthenticated remote attacker to inject malicious SQL commands directly into the backend database.
Business impact
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, data tampering, or complete deletion of database records. Given the CVSS score of 7.3, this represents a significant risk to the confidentiality and integrity of customer and system data. Such an incident could result in severe reputational damage and potential disruption of business operations.
Remediation
Immediate Action: Since no official vendor patch is currently available, administrators should restrict access to the contact_us.php endpoint or disable the affected module entirely until a secure version is released.
Proactive Monitoring: Monitor database query logs for unusual time-based patterns or syntax errors that indicate injection attempts, and review web server access logs for requests containing suspicious SQL keywords.
Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns in GET and POST parameters.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as detailed in the referenced GitHub security issue.
Analyst recommendation
This vulnerability presents a clear risk due to the availability of proof-of-concept code and the lack of required authentication for exploitation. Organizations currently utilizing this software must prioritize the implementation of compensating controls, such as WAF filtering, and isolate the vulnerable component from public access until a formal software update is provided by the vendor.
More itsourcecode CVEs
Sources
Originally found and disclosed by Seven7. (VulDB User), per the CVE Program record.
- VDB-338330 | itsourcecode Online Frozen Foods Ordering System contact_us.php sql injection Vulnerability database entry
- VDB-338330 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #721321 | itsourcecode Online Frozen Foods Ordering System v1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com