Description
A vulnerability has been found in itsourcecode Online Medicine Delivery System 1.0. This issue affects the function Customer::find_phone of the file /passwordrecover.php of the component Password Recovery Interface. The manipulation of the argument phonenumber leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection vulnerability exists in the Customer::find_phone function within the Password Recovery interface of itsourcecode Online Medicine Delivery System 1.0. By appending malicious SQL to the phonenumber argument, an attacker can manipulate the database query. The affected parameter is directly concatenated into an SQL statement, allowing arbitrary queries that can read or modify sensitive data. Because the flaw is accessed over the web, remote attackers can trigger it without authentication, potentially exposing the entire database.

Affected Systems

The vulnerability affects itsourcecode Online Medicine Delivery System version 1.0. The specific component is the Password Recovery interface located at /passwordrecover.php, where the Customer::find_phone method processes the phone number field. Only the released 1.0 build appears to be impacted; no other versions are listed.

Risk and Exploitability

With a CVSS score of 6.9, the risk is considered moderate. The EPSS score is not available, and the issue has not been listed in the CISA KEV catalog, suggesting limited exploitation awareness. Nevertheless, because the flaw is reachable over the internet and does not require authentication, a remote attacker can craft a request to the passwordrecover.php endpoint, insert malicious SQL, and potentially read or alter data. No official workaround is provided, so the vulnerability remains open until a vendor patch becomes available.

Generated by OpenCVE AI on August 31, 2026 at 05:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor-provided patch or update to a newer version of the Online Medicine Delivery System when released.
  • Restrict the input for the phonenumber parameter by validating and sanitizing it; reject malformed values and enforce a strict numeric format.
  • Refactor the code to use parameterized queries or prepared statements so that the input cannot alter the SQL structure.
  • Limit exposure of the password recovery endpoint to authenticated or trusted IP addresses, or add rate limiting to mitigate automated exploitation.

Generated by OpenCVE AI on August 31, 2026 at 05:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A vulnerability has been found in itsourcecode Online Medicine Delivery System 1.0. This issue affects the function Customer::find_phone of the file /passwordrecover.php of the component Password Recovery Interface. The manipulation of the argument phonenumber leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
Title itsourcecode Online Medicine Delivery System Password Recovery passwordrecover.php find_phone 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-08-31T04:30:10.673Z

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

Link: CVE-2026-82615

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-31T05:17:06.217

Link: CVE-2026-82615

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T05:30:03Z

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')