CVE-2026-75330
Received Received - Intake

SQL Injection in Super-Diamond Server

Vulnerability report for CVE-2026-75330, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
super-diamond-server super_diamond_server to 1.3.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the front-end interface of super-diamond-server versions 1.3.3 and below. The issue occurs in the /superdiamond/preview/{projectCode}/{module}/{type} endpoint where the module parameter is improperly handled. Instead of using parameterized queries, the application splits the module value and directly concatenates it into a SQL IN clause, allowing attackers to inject malicious SQL code.

Detection Guidance

To detect this SQL injection vulnerability in super-diamond-server <= 1.3.3, you can test the affected endpoint /superdiamond/preview/{projectCode}/{module}/{type} by injecting SQL payloads into the module parameter. Use commands like curl to send requests with malicious inputs such as module=1%27%20OR%201=1-- to observe abnormal database responses or errors.

Impact Analysis

This vulnerability could allow attackers to execute arbitrary SQL commands on the database. This may lead to unauthorized data access, data manipulation, or deletion. Attackers could extract sensitive information, modify records, or even take control of the database server. Systems using vulnerable versions of super-diamond-server are at risk.

Compliance Impact

This vulnerability can severely impact compliance with GDPR and HIPAA. GDPR requires protection of personal data, and a SQL injection could lead to unauthorized access or leaks of such data, resulting in violations. HIPAA mandates strict controls for protected health information; a breach via SQL injection would compromise compliance. Both standards require timely remediation of such vulnerabilities to avoid penalties.

Mitigation Strategies

Immediately upgrade super-diamond-server to a version beyond 1.3.3 where the SQL injection flaw is patched. If upgrading is not possible, apply input validation to sanitize the module parameter and use parameterized queries instead of string concatenation to prevent SQL injection attacks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75330. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart