CVE-2025-14587

7.3

itsourcecode · Online Pet Shop Management System

The Online Pet Shop Management System 1.0 contains a remote SQL injection vulnerability in the Name argument of the /pet1/available.php file.

Executive summary

A critical remote SQL injection vulnerability in the itsourcecode Online Pet Shop Management System 1.0 allows unauthenticated attackers to manipulate database queries.

Vulnerability

This vulnerability is a SQL injection flaw (CWE-89) affecting the Name parameter within the /pet1/available.php file. The vulnerability is remotely exploitable without requiring user authentication.

Business impact

The ability for an unauthenticated attacker to perform SQL injection poses a significant risk to the confidentiality and integrity of the backend database. Successful exploitation could allow unauthorized access to sensitive pet shop data, modification of records, or potential system compromise. With a CVSS score of 7.3, this flaw represents a high-severity risk that demands immediate attention to prevent data breaches.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the affected web application or take the service offline until a secure version is released.

Proactive Monitoring: Monitor server access logs for suspicious HTTP requests targeting the /pet1/available.php file, specifically looking for SQL syntax patterns in the Name parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads in URI arguments.

Exploitation status

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

Analyst recommendation

Given the availability of a public proof-of-concept and the remote nature of this vulnerability, the risk to exposed instances is elevated. Organizations currently running the Online Pet Shop Management System 1.0 must prioritize the implementation of WAF filtering or network isolation immediately, as the lack of a vendor-provided patch leaves the system exposed to potential exploitation.

More itsourcecode CVEs

Sources

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