CVE-2026-82614
Received Received - Intake

SQL Injection in Online Medicine Delivery System

Vulnerability report for CVE-2026-82614, 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 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.

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 is a SQL injection vulnerability in the Online Medicine Delivery System 1.0. It affects the 'category' parameter in the product category filter interface. Attackers can manipulate this parameter to inject malicious SQL code, potentially accessing or modifying the database without authentication.

Detection Guidance

To detect this SQL injection vulnerability, test the '/index.php?q=product&category=' endpoint by appending malicious SQL payloads to the category parameter. Use tools like curl or browser extensions to send requests with payloads such as ' OR 1=1 --, ' UNION SELECT 1,2,3 --, or time delays like '; IF (1=1) WAITFOR DELAY '0:0:5' --. Monitor responses for errors, delays, or unexpected data disclosure.

Impact Analysis

If exploited, this vulnerability could allow attackers to steal sensitive data such as user passwords and customer information from the database. It may also enable unauthorized modifications to the system or data, leading to potential service disruption or fraud.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access to personal and health-related data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the application to use parameterized queries instead of direct SQL string concatenation. Implement strict input validation by whitelisting valid category names against the database. Temporarily restrict access to the vulnerable endpoint if possible. Monitor network traffic for signs of exploitation attempts.

Chat Assistant

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

EPSS Chart