Description
A SQL Injection vulnerability in Siam Ordering (siam-server) 1.0.0 allows remote authenticated attackers to execute arbitrary SQL commands via the ${} string concatenation in AdminMapper.java and multiple other Mapper files (including MerchantWithdrawRecordMapper.java and MemberWithdrawRecordMapper.java).
Published: 2026-09-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL Injection flaw exists in Siam Ordering (siam-server) 1.0.0 that allows authenticated attackers to execute arbitrary SQL commands through string concatenation using the '${}' syntax in several Mapper files, such as AdminMapper.java, MerchantWithdrawRecordMapper.java, and MemberWithdrawRecordMapper.java. The vulnerability enables malicious code execution against the underlying database, potentially exposing, altering or deleting data and compromising application integrity.

Affected Systems

The affected product is Siam Ordering (siam-server) version 1.0.0. No vendor or product alias information is available beyond the product name and version.

Risk and Exploitability

The absence of an EPSS score and CVSS rating makes precise quantification difficult, but the flaw permits remote execution of arbitrary SQL statements within a database context, which is a high‑impact outcome. Because the attack requires only authenticated access, it becomes a credible threat when legitimate users must log in to use the system. The vulnerability is not currently listed in CISA’s KEV catalog, but the potential for data breach or system compromise warrants immediate attention.

Generated by OpenCVE AI on September 9, 2026 at 22:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest release of Siam Ordering that contains the address of this SQL injection flaw.
  • If an upgrade is not possible, restrict access to the affected endpoints and enforce strict input validation for all database queries.
  • Audit all Mapper files to replace string concatenation with parameterized queries to prevent future injection risks.

Generated by OpenCVE AI on September 9, 2026 at 22:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 09 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Title Remote Authenticated SQL Injection in Siam Ordering Server 1.0.0
Weaknesses CWE-89

Wed, 09 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description A SQL Injection vulnerability in Siam Ordering (siam-server) 1.0.0 allows remote authenticated attackers to execute arbitrary SQL commands via the ${} string concatenation in AdminMapper.java and multiple other Mapper files (including MerchantWithdrawRecordMapper.java and MemberWithdrawRecordMapper.java).
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T20:36:08.554Z

Reserved: 2026-08-07T00:00:00.000Z

Link: CVE-2026-71808

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T21:17:03.813

Modified: 2026-09-09T21:17:03.813

Link: CVE-2026-71808

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T22:15:17Z

Weaknesses
  • CWE-89

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