SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Home arrow SecurityAlert Database

Arrow  Topic :

X11R6 XKEYBOARD extension Strcmp() buffer overflow


Arrow  SecurityAlert : 1545
Arrow  CVE : CVE-2006-4655
Arrow  SecurityRisk : High  Security Risk High  (About)
Arrow  Remote Exploit : No
Arrow  Local Exploit : Yes
Arrow  Exploit Available : Yes
Arrow  Credit : Adriano Lima
Arrow  Published : 18.09.2006

Arrow  Affected Software : Sun Solaris 10 SPARC/x86
Sun Solaris 9 SPARC/x86
Sun Solaris 8 SPARC/x86
SCO UnixWare 7.1.3



Arrow  Advisory Content :  

RISE-2006001

X11R6 XKEYBOARD extension Strcmp() buffer overflow vulnerability

Released: September 07, 2006

Last updated: September 07, 2006

INTRODUCTION

There exists a vulnerability within a string manipulation function of the
X11R6

(X11R6.4 and lower) X Window System library, which when properly exploited
can

lead to local compromise of the vulnerable system.

This vulnerability was silently fixed in X11R6.5.1 release, but it is
still

present in multiple vendors operating systems source tree.

This vulnerability was confirmed by us in the following versions and
operating

systems, other versions and operating systems may be also affected.

Sun Solaris 10 SPARC/x86

Sun Solaris 9 SPARC/x86

Sun Solaris 8 SPARC/x86

SCO UnixWare 7.1.3

DETAILS

This vulnerability can be triggered by invoking a dynamicaly linked binary,
with

_XKB_CHARSET environment variable set to a long string value, and DISPLAY

environment variable set to a X Window System server with the XKEYBOARD

extension enabled.

This is the vulnerable function (from X11R6.4).

static int

#if NeedFunctionPrototypes

Strcmp(char *str1, char *str2)

#else

Strcmp(str1, str2)

char *str1, *str2;

#endif

{

char str[256];

char c, *s;

for (s = str; c = *str1++; ) {

if (isupper(c))

c = tolower(c);

*s++ = c;

}

*s = '





Arrow  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

libc:fts_*() Multiple Denial of Service

Security Risk Medium- 2009-10-02

The fts functions are provided for traversing UNIX file hierarchies...

Apache RSS Apache Alert

» Apache 1.3.41 mod_proxy
   Integer overflow (code
   execution)

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion in work
   directory

» Apache Tomcat 6.0.20 and
   5.5.28 insecure partial
   deploy after failed
   undeploy

» Apache Tomcat 6.0.20 and
   5.5.28 unexpected file
   deletion and/or
   alteration

PHP RSS PHP Alert

» PHP 5.2.12/5.3.1
   session.save_path
   safe_mode and
   open_basedir bypass

» PHP 5.2.12/5.3.1 Multiple
   Vulnerabilities

» PHP 5.2.11 libgd multiple
   vulnerabilities

» PHP 5.2.11 tempnam()
   safe_mode bypass

Copyright © SecurityReason.com. All Rights Reserved.