10729 : KDocker Permission Checking Issue
Printer | http://osvdb.org/10729 | Email This | Edit Vulnerability

Views This Week

2

Views All Time

27

Info

Last Modified

7 months ago

Percent Complete

100%

Disclosure

Oct 14, 2004

Discovery

Unknown

Dates

Exploit

Unknown

Solution

Unknown

Description

KDocker contains a flaw related to the execution of files that may allow an attacker, authenticated to the X session, to send X client messages and have KDocker execute programs not owned by the owner of the KDocker process. No further details have been provided.

Classification

Location: Local Access Required
Attack Type: Authentication Management
Impact: Loss of Confidentiality
Exploit: Exploit Available
Disclosure: OSVDB Verified

Technical

The below code was added to kdocker.cpp from line 416:

if (stat(tmp, &buf) || (getuid()!=buf.st_uid))
{
unlink(tmp);
return TRUE;
}
if (getuid() != buf.st_uid) return TRUE;

With the comment:

"We make sure that the owner of this process and the owner of the file are the same. This will prevent someone from executing arbitrary programs by sending client message. Of course, you can send a message only if you are authenticated to the X session. So this code is there just for the heck of it."

Solution

Upgrade to version 0.9 or higher, as it has been reported to fix this vulnerability. An upgrade is required as there are no known workarounds.

Products

KDocker
Watch-list
KDocker
Watch-list
0.8

References

Credit

  • Girish Ramakrishnan - cs19713Brand New Doo Doousers.sourceforge.net -

Blogs

None found at this time

Comments

No Comments.

DONATE NOW!

User Status

Quick Searches

Advertisements

The database information may change without any notice. Use of the information constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the copyright holder or distributor (OSVDB or OSF) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.

© Copyright 2008 Open Source Vulnerability Database (OSVDB), All Rights Reserved.
Privacy Statement - Terms of Use