CVE-2026-38808 Details
Description
SQL Injection vulnerability in uzy-ssm-mall v1.1.0 allows a remote attacker to obtain sensitive information via the ProductMapper.xml and /OrderUtil.java components
A SQL injection vulnerability has been identified in uzy-ssm-mall version 1.1.0. This vulnerability allows remote attackers to access sensitive information by exploiting the ProductMapper.xml and OrderUtil.java components. The issue arises because multiple endpoints accept an external 'orderBy' parameter, which is directly passed into 'OrderUtil' and concatenated into the 'ORDER BY' clause in MyBatis XML without proper validation. This creates a dynamic SQL injection risk, where attackers can manipulate the SQL query to their advantage.
To address this vulnerability, it is recommended not to concatenate user-controlled input into SQL statements using dynamic placeholders. Instead, use safe parameterization or strict server-side mapping. Additionally, implement a whitelist of allowed sortable field names for the 'orderBy' parameter and reject any unexpected SQL keywords, expressions, or special characters in sorting-related input before it reaches the data access layer.
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 May 27, 2026CISA-ADP
Assessed May 28, 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/cagexunxi/CVE/issues/3 | CISA-ADP | ExploitIssue TrackingRemedy |
| https://github.com/cagexunxi/CVE/issues/3 | [email protected] | ExploitIssue TrackingRemedy |
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 |
|---|---|
| uzy-ssm-mall | 1.1.0 (semver) |
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 |
| May 28, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | New CVE Received | [email protected] |
Volerion