CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.