CVE-2026-85205
Received Received - Intake

SQL Injection in Online Medicine Delivery System

Vulnerability report for CVE-2026-85205, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulDB

Description

A vulnerability was determined in itsourcecode Online Medicine Delivery System 1.0. This issue affects the function addwishlist of the file /customer/controller.php?action=addwish of the component Wishlist. This manipulation of the argument proid causes sql injection. The attack may be initiated remotely.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-04
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode online_medicine_delivery_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Online Medicine Delivery System 1.0. It exists in the addwishlist function of the file /customer/controller.php?action=addwish when the proid argument is manipulated. An attacker can remotely exploit this to inject malicious SQL code into the application.

Detection Guidance

To detect SQL injection vulnerabilities in the Online Medicine Delivery System, inspect HTTP requests to /customer/controller.php with the action=addwishlist parameter. Look for unusual input in the proid argument, such as single quotes, semicolons, or SQL keywords like UNION or SELECT. Use tools like sqlmap to test for injection points by sending crafted payloads to the parameter.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. This could lead to unauthorized access to sensitive data, data manipulation, or even complete database compromise. Attackers might steal user credentials, medical records, or other confidential information.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized data access risks. GDPR mandates strict data protection measures, and HIPAA requires safeguards for protected health information. A successful exploit could result in non-compliance, legal penalties, and reputational damage.

Mitigation Strategies

Immediately update the Online Medicine Delivery System to the latest patched version. If no patch is available, implement input validation for the proid parameter in the addwishlist function to reject non-numeric values. Use prepared statements or parameterized queries in the PHP code to prevent SQL injection. Restrict database user permissions to limit damage from potential exploits.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85205. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart