Description
A security flaw has been discovered in itsourcecode Online Medicine Delivery System 1.0. The affected element is the function doInsert of the file /rider/orders/controller.php?action=add of the component Order Management Controller. Performing a manipulation of the argument image results in unrestricted upload. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.
Published: 2026-09-03
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Online Medicine Delivery System 1.0 contains a flaw in the order management controller’s doInsert function that allows an attacker to upload any file by manipulating the image parameter. Because the system accepts the file without validating its type or enforcing proper access checks (CWE-434 and CWE-284), a malicious actor can place a script or binary that may be executed later. The public release of the exploit raises the risk that unauthenticated or insufficiently authenticated users can trigger the upload, leading to remote code execution on the host. The CVSS score of 6.9 indicates a moderate severity, but the potential impact is high if the uploaded file gains executable privileges.

Affected Systems

The Online Medicine Delivery System 1.0, provided by itsourcecode, is affected. The flaw is located in the Order Management Controller’s controller.php file, in the doInsert (add action) routine.

Risk and Exploitability

The vulnerability can be exploited over the network via the web interface, requiring that an attacker can send a request to the add action. An attacker may craft a request that changes the image argument to upload a malicious file. Because no EPSS score is available and the issue is not listed in CISA KEV, the immediate awareness is limited to the public exploit. However, the existence of a publicly available exploit and the moderate CVSS suggest a non‑negligible risk to any deployment that does not restrict file uploads or enforce proper authentication for the order management endpoint.

Generated by OpenCVE AI on September 3, 2026 at 21:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched version of Online Medicine Delivery System that fixes the doInsert unrestricted upload flaw.
  • If a patch is not yet available, configure the application to validate the MIME type and file extension of uploaded images, allowing only approved image formats and rejecting all others.
  • Implement strict access controls so that only authenticated users with the appropriate role can invoke the order management upload endpoint; integrate role checks before processing the image upload.

Generated by OpenCVE AI on September 3, 2026 at 21:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in itsourcecode Online Medicine Delivery System 1.0. The affected element is the function doInsert of the file /rider/orders/controller.php?action=add of the component Order Management Controller. Performing a manipulation of the argument image results in unrestricted upload. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.
Title itsourcecode Online Medicine Delivery System Order Management Controller controller.php doInsert unrestricted upload
First Time appeared Itsourcecode
Itsourcecode online Medicine Delivery System
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:itsourcecode:online_medicine_delivery_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode online Medicine Delivery System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Online Medicine Delivery System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-03T20:15:09.396Z

Reserved: 2026-09-03T13:15:38.557Z

Link: CVE-2026-85208

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T21:17:23.777

Modified: 2026-09-03T21:17:23.777

Link: CVE-2026-85208

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T22:00:13Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type