Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ GLSA 200602-11 ] OpenSSH, Dropbear: Insecure use of system() call
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index News & Announcements
View previous topic :: View next topic  
Author Message
GLSA
Advocate
Advocate


Joined: 12 May 2004
Posts: 2663

PostPosted: Mon Feb 20, 2006 8:26 pm    Post subject: [ GLSA 200602-11 ] OpenSSH, Dropbear: Insecure use of system Reply with quote

Gentoo Linux Security Advisory

Title: OpenSSH, Dropbear: Insecure use of system() call (GLSA 200602-11)
Severity: low
Exploitable: local
Date: February 20, 2006
Bug(s): #119232
ID: 200602-11

Synopsis

A flaw in OpenSSH and Dropbear allows local users to elevate their privileges via scp.

Background

OpenSSH is a free application suite consisting of server and clients that replace tools like telnet, rlogin, rcp and ftp with more secure versions offering additional functionality. Dropbear is an SSH server and client designed with a small memory footprint that includes OpenSSH scp code.

Affected Packages

Package: net-misc/openssh
Vulnerable: < 4.2_p1-r1
Unaffected: >= 4.2_p1-r1
Architectures: All supported architectures

Package: net-misc/dropbear
Vulnerable: < 0.47-r1
Unaffected: >= 0.47-r1
Architectures: All supported architectures


Description

To copy from a local filesystem to another local filesystem, scp constructs a command line using 'cp' which is then executed via system(). Josh Bressers discovered that special characters are not escaped by scp, but are simply passed to the shell.

Impact

By tricking other users or applications to use scp on maliciously crafted filenames, a local attacker user can execute arbitrary commands with the rights of the user running scp.

Workaround

There is no known workaround at this time.

Resolution

All OpenSSH users should upgrade to the latest version:
Code:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/openssh-4.2_p1-r1"
All Dropbear users should upgrade to the latest version:
Code:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/dropbear-0.47-r1"


References

CVE-2006-0225


Last edited by GLSA on Thu Oct 12, 2006 4:18 am; edited 3 times in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index News & Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum