CVE-2025-9426
7.3itsourcecode · Online Tour and Travel Management System
A SQL injection vulnerability exists in the Online Tour and Travel Management System 1.0, specifically within the package.php file, allowing remote attackers to manipulate the subcatid argument.
Executive summary
A remote SQL injection vulnerability in the itsourcecode Online Tour and Travel Management System 1.0 poses a significant risk to data integrity and database security.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the package.php file. The vulnerability allows an unauthenticated remote attacker to inject malicious SQL commands via the subcatid parameter.
Business impact
The presence of a SQL injection vulnerability allows unauthorized actors to query, modify, or delete sensitive data stored within the backend database. Given the CVSS score of 7.3, this flaw is categorized as high severity because it enables remote exploitation without requiring authentication, potentially leading to total loss of data confidentiality and integrity for the affected application.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the application or disable the vulnerable component until the vendor releases a secure update.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax or unusual characters in the subcatid parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common SQL injection patterns and sanitize input directed at the package.php endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists via the GitHub repository referenced in the vulnerability report.
Analyst recommendation
Given the public availability of exploit code and the high impact of SQL injection, immediate remediation is required. If a vendor patch is not available, isolate the system from public networks and apply robust WAF filtering to prevent unauthorized database access.
More itsourcecode CVEs
Sources
Originally found and disclosed by shqnq (VulDB User), per the CVE Program record.
- VDB-321269 | itsourcecode Online Tour and Travel Management System package.php sql injection Vulnerability database entry
- VDB-321269 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #634154 | projectworlds Online Tour and Travel Management System V1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com