CVE-2026-82615
Received Received - Intake

SQL Injection in Online Medicine Delivery System

Vulnerability report for CVE-2026-82615, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
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 vulnerability is an SQL injection flaw in the Online Medicine Delivery System 1.0. It affects the password recovery interface at /passwordrecover.php where the phonenumber parameter is directly used in SQL queries without sanitization. An attacker can inject malicious SQL code into this parameter to manipulate database queries.

Detection Guidance

To detect this SQL injection vulnerability, you can test the password recovery interface by sending crafted inputs to the phonenumber parameter in /passwordrecover.php. Use tools like curl or Burp Suite to send requests with malicious SQL payloads such as ' OR 1=1 -- or time-based payloads like ' OR (SELECT * FROM (SELECT(SLEEP(5)))a) --. Monitor the response time or error messages for signs of SQL injection.

Impact Analysis

This vulnerability allows remote attackers to extract sensitive data from the database through time-based blind SQL injection. Since no authentication is required, anyone can exploit it to access or manipulate data, potentially leading to unauthorized access to customer information or system control.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access risks. GDPR requires protection of personal data, and HIPAA mandates safeguards for health information. Exploitation could lead to data breaches, resulting in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the Online Medicine Delivery System to use parameterized queries for all SQL statements involving the phonenumber parameter. Validate the phonenumber input to ensure it contains only numeric characters. Remove any secondary use of the phonenumber parameter in INSERT statements and ensure session data does not rely on unsanitized user input.

Chat Assistant

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

EPSS Chart