vendor:
Antminer Monitor
by:
CQR.company / Vulnz.
6,5
CVSS
MEDIUM
Authentication Bypass
N/A
CWE
Product Name: Antminer Monitor
Affected Version From: 0.5.0
Affected Version To: 0.5.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Macos
2021
Antminer Monitor 0.5.0 – Authentication Bypass
Vulnerability in Antminer Monitor exists because of backdoor or misconfiguration done by developer inside settings file in flask server. Settings file has a predefined secret string, which would be randomly generated, however it is static in this build.antminer-monitor/settings.py. Secret key is 'super secret key'. Using software flask-unsing we can generate cookie which will provide you admin access. Additionally you can use this universal cookie to access web interface of flask application. This cookie can work on all systems in 'session' field.
Mitigation:
Ensure that the settings file is properly configured and the secret key is not static.