当前位置: 首页 > 图文教程 > 操作系统 > Windows > Windows键盘事件权限提升漏洞

Windows
Windows Vista下系统评分无法完成的问题
Vista SP2正式版主题手动破解补丁及使用方法
Windows7 操作系统的全新任务栏
WINDOWS 任务计划 循环执行某程序的任务计划设置
服务器维护和计划任务使用方法
Windows Vista系统常用术语列表
Windows 任务管理器使用技巧
Vista 利用组策略 保护个人隐私
Vista 组策略解决非常任务 推荐
Windows Server 2008提升AD管理效率
Windows Server 2008 帐户管理经验谈
Windows Server 2008作为打印服务器排错
Windows Server 2008下Backup功能全通透
用Windows Server Backup搞定服务器备份
让Windows Server 2008设备驱动顺利“落户”
灵活设置Windows Server 2008应对系统管理谜局
设置系统 让共享访问不再磕磕碰碰
微软宣布Windows 7和Windows 2008 R2上市时间表
让Windows Server 2008系统安全更上一层楼
微软公布Windows Server 2008 R2最终发售日期

Windows键盘事件权限提升漏洞


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 161 ::
收藏到网摘: n/a

  受影响系统:

  Microsoft Windows XP SP2
  Microsoft Windows XP SP1
  Microsoft Windows XP
  Microsoft Windows Server 2003 SP1
  Microsoft Windows Server 2003
  Microsoft Windows 2000SP4
  Microsoft Windows 2000SP3
  Microsoft Windows 2000SP2
  Microsoft Windows 2000SP1
  Microsoft Windows 2000
  Microsoft Windows

  详细描述:

  Microsoft Windows是微软发布的非常流行的操作系统。

  Microsoft Windows中存在权限提升漏洞,攻击者可以通过向以更高权限运行的桌面应用程序(如explorer.exe)发送恶意的键盘事件,导致以目标用户的权限执行任意代码。

  起因是桌面应用程序处理通过keybd_event() function函数发送的键盘事件时存在设计错误。在当前的Microsoft安全模式中,共享桌面的应用程序之间可以发送消息,每个桌面应用程序都可以处理同一桌面中执行的每个进程,而任何应用程序都可以通过发送键盘敲击动作模拟虚拟键盘,这就允许每个每个进程都如交互用户那样发送消息和击键动作。