CVE-2026-38581 Details
Description
SQL Injection vulnerability in damasac thaipalliative_lte through version 3.0 allows remote attackers to execute arbitrary SQL commands via the idFormMain parameter to /substudy/ezform.php (line 14) and the id parameter (line 49). The parameters are concatenated directly into SQL queries without sanitization or parameterized statements.
A SQL injection vulnerability has been identified in the Damasac Thaipalliative_LTE application, affecting versions 1.0 through 3.0. The vulnerability resides in the 'substudy/ezform.php' file, where the 'idFormMain' and 'id' parameters are directly concatenated into SQL queries without proper sanitization or the use of parameterized statements. This flaw allows remote attackers to execute arbitrary SQL commands, potentially leading to unauthorized data access or manipulation.
To address this vulnerability, all dynamic SQL queries should be replaced with parameterized prepared statements. Additionally, remove any error handling that exposes database errors to users, apply the principle of least privilege to the MySQL user account, and validate or whitelist expected parameter values.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 11, 2026CISA-ADP
Assessed Jun 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/theemperorspath/advisories/blob/main/2026/CVE-2026-38581.md | CISA-ADP | AdvisoryExploitRemedy |
| https://github.com/damasac/thaipalliative_lte/blob/57b57630fb403eba524533062ef5244e9b7c4380/substudy/ezform.php#L14 | [email protected] | Source CodeVendor |
| https://github.com/theemperorspath/advisories/blob/main/2026/CVE-2026-38581.md | [email protected] | AdvisoryExploitRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| damasac thaipalliative_lte | >= 1.0, <= 3.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 11, 2026 | CVE Modified | CISA-ADP |
| Jun 11, 2026 | New CVE Received | [email protected] |
Volerion