Overview
CVE-2024-57698 is a critical cybersecurity vulnerability affecting the modernwms v.1.0 software. It exposes the MD5 hash of the administrator password and other sensitive attributes to potential attackers without the need for authentication. This vulnerability poses a serious threat to all systems using modernwms v.1.0, leading to potential system compromise or data leakage if exploited.
Vulnerability Summary
CVE ID: CVE-2024-57698
Severity: High (CVSS: 7.5)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Unauthorized access to sensitive data, potential system compromise
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
modernwms | v.1.0
How the Exploit Works
The exploit works by making a simple unauthenticated HTTP request to the /user/list?culture=en-us endpoint of the modernwms system. This endpoint fails to enforce adequate access control, allowing the attacker to view sensitive data, including the MD5 hash of the administrator password.
Conceptual Example Code
An example of how this vulnerability might be exploited is shown below:
GET /user/list?culture=en-us HTTP/1.1
Host: target.example.com
Upon executing this request, the attacker would receive a response containing the MD5 hash of the administrator password and other sensitive attributes.
Mitigation Guidance
To mitigate this vulnerability, users of modernwms v.1.0 should apply the vendor’s patch as soon as it becomes available. In the meantime, using a Web Application Firewall (WAF) or Intrusion Detection System (IDS) can serve as a temporary mitigation measure.
