# N/A
## 漏洞概述
ModernWMS v.1.0存在一个漏洞,允许攻击者在无需认证的情况下查看管理员密码的MD5哈希值及其他属性信息。此漏洞源自过度的信息暴露和对`/user/list?culture=en-us`端点访问控制不足。
## 影响版本
- ModernWMS v.1.0
## 漏洞细节
攻击者可通过访问`/user/list?culture=en-us`端点获取管理员密码的MD5哈希值及其他敏感信息。该缺陷在初始配置和密码更改后依然存在,表明访问控制存在显著缺陷。
## 影响
该漏洞可能导致敏感信息泄露,攻击者可利用泄露的MD5哈希值尝试破解管理员密码。此外,其他潜在敏感属性也可能被泄露。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | It is possible to view the MD5 hash of the admin password and other attributes without authentication, even after initial setup and password change. This is due to excessive information exposure, lack of session management, and inadequate access control on the /user/list?culture=en-us endpoint. | https://github.com/rodolfomarianocy/xpl-ModernWMS-CVE-2024-57698 | POC详情 |
标题: GitHub - rodolfomarianocy/xpl-ModernWMS: It is possible to view the MD5 hash of the admin password and other attributes without authentication, even after initial setup and password change. This is due to excessive information exposure, lack of session management, and inadequate access control on the /user/list?culture=en-us endpoint. -- 🔗来源链接
标签:
暂无评论