Description
A flaw has been found in itsourcecode Online Medicine Delivery System 1.0. This vulnerability affects the function loadResultList of the file /index.php?q=product of the component Product Category Filter Interface. Executing a manipulation of the argument Category can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Apply Patch
AI Analysis

Impact

The flaw resides in the loadResultList function of the Online Medicine Delivery System 1.0, where the Category parameter is inserted directly into an SQL query. Manipulating this argument allows an attacker to embed arbitrary SQL code, which can be executed against the database. The vulnerability is reported as a SQL injection that can be triggered remotely by modifying a URL parameter, and publication of an exploit confirms that it can be used in real attacks.

Affected Systems

The vulnerability affects version 1.0 of the Online Medicine Delivery System from itsourcecode. No other versions or products appear to be impacted as of the current data.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity risk. The EPSS score is not available and the vulnerability is not listed in CISA's KEV catalog, but the presence of a publicly available exploit and the remote access nature of the attack point to a real chance of exploitation. The attacker needs only to craft a request to the vulnerable URL parameter to trigger the injection.

Generated by OpenCVE AI on August 31, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Online Medicine Delivery System to a patched or newer version if the vendor releases a fix.
  • Refactor the SQL query handling in the loadResultList function to use prepared statements or parameter binding for the Category input.
  • Deploy a web application firewall or similar solution that inspects and blocks malicious payloads targeting the Category parameter.

Generated by OpenCVE AI on August 31, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in itsourcecode Online Medicine Delivery System 1.0. This vulnerability affects the function loadResultList of the file /index.php?q=product of the component Product Category Filter Interface. Executing a manipulation of the argument Category can lead to sql injection. The attack may be launched remotely. The exploit has been published and may be used.
Title itsourcecode Online Medicine Delivery System Product Category Filter index.php loadResultList sql injection
First Time appeared Itsourcecode
Itsourcecode online Medicine Delivery System
Weaknesses CWE-74
CWE-89
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-01T14:54:18.936Z

Reserved: 2026-08-30T07:43:47.971Z

Link: CVE-2026-82614

cve-icon Vulnrichment

Updated: 2026-09-01T14:54:14.074Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T05:17:04.020

Modified: 2026-09-01T15:17:34.253

Link: CVE-2026-82614

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T06:30:05Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')