CVE-2026-82610
Received Received - Intake

SQL Injection in Online Medicine Delivery System

Vulnerability report for CVE-2026-82610, 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 security flaw has been discovered in itsourcecode Online Medicine Delivery System 1.0. Affected is the function Employee::employeeAuthentication of the file /rider/login.php of the component Login Interface. The manipulation of the argument emp_email results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks.

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 a SQL injection flaw in the Online Medicine Delivery System 1.0. It exists in the Employee::employeeAuthentication function of the /rider/login.php file. The emp_email parameter is vulnerable to manipulation, allowing attackers to inject malicious SQL code. This can bypass authentication and gain unauthorized access to the system.

Detection Guidance

To detect this SQL injection vulnerability, test the /rider/login.php endpoint with payloads like ' OR 1=1-- - in the emp_email parameter. Use tools such as sqlmap with a command like sqlmap -u "http://target/rider/login.php" --data="emp_email=test' OR 1=1-- -" --batch.

Impact Analysis

An attacker could exploit this to bypass login credentials and access the admin panel without authentication. This may lead to unauthorized access to sensitive data like employee information, orders, and product details. Attackers could also tamper with business data or perform further attacks on the system.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive personal data, violating GDPR and HIPAA requirements for data protection and access control. Non-compliance may result in legal penalties, fines, and reputational damage due to data breaches.

Mitigation Strategies

Immediately update the login.php file to use parameterized queries instead of direct SQL string concatenation. Validate and sanitize all user inputs, especially emp_email, to prevent SQL injection attacks.

Chat Assistant

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

EPSS Chart