Sceawere
Vulnerability Detail
CVE-2026-82612UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
SQL Injection in Online Medicine Delivery System
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.3
- Creation Date
- 1d ago
- Vendor
- itsourcecode
- Product
- Online Medicine Delivery System
- Attack Type
- SQL Injection
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
A security vulnerability has been detected in itsourcecode Online Medicine Delivery System 1.0. Affected by this issue is the function loadResultList of the file /index.php?q=single-item of the component Product Detail Page. Such manipulation of the argument ID leads to sql injection. The attack can be launched remotely. The exploit has been disclosed publicly and may be used.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.3",
"pubDate": "2026-08-31T04:17:28.543Z",
"pubdate": "2026-08-31T04:17:28.543Z",
"executiveSummary": "A critical SQL injection vulnerability has been identified in the itsourcecode Online Medicine Delivery System 1.0, specifically within the Product Detail Page component.\nThe vulnerability resides in the loadResultList function located in /index.php?q=single-item. An attacker can perform unauthorized database queries by manipulating the ID parameter.\nThis flaw allows remote attackers to execute arbitrary SQL commands against the backend database, potentially leading to unauthorized data exfiltration, database structure modification, or bypass of authentication mechanisms.\nThe vulnerability is exploitable remotely without requiring authentication, posing a significant risk to the integrity and confidentiality of the application's data.\nGiven that exploit details have been publicly disclosed, the risk of exploitation by malicious actors is elevated, necessitating immediate remediation efforts.",
"technicalDetails": "The root cause of this vulnerability is improper neutralization of special elements used in an SQL command within the loadResultList function in /index.php?q=single-item. The application fails to adequately sanitize or parameterize the ID argument provided by the user before incorporating it into a database query.\nThe vulnerability manifests because the input passed via the ID parameter in the URL is concatenated directly into an SQL statement executed by the backend database management system. Because there is a lack of input validation or the use of prepared statements (parameterized queries), the input is interpreted by the database engine as executable code rather than plain data.\nThe attack flow proceeds as follows: 1) An attacker identifies the target endpoint, /index.php?q=single-item, which accepts an ID parameter. 2) The attacker crafts a malicious payload—specifically designed SQL syntax—and injects it into the ID parameter. 3) The vulnerable loadResultList function receives this input and integrates it into a query, such as 'SELECT * FROM products WHERE id = ' + input. 4) The database engine executes the modified query, which now includes the attacker's injected SQL commands. 5) The results of this manipulated query are returned to the user or influence the application's behavior.\nThis SQL injection vulnerability allows for various post-exploitation impacts. Remote attackers can leverage this flaw to extract sensitive data stored in the database, including product information, customer details, or potentially administrative credentials. Furthermore, depending on database permissions, an attacker might be able to modify, delete, or add records, or potentially gain further access to the underlying server if the database configuration permits interaction with the filesystem or operating system commands.\nThis attack vector does not require prior authentication, meaning any remote attacker can exploit the system. The exploit relies on the publicly disclosed nature of the vulnerability, allowing for automated or manual exploitation attempts against any instance of itsourcecode Online Medicine Delivery System 1.0 that remains unpatched."
}