SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-75330

CRITICAL · CVSS 9.8 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The front-end interface of super-diamond-server versions up to 1.3.3 is susceptible to SQL injection due to the insecure handling of the module parameter in SQL queries. This vulnerability allows attackers to manipulate database queries, potentially leading to unauthorized data access or modification. Organizations using affected versions should prioritize remediation to protect their databases from exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75330
Severity
CRITICAL
CVSS
9.8
EPSS
0.26%

Original NVD 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.