CVE-ID:CVE-2017-7615
漏洞类型:任意密码重置
危害等级:高危
影响版本:2.3.x,2.2.x,1.3.x
漏洞危害:
MantisBT 多版本verify.php文件存在缺陷,可通过该文件对存在的用户进行密码重置操作。
补丁状态:
升级到对应的最新版本或修改如下代码
if( $f_confirm_hash !== $t_token_confirm_hash || null === $t_token_confirm_hash ) {
trigger_error( ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID, ERROR );
}
- 2.3.x https://github.com/mantisbt/mantisbt/commit/cfbc5e54
- 2.2.x https://github.com/mantisbt/mantisbt/commit/46880ef6
- 1.3.x https://github.com/manti