CVE-2026-85187
Deferred Deferred - Pending Action

SQL Injection in Online Medicine Delivery System

Vulnerability report for CVE-2026-85187, 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 security vulnerability has been detected in itsourcecode Online Medicine Delivery System 1.0. Affected by this issue is the function Order::pupdate of the file /rider/orders/controller.php?action=edit&actions=confirm of the component Order Status Update. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
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 is a SQL injection vulnerability in the Online Medicine Delivery System 1.0. The issue is in the Order::pupdate function of the file /rider/orders/controller.php?action=edit&actions=confirm. An attacker can manipulate the ID argument to inject malicious SQL code, potentially accessing or modifying database contents remotely.

Detection Guidance

To detect SQL injection vulnerabilities in the Online Medicine Delivery System, inspect the Order Status Update component for improper input validation in the ID parameter of the rider/orders/controller.php file. Look for direct SQL queries without parameterized statements or sanitization.

Impact Analysis

An attacker could exploit this to steal sensitive data like customer orders, payment details, or personal information. They might also alter or delete records, disrupt services, or gain unauthorized access to the system. The public disclosure increases the risk of exploitation.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data breaches requiring notification) and HIPAA (unauthorized access to protected health information). Organizations may face fines, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Immediately update the Order::pupdate function to use prepared statements with parameterized queries for the ID parameter. Validate and sanitize all user inputs before processing. Consider implementing a web application firewall to block malicious SQL injection attempts.

Chat Assistant

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

EPSS Chart