Open Motif libUil open_source_file()文件名扩…

2008-04-09 04:17:32来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

Open Motif libUil open_source_file()文件名扩展缓冲区溢出漏洞

发布日期:2005-12-02
更新日期:2005-12-02

受影响系统:
Open Group Open Motif 2.2.3
描述:
BUGTRAQ ID: 15686

Open Motif是开放源码版本的Motif,为很多软件和硬件提供工业标准图形用户界面。

Open Motif的用户界面语言(libUil)中存在缓冲区溢出漏洞,攻击者可能利用漏洞提升权限。

在Clients/uil/UilSrcSrc.c文件中:

620 status
621 open_source_file( XmConst char *c_file_name,
622 uil_fcb_type *az_fcb,
623 src_source_buffer_type *az_source_buffer )
624 {
625
626 static unsigned short main_dir_len = 0;
627 boolean main_file;
628 int i; /* loop index through
include files */
629 char buffer[256];
630
631
632 /* place the file name in the expanded_name buffer */
633
634 strcpy(buffer, c_file_name);
635
636 /* Determine if this is the main file or an include file. */
637
638 main_file = (main_fcb == NULL);
639

在634行如果用户提供了超长数据的话,调用strcpy就会导致缓冲区溢出,允许攻击者执行代码或获得权限提升。

<*来源:alert7 (alert7@xfocus.org)

链接:http://marc.theaimsgroup.com/?l=bugtraq&m=113357385206117&w=2
*>

建议:
厂商补丁:

Open Group
----------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.opengroup.org/openmotif/

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Open Motif libUil多个缓冲区溢出漏洞

下一篇:WebCalendar多个远程SQL注入漏洞