Lucene search

K
gentooGentoo FoundationGLSA-200602-11
HistoryFeb 20, 2006 - 12:00 a.m.

OpenSSH, Dropbear: Insecure use of system() call

2006-02-2000:00:00
Gentoo Foundation
security.gentoo.org
20

4.6 Medium

CVSS2

Access Vector

LOCAL

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:L/AC:L/Au:N/C:P/I:P/A:P

0.001 Low

EPSS

Percentile

43.8%

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.

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:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=net-misc/openssh-4.2_p1-r1"

All Dropbear users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=net-misc/dropbear-0.47-r1"
OSVersionArchitecturePackageVersionFilename
Gentooanyallnet-misc/openssh<Β 4.2_p1-r1UNKNOWN
Gentooanyallnet-misc/dropbear<Β 0.47-r1UNKNOWN

4.6 Medium

CVSS2

Access Vector

LOCAL

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:L/AC:L/Au:N/C:P/I:P/A:P

0.001 Low

EPSS

Percentile

43.8%