CVE-2026-75338

disconf · Distributed Configuration Management Platform

The disconf configuration management platform contains an incorrect access control vulnerability allowing unauthenticated access to sensitive configuration-fetching APIs.

Executive summary

The disconf Distributed Configuration Management Platform is vulnerable to an unauthenticated access control flaw that allows remote attackers to retrieve all managed configuration files and items.

Vulnerability

The application utilizes a LoginInterceptor that explicitly whitelists four configuration-fetching APIs, specifically /api/config/item, /api/config/file, /api/config/list, and /api/config/simple/list. This configuration error allows any unauthenticated attacker to bypass security controls and retrieve sensitive system configuration data.

Business impact

This vulnerability carries a CVSS score of 9.8, indicating a critical risk to the confidentiality, integrity, and availability of the platform. Unauthorized access to configuration data often exposes database credentials, API keys, and internal infrastructure details, which can be leveraged to achieve full system compromise or facilitate lateral movement within the network.

Remediation

Immediate Action: Since no official patch is currently available, administrators should restrict network access to the affected API endpoints at the network perimeter or via a reverse proxy until a vendor update is released.

Proactive Monitoring: Review web server and application logs for unauthorized requests targeting the /api/config/ paths, specifically looking for high-frequency access from unknown or suspicious IP addresses.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block or challenge all unauthenticated requests directed at the identified configuration-fetching API endpoints.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the linked research write-up.

Analyst recommendation

Given the critical nature of this vulnerability and the potential for total information disclosure, immediate administrative action is required. Organizations should prioritize isolating the disconf platform from public-facing networks until an official patch is provided by the vendor, as the current exposure provides a trivial vector for information theft.

Sources