CVE-2026-75329
Received Received - Intake

Super-Diamond Server Configuration Disclosure Vulnerability

Vulnerability report for CVE-2026-75329, 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 Netty configuration distribution service (port 8283) of super-diamond-server <= 1.3.3 has no authentication mechanism. Attackers can directly obtain the full configuration of any project (including database passwords, API keys, etc.) by sending a TCP request without any credential.

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 netty_configuration_distribution_service 1.3.3

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 affects the Netty configuration distribution service (port 8283) in super-diamond-server versions up to 1.3.3. The service lacks an authentication mechanism, allowing attackers to retrieve full project configurations, including sensitive data like database passwords and API keys, by sending unauthenticated TCP requests.

Detection Guidance

Check if port 8283 is open on systems running super-diamond-server <= 1.3.3. Use commands like 'netstat -tulnp | grep 8283' or 'ss -tulnp | grep 8283' to verify. If open, test connectivity with 'nc -zv <target-ip> 8283' or 'telnet <target-ip> 8283'.

Impact Analysis

Attackers could exploit this to access confidential information such as database credentials, API keys, or other sensitive project configurations. This could lead to data breaches, unauthorized system access, or further attacks on dependent services.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection standards like GDPR and HIPAA, which mandate strict access controls and protection of sensitive data. Unauthorized access to credentials or personal data could result in regulatory penalties and legal consequences.

Mitigation Strategies

Immediately upgrade super-diamond-server to a version that includes authentication for the Netty configuration distribution service. If upgrading is not possible, restrict access to port 8283 using a firewall or disable the service entirely.

Chat Assistant

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

EPSS Chart