SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-75338

CRITICAL · CVSS 9.8 EPSS 0.33% Public Exploit

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

CyberRota Analysis

AI-Generated

The disconf Distributed Configuration Management Platform version 2.6.36 has a vulnerability due to incorrect access control, allowing unauthenticated users to access sensitive configuration data through specific API endpoints. This exposure enables attackers to read all configuration items and files, potentially leading to unauthorized access and data breaches. Organizations using this version of disconf should prioritize immediate remediation to protect their configuration data from unauthorized access.

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-75338
Severity
CRITICAL
CVSS
9.8
EPSS
0.33%

Original NVD Description

disconf (Distributed Configuration Management Platform) 2.6.36 is vulnerable to Incorrect Access Control. The config-fetching APIs /api/config/item, /api/config/file, /api/config/list and /api/config/simple/list are exposed without authentication. The LoginInterceptor explicitly whitelists these four paths, so any anonymous attacker can read every configuration item and configuration file managed by the config center.