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
Published: 2026-05-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates from unsanitized user input in the ProductMapper.xml and OrderUtil.java components of uzy-ssm-mall, allowing a remote attacker to inject arbitrary SQL statements. This flaw can be exploited to read, modify, or delete database contents, leading to confidentiality and integrity violations. Attackers do not need elevated privileges within the application; the input is processed directly by the database driver and executed without validation.

Affected Systems

uzy-ssm-mall version 1.1.0 is affected; no other versions or vendors are listed in the public data. The flaw exists in the stated components and applies across all installations of this specific version.

Risk and Exploitability

The CVSS score is 5.3 and the EPSS score is < 1%, suggesting moderate severity but a low probability of exploitation. The flaw is listed as not KEV, indicating no known active exploitation at this time. However, SQL injection remains a high-severity risk due to the potential for arbitrary query execution. It is inferred that the attack vector is purely remote, requiring only the ability to send crafted requests to the vulnerable components. Organizers have reported the issue publicly, suggesting awareness and potential for exploitation in the future.

Generated by OpenCVE AI on May 28, 2026 at 18:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest patch or upgrade to a fixed release of uzy-ssm-mall.
  • Sanitize all inputs in the affected ProductMapper.xml and OrderUtil.java files and use prepared statements or parameterized queries.
  • Restrict database user privileges to the minimum necessary for the application and limit network access to the vulnerable components.

Generated by OpenCVE AI on May 28, 2026 at 18:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Sat, 30 May 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Ghostxbh
Ghostxbh uzy-ssm-mall
Vendors & Products Ghostxbh
Ghostxbh uzy-ssm-mall

Thu, 28 May 2026 18:30:00 +0000

Type Values Removed Values Added
Title Remote SQL Injection in uzy-ssm-mall allowing unauthorized data access

Thu, 28 May 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Wed, 27 May 2026 21:15:00 +0000

Type Values Removed Values Added
Title Remote SQL Injection in uzy-ssm-mall allowing unauthorized data access
Weaknesses CWE-89

Wed, 27 May 2026 17:45:00 +0000

Type Values Removed Values Added
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
References

Subscriptions

Ghostxbh Uzy-ssm-mall
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-05-28T14:04:50.239Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38808

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-05-27T18:16:22.333

Modified: 2026-05-28T16:16:22.197

Link: CVE-2026-38808

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T21:22:20Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')