Vulnerabilities > CVE-2008-5394 - Link Following vulnerability in Debian Shadow 4.0.18.1
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
/bin/login in shadow 4.0.18.1 in Debian GNU/Linux, and probably other Linux distributions, allows local users in the utmp group to overwrite arbitrary files via a symlink attack on a temporary file referenced in a line (aka ut_line) field in a utmp entry.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Symlink Attack An attacker positions a symbolic link in such a manner that the targeted user or application accesses the link's endpoint, assuming that it is accessing a file with the link's name. The endpoint file may be either output or input. If the file is output, the result is that the endpoint is modified, instead of a file at the intended location. Modifications to the endpoint file may include appending, overwriting, corrupting, changing permissions, or other modifications. In some variants of this attack the attacker may be able to control the change to a file while in other cases they cannot. The former is especially damaging since the attacker may be able to grant themselves increased privileges or insert false information, but the latter can also be damaging as it can expose sensitive information or corrupt or destroy vital system or application files. Alternatively, the endpoint file may serve as input to the targeted application. This can be used to feed malformed input into the target or to cause the target to process different information, possibly allowing the attacker to control the actions of the target or to cause the target to expose information to the attacker. Moreover, the actions taken on the endpoint file are undertaken with the permissions of the targeted user or application, which may exceed the permissions that the attacker would normally have.
- Accessing, Modifying or Executing Executable Files An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
- Leverage Executable Code in Non-Executable Files An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
- Manipulating Input to File System Calls An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
Exploit-Db
description | Debian GNU/Linux (symlink attack in login) Arbitrary File Ownership PoC. CVE-2008-5394. Local exploit for linux platform |
file | exploits/linux/local/7313.sh |
id | EDB-ID:7313 |
last seen | 2016-02-01 |
modified | 2008-12-01 |
platform | linux |
port | |
published | 2008-12-01 |
reporter | Paul Szabo |
source | https://www.exploit-db.com/download/7313/ |
title | Debian GNU/Linux symlink attack in login Arbitrary File Ownership PoC |
type | local |
Nessus
NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2009-062.NASL description A security vulnerability has been identified and fixed in login application from shadow-utils, which could allow local users in the utmp group to overwrite arbitrary files via a symlink attack on a temporary file referenced in a line (aka ut_line) field in a utmp entry (CVE-2008-5394). The updated packages have been patched to prevent this. Note: Mandriva Linux is using login application from util-linux-ng by default, and therefore is not affected by this issue on default configuration. last seen 2020-06-01 modified 2020-06-02 plugin id 36812 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36812 title Mandriva Linux Security Advisory : shadow-utils (MDVSA-2009:062) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Mandriva Linux Security Advisory MDVSA-2009:062. # The text itself is copyright (C) Mandriva S.A. # include("compat.inc"); if (description) { script_id(36812); script_version ("1.12"); script_cvs_date("Date: 2019/08/02 13:32:51"); script_cve_id("CVE-2008-5394"); script_xref(name:"MDVSA", value:"2009:062"); script_name(english:"Mandriva Linux Security Advisory : shadow-utils (MDVSA-2009:062)"); script_summary(english:"Checks rpm output for the updated package"); script_set_attribute( attribute:"synopsis", value:"The remote Mandriva Linux host is missing a security update." ); script_set_attribute( attribute:"description", value: "A security vulnerability has been identified and fixed in login application from shadow-utils, which could allow local users in the utmp group to overwrite arbitrary files via a symlink attack on a temporary file referenced in a line (aka ut_line) field in a utmp entry (CVE-2008-5394). The updated packages have been patched to prevent this. Note: Mandriva Linux is using login application from util-linux-ng by default, and therefore is not affected by this issue on default configuration." ); script_set_attribute( attribute:"solution", value:"Update the affected shadow-utils package." ); script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C"); script_cwe_id(59); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:shadow-utils"); script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2008.0"); script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2008.1"); script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2009.0"); script_set_attribute(attribute:"patch_publication_date", value:"2009/03/02"); script_set_attribute(attribute:"plugin_publication_date", value:"2009/04/23"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2009-2019 Tenable Network Security, Inc."); script_family(english:"Mandriva Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux"); if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu); flag = 0; if (rpm_check(release:"MDK2008.0", reference:"shadow-utils-4.0.12-8.1mdv2008.0", yank:"mdv")) flag++; if (rpm_check(release:"MDK2008.1", reference:"shadow-utils-4.0.12-9.1mdv2008.1", yank:"mdv")) flag++; if (rpm_check(release:"MDK2009.0", reference:"shadow-utils-4.0.12-17.1mdv2009.0", yank:"mdv")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200903-24.NASL description The remote host is affected by the vulnerability described in GLSA-200903-24 (Shadow: Privilege escalation) Paul Szabo reported a race condition in the last seen 2020-06-01 modified 2020-06-02 plugin id 35905 published 2009-03-11 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/35905 title GLSA-200903-24 : Shadow: Privilege escalation NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-695-1.NASL description Paul Szabo discovered a race condition in login. While setting up tty permissions, login did not correctly handle symlinks. If a local attacker were able to gain control of the system utmp file, they could cause login to change the ownership and permissions on arbitrary files, leading to a root privilege escalation. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 37654 published 2009-04-23 reporter Ubuntu Security Notice (C) 2008-2019 Canonical, Inc. / NASL script (C) 2009-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/37654 title Ubuntu 6.06 LTS / 7.10 / 8.04 LTS / 8.10 : shadow vulnerability (USN-695-1) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-1709.NASL description Paul Szabo discovered that login, the system login tool, did not correctly handle symlinks while setting up tty permissions. If a local attacker were able to gain control of the system utmp file, they could cause login to change the ownership and permissions on arbitrary files, leading to a root privilege escalation. last seen 2020-06-01 modified 2020-06-02 plugin id 35431 published 2009-01-21 reporter This script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/35431 title Debian DSA-1709-1 : shadow - race condition
Seebug
bulletinFamily | exploit |
description | BUGTRAQ ID: 32552 CVE(CAN) ID: CVE-2008-5394 Debian是一个流行的Linux发行版本。 Debian及其他一些Linux版本的login软件包没有安装的创建临时文件。utmp组中的本地用户可以通过创建从临时文件到系统中各种文件的符号链接来利用这个漏洞,导致以提升的权限覆盖系统上的任意文件。 Debian Linux 4.0 Debian Linux 3.1 Debian Linux 3.0 Ubuntu Linux 8.10 Ubuntu Linux 8.04 Ubuntu Linux 7.10 Ubuntu Linux 6.06 LTS Debian ------ 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: <a href=http://www.debian.org/security/ target=_blank>http://www.debian.org/security/</a> |
id | SSV:4572 |
last seen | 2017-11-19 |
modified | 2008-12-19 |
published | 2008-12-19 |
reporter | Root |
source | https://www.seebug.org/vuldb/ssvid-4572 |
title | Debian Linux /bin/login软件包本地权限提升漏洞 |
Statements
contributor | Tomas Hoger |
lastmodified | 2008-12-18 |
organization | Red Hat |
statement | Not vulnerable. This issue did not affect the versions of the util-linux packages (providing /bin/login), as shipped with Red Hat Enterprise Linux 2.1, 3, 4 or 5. |
References
- http://bugs.debian.org/332198
- http://bugs.debian.org/332198
- http://bugs.debian.org/505071
- http://bugs.debian.org/505071
- http://bugs.debian.org/505271
- http://bugs.debian.org/505271
- http://osvdb.org/52200
- http://osvdb.org/52200
- http://security.gentoo.org/glsa/glsa-200903-24.xml
- http://security.gentoo.org/glsa/glsa-200903-24.xml
- http://securityreason.com/securityalert/4695
- http://securityreason.com/securityalert/4695
- http://www.mandriva.com/security/advisories?name=MDVSA-2009:062
- http://www.mandriva.com/security/advisories?name=MDVSA-2009:062
- http://www.securityfocus.com/archive/1/498769/100/0/threaded
- http://www.securityfocus.com/archive/1/498769/100/0/threaded
- http://www.securityfocus.com/bid/32552
- http://www.securityfocus.com/bid/32552
- http://www.ubuntu.com/usn/usn-695-1
- http://www.ubuntu.com/usn/usn-695-1
- https://exchange.xforce.ibmcloud.com/vulnerabilities/47037
- https://exchange.xforce.ibmcloud.com/vulnerabilities/47037
- https://www.exploit-db.com/exploits/7313
- https://www.exploit-db.com/exploits/7313