CVE-2026-82613
7.3itsourcecode · Online Medicine Delivery System
The Online Medicine Delivery System contains a SQL injection vulnerability in the product search interface, allowing unauthenticated remote attackers to execute arbitrary database queries.
Executive summary
An unauthenticated SQL injection vulnerability in the itsourcecode Online Medicine Delivery System 1.0 poses a critical risk of full database compromise.
Vulnerability
The application fails to sanitize the search parameter within the loadResultList function in /index.php?q=product, allowing an unauthenticated attacker to inject malicious SQL commands into a LIKE query.
Business impact
Successful exploitation allows an attacker to bypass authentication and extract sensitive information from the database, including customer personal data, administrative credentials, and order history. Given the CVSS score of 7.3, this represents a significant risk to data confidentiality and integrity, potentially leading to severe reputational damage and regulatory non-compliance.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected search interface via network-level controls or by disabling the search feature entirely until a secure version is released.
Proactive Monitoring: Security teams should review web server access logs for anomalous POST requests to /index.php?q=product containing SQL syntax characters such as single quotes, parentheses, or UNION keywords.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns specifically targeting the search parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as detailed in the referenced GitHub security write-up.
Analyst recommendation
The presence of a public proof-of-concept for this SQL injection vulnerability necessitates immediate defensive action. Because the flaw allows for unauthenticated data extraction, prioritize isolating the affected system from public-facing networks until the vendor provides a remediation or the source code is hardened using parameterized queries.
More itsourcecode CVEs
Sources
Originally found and disclosed by Weining Xiao (VulDB User), per the CVE Program record.
- VDB-397114 | itsourcecode Online Medicine Delivery System Product Search index.php loadResultList sql injection Vulnerability database entry
- VDB-397114 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-82613 | CVE Analysis and Report Third-party advisory
- Submit #892912 | itsourcecode Online Medicine Delivery System v1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com