Vulnerability 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 Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/fangtang7/CVE/blob/main/super-diamond/SQLI-HTTP.md
- https://github.com/fangtang7/CVE/blob/main/super-diamond/SQLI-HTTP.md
FAQ
What is CVE-2026-75330?
CVE-2026-75330 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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 ...
How severe is CVE-2026-75330?
CVE-2026-75330 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-75330?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.