Description
A weakness has been identified in itsourcecode Online Medicine Delivery System 1.0. Affected by this vulnerability is the function doupdateimage of the file /customer/controller.php?action=photos of the component Customer Controller. Executing a manipulation of the argument photo can lead to unrestricted upload. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unrestricted File Upload leading to potential Remote Code Execution
Action: Apply Patch
AI Analysis

Impact

The vulnerability is an unrestricted file upload flaw located in the Customer Controller of the Online Medicine Delivery System. A malicious user can manipulate the photo parameter to upload arbitrary files. This can compromise confidentiality, integrity, and availability by allowing an attacker to upload a script or malicious file that could be executed on the server, potentially leading to remote code execution or other destructive actions. The weakness is rooted in improper access control (CWE-284) and an unrestricted upload of dangerous file types (CWE-434).

Affected Systems

The affected product is itsourcecode Online Medicine Delivery System version 1.0. The flaw exists in the function doupdateimage of the file /customer/controller.php when the action is set to photos within the Customer Controller component.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. The EPSS score is not available, so the current exploitation probability cannot be quantified. The vulnerability is not listed in the CISA KEV catalog, but an exploit has been made publicly available. Based on the description, it is inferred that the attack vector is remote, requiring only network access to the deployment. Successful exploitation would enable the attacker to upload malicious files that the server may execute, thereby compromising the application and potentially the underlying host system.

Generated by OpenCVE AI on September 3, 2026 at 20:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or update to a version that contains the upload restriction fix
  • If a patch is not yet available, configure the application to accept only a validated list of safe file types for the photo upload and reject all others
  • Ensure that the upload directory is protected from script execution by disabling PHP/Script execution or placing a restrictive .htaccess or web.config rule

Generated by OpenCVE AI on September 3, 2026 at 20:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 17:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in itsourcecode Online Medicine Delivery System 1.0. Affected by this vulnerability is the function doupdateimage of the file /customer/controller.php?action=photos of the component Customer Controller. Executing a manipulation of the argument photo can lead to unrestricted upload. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Title itsourcecode Online Medicine Delivery System Customer Controller controller.php doupdateimage 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': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-04T13:42:13.413Z

Reserved: 2026-09-03T11:49:49.989Z

Link: CVE-2026-85186

cve-icon Vulnrichment

Updated: 2026-09-03T17:49:32.201Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T17:17:30.007

Modified: 2026-09-04T14:17:21.237

Link: CVE-2026-85186

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T20:30:10Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type