Description
The front-end interface /superdiamond/preview/{projectCode}/{module}/{type} of super-diamond-server <= 1.3.3 is vulnerable to SQL injection. The module parameter is directly concatenated into the SQL IN clause through StringUtils.split() and string concatenation without being parameterized and bound.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The front‑end interface /superdiamond/preview/{projectCode}/{module}/{type} of super‑diamond-server up to version 1.3.3 allows arbitrary SQL injection. The module parameter is concatenated directly into an SQL IN clause via StringUtils.split() and string concatenation without parameterization or binding, permitting an attacker to inject malicious SQL statements. When executed, this flaw can lead to data exfiltration, modification, or deletion within the underlying database, compromising confidentiality, integrity, and availability of application data.

Affected Systems

Any deployment of super‑diamond-server version 1.3.3 or earlier is vulnerable. The issue exists in the /superdiamond/preview endpoint that accepts projectCode, module, and type values over HTTP. The vulnerability affects the backend database accessed by the server and is not limited to a specific environment; any host running a vulnerable version is potentially exposed.

Risk and Exploitability

The vulnerability has no publicly disclosed EPSS score, but due to its nature—direct injection via a publicly accessible HTTP endpoint—the likelihood of exploitation is significant for exposed services. The flaw does not require advanced privileges and can be triggered from any client that can reach the endpoint, making the attack vector remote over the network. As of now, the flaw is not listed in CISA’s KEV catalog, but its high impact warrants urgent attention.

Generated by OpenCVE AI on August 27, 2026 at 00:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update super‑diamond-server to a version newer than 1.3.3 once an official patch is released.
  • Apply server‑side input validation or use parameterized queries for the module value to prevent unsanitized SQL construction.
  • Restrict access to the /superdiamond/preview endpoint to authenticated and authorized users only, and monitor request logs for anomalous activity.
  • Deploy a web application firewall or similar filtering to block typical SQL injection payloads.

Generated by OpenCVE AI on August 27, 2026 at 00:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in Super‑Diamond Server /superdiamond/preview Endpoint
Weaknesses CWE-89

Wed, 26 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Description The front-end interface /superdiamond/preview/{projectCode}/{module}/{type} of super-diamond-server <= 1.3.3 is vulnerable to SQL injection. The module parameter is directly concatenated into the SQL IN clause through StringUtils.split() and string concatenation without being parameterized and bound.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-26T22:09:05.113Z

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

Link: CVE-2026-75330

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T23:17:18.533

Modified: 2026-08-26T23:17:18.533

Link: CVE-2026-75330

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T00:30:14Z

Weaknesses
  • CWE-89

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