Vulnerabilities > CVE-2008-1142 - Permissions, Privileges, and Access Controls vulnerability in multiple products
Attack vector
LOCAL Attack complexity
HIGH Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
rxvt 2.6.4 opens a terminal window on :0 if the DISPLAY environment variable is not set, which might allow local users to hijack X11 connections. NOTE: it was later reported that rxvt-unicode, mrxvt, aterm, multi-aterm, and wterm are also affected. NOTE: realistic attack scenarios require that the victim enters a command on the wrong machine.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- 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.
- Blue Boxing This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
- Restful Privilege Elevation Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
- Target Programs with Elevated Privileges This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_RXVT-UNICODE-5541.NASL description It was possible to open a terminal on :0 when the environment variable was not set. This could be exploited by local users to hijack X11 connections (CVE-2008-1142). last seen 2020-06-01 modified 2020-06-02 plugin id 34042 published 2008-08-24 reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/34042 title openSUSE 10 Security Update : rxvt-unicode (rxvt-unicode-5541) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update rxvt-unicode-5541. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(34042); script_version ("1.8"); script_cvs_date("Date: 2019/10/25 13:36:33"); script_cve_id("CVE-2008-1142"); script_name(english:"openSUSE 10 Security Update : rxvt-unicode (rxvt-unicode-5541)"); script_summary(english:"Check for the rxvt-unicode-5541 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "It was possible to open a terminal on :0 when the environment variable was not set. This could be exploited by local users to hijack X11 connections (CVE-2008-1142)." ); script_set_attribute( attribute:"solution", value:"Update the affected rxvt-unicode package." ); script_set_cvss_base_vector("CVSS2#AV:L/AC:H/Au:N/C:P/I:P/A:P"); script_cwe_id(264); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:rxvt-unicode"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:10.2"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:10.3"); script_set_attribute(attribute:"patch_publication_date", value:"2008/08/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2008/08/24"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2008-2019 Tenable Network Security, Inc."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); 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); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE10\.2|SUSE10\.3)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "10.2 / 10.3", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE10.2", reference:"rxvt-unicode-7.9-26") ) flag++; if ( rpm_check(release:"SUSE10.3", reference:"rxvt-unicode-8.3-16.2") ) flag++; if (flag) { if (report_verbosity > 0) security_note(port:0, extra:rpm_report_get()); else security_note(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "rxvt-unicode"); }
NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2008-161.NASL description A vulnerability in rxvt allowed it to open a terminal on :0 if the environment variable was not set, which could be used by a local user to hijack X11 connections (CVE-2008-1142). The updated packages have been patched to correct this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 36624 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36624 title Mandriva Linux Security Advisory : rxvt (MDVSA-2008:161) 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-2008:161. # The text itself is copyright (C) Mandriva S.A. # include("compat.inc"); if (description) { script_id(36624); script_version ("1.12"); script_cvs_date("Date: 2019/08/02 13:32:50"); script_cve_id("CVE-2008-1142"); script_xref(name:"MDVSA", value:"2008:161"); script_name(english:"Mandriva Linux Security Advisory : rxvt (MDVSA-2008:161)"); script_summary(english:"Checks rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value: "The remote Mandriva Linux host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "A vulnerability in rxvt allowed it to open a terminal on :0 if the environment variable was not set, which could be used by a local user to hijack X11 connections (CVE-2008-1142). The updated packages have been patched to correct this issue." ); script_set_attribute( attribute:"solution", value:"Update the affected rxvt and / or rxvt-CJK packages." ); script_set_cvss_base_vector("CVSS2#AV:L/AC:H/Au:N/C:P/I:P/A:P"); script_cwe_id(264); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:rxvt"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:rxvt-CJK"); script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2007.1"); 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:"patch_publication_date", value:"2008/08/07"); 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:"MDK2007.1", reference:"rxvt-2.7.10-16.1mdv2007.1", yank:"mdv")) flag++; if (rpm_check(release:"MDK2007.1", reference:"rxvt-CJK-2.7.10-16.1mdv2007.1", yank:"mdv")) flag++; if (rpm_check(release:"MDK2008.0", reference:"rxvt-2.7.10-16.1mdv2008.0", yank:"mdv")) flag++; if (rpm_check(release:"MDK2008.0", reference:"rxvt-CJK-2.7.10-16.1mdv2008.0", yank:"mdv")) flag++; if (rpm_check(release:"MDK2008.1", reference:"rxvt-2.7.10-17.1mdv2008.1", yank:"mdv")) flag++; if (rpm_check(release:"MDK2008.1", reference:"rxvt-CJK-2.7.10-17.1mdv2008.1", yank:"mdv")) flag++; if (flag) { if (report_verbosity > 0) security_note(port:0, extra:rpm_report_get()); else security_note(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family SuSE Local Security Checks NASL id SUSE_11_0_RXVT-UNICODE-080814.NASL description It was possible to open a terminal on :0 when the environment variable was not set. This could be exploited by local users to hijack X11 connections (CVE-2008-1142). last seen 2020-06-01 modified 2020-06-02 plugin id 40125 published 2009-07-21 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/40125 title openSUSE Security Update : rxvt-unicode (rxvt-unicode-163) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update rxvt-unicode-163. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(40125); script_version("1.10"); script_cvs_date("Date: 2019/10/25 13:36:31"); script_cve_id("CVE-2008-1142"); script_name(english:"openSUSE Security Update : rxvt-unicode (rxvt-unicode-163)"); script_summary(english:"Check for the rxvt-unicode-163 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "It was possible to open a terminal on :0 when the environment variable was not set. This could be exploited by local users to hijack X11 connections (CVE-2008-1142)." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=415661" ); script_set_attribute( attribute:"solution", value:"Update the affected rxvt-unicode package." ); script_set_cvss_base_vector("CVSS2#AV:L/AC:H/Au:N/C:P/I:P/A:P"); script_cwe_id(264); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:rxvt-unicode"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.0"); script_set_attribute(attribute:"patch_publication_date", value:"2008/08/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2009/07/21"); 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:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); 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); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE11\.0)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.0", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE11.0", reference:"rxvt-unicode-9.02-14.2") ) flag++; if (flag) { if (report_verbosity > 0) security_note(port:0, extra:rpm_report_get()); else security_note(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "rxvt-unicode"); }
NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200805-03.NASL description The remote host is affected by the vulnerability described in GLSA-200805-03 (Multiple X11 terminals: Local privilege escalation) Bernhard R. Link discovered that RXVT opens a terminal on :0 if the last seen 2020-06-01 modified 2020-06-02 plugin id 32151 published 2008-05-09 reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/32151 title GLSA-200805-03 : Multiple X11 terminals: Local privilege escalation code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Gentoo Linux Security Advisory GLSA 200805-03. # # The advisory text is Copyright (C) 2001-2015 Gentoo Foundation, Inc. # and licensed under the Creative Commons - Attribution / Share Alike # license. See http://creativecommons.org/licenses/by-sa/3.0/ # include("compat.inc"); if (description) { script_id(32151); script_version("1.14"); script_cvs_date("Date: 2019/08/02 13:32:44"); script_cve_id("CVE-2008-1142", "CVE-2008-1692"); script_xref(name:"GLSA", value:"200805-03"); script_name(english:"GLSA-200805-03 : Multiple X11 terminals: Local privilege escalation"); script_summary(english:"Checks for updated package(s) in /var/db/pkg"); script_set_attribute( attribute:"synopsis", value: "The remote Gentoo host is missing one or more security-related patches." ); script_set_attribute( attribute:"description", value: "The remote host is affected by the vulnerability described in GLSA-200805-03 (Multiple X11 terminals: Local privilege escalation) Bernhard R. Link discovered that RXVT opens a terminal on :0 if the '-display' option is not specified and the DISPLAY environment variable is not set. Further research by the Gentoo Security Team has shown that aterm, Eterm, Mrxvt, multi-aterm, rxvt-unicode, and wterm are also affected. Impact : A local attacker could exploit this vulnerability to hijack X11 terminals of other users. Workaround : There is no known workaround at this time." ); script_set_attribute( attribute:"see_also", value:"https://security.gentoo.org/glsa/200805-03" ); script_set_attribute( attribute:"solution", value: "All aterm users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/aterm-1.0.1-r1' All Eterm users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/eterm-0.9.4-r1' All Mrxvt users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/mrxvt-0.5.3-r2' All multi-aterm users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/multi-aterm-0.2.1-r1' All RXVT users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/rxvt-2.7.10-r4' All rxvt-unicode users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/rxvt-unicode-9.02-r1' All wterm users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose '>=x11-terms/wterm-6.2.9-r3'" ); script_set_cvss_base_vector("CVSS2#AV:L/AC:M/Au:N/C:C/I:C/A:C"); script_cwe_id(264); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:aterm"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:eterm"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:mrxvt"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:multi-aterm"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:rxvt"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:rxvt-unicode"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:wterm"); script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux"); script_set_attribute(attribute:"patch_publication_date", value:"2008/05/07"); script_set_attribute(attribute:"plugin_publication_date", value:"2008/05/09"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2008-2019 Tenable Network Security, Inc."); script_family(english:"Gentoo Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("qpkg.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo"); if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING); flag = 0; if (qpkg_check(package:"x11-terms/aterm", unaffected:make_list("ge 1.0.1-r1"), vulnerable:make_list("lt 1.0.1-r1"))) flag++; if (qpkg_check(package:"x11-terms/rxvt", unaffected:make_list("ge 2.7.10-r4"), vulnerable:make_list("lt 2.7.10-r4"))) flag++; if (qpkg_check(package:"x11-terms/multi-aterm", unaffected:make_list("ge 0.2.1-r1"), vulnerable:make_list("lt 0.2.1-r1"))) flag++; if (qpkg_check(package:"x11-terms/wterm", unaffected:make_list("ge 6.2.9-r3"), vulnerable:make_list("lt 6.2.9-r3"))) flag++; if (qpkg_check(package:"x11-terms/mrxvt", unaffected:make_list("ge 0.5.3-r2"), vulnerable:make_list("lt 0.5.3-r2"))) flag++; if (qpkg_check(package:"x11-terms/eterm", unaffected:make_list("ge 0.9.4-r1"), vulnerable:make_list("lt 0.9.4-r1"))) flag++; if (qpkg_check(package:"x11-terms/rxvt-unicode", unaffected:make_list("ge 9.02-r1"), vulnerable:make_list("lt 9.02-r1"))) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:qpkg_report_get()); else security_warning(0); exit(0); } else { tested = qpkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Multiple X11 terminals"); }
Seebug
bulletinFamily | exploit |
description | CVE ID:CVE-2008-1142 CVE-2008-1692 CNCVE ID:CNCVE-20081142 CNCVE-20081692 rxvt(ouR eXtended Virtual Terminal)是一款X窗口系统的终端模拟器。 rxvt存在安全问题,本地攻击者可以利用漏洞提升特权。 rxvt如果没有通过指定-display选项,并缺少DISPLAY环境变量的情况下,就会使用:0作为X11显示,这可导致本地用户劫持X11会话,通过恶意的X服务器以运行rxvt用户的进程权限执行任意命令。 rxvt-unicode、mrxvt、aterm、multi-aterm、wterm等终端也受影响。 rxvt rxvt 2.6.4 Eterm Eterm 0.9.4 厂商解决方案 Gentoo提供如下安全公告(GLSA-200805-03)以及相应补丁: <a href=http://security.gentoo.org/glsa/glsa-200805-03.xml target=_blank>http://security.gentoo.org/glsa/glsa-200805-03.xml</a> 所有aterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/aterm-1.0.1-r1" 所有Eterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/eterm-0.9.4-r1" 所有Mrxvt用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/mrxvt-0.5.3-r2" 所有multi-aterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/multi-aterm-0.2.1-r=1" 所有RXVT用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/rxvt-2.7.10-r4" 所有rxvt-unicode用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/rxvt-unicode-9.02-r=1" 所有wterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose ">=3Dx11-terms/wterm-6.2.9-r3" |
id | SSV:3807 |
last seen | 2017-11-19 |
modified | 2008-08-11 |
published | 2008-08-11 |
reporter | Root |
title | rxvt终端X11显示任意代码执行漏洞 |
Statements
contributor | Joshua Bressers |
lastmodified | 2008-04-14 |
organization | Red Hat |
statement | Red Hat is aware of this issue and is tracking it via the following bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=CVE-2008-1142 This issue does not affect Red Hat Enterprise Linux 3, 4, or 5. The Red Hat Security Response Team has rated this issue as having low security impact. Due to the minimal security consequences of this issue, we do not intend to fix this in Red Hat Enterprise Linux 2.1. More information regarding issue severity can be found here: http://www.redhat.com/security/updates/classification/ |
References
- http://article.gmane.org/gmane.comp.security.oss.general/122
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469296
- http://lists.opensuse.org/opensuse-security-announce/2008-08/msg00006.html
- http://secunia.com/advisories/29576
- http://secunia.com/advisories/30224
- http://secunia.com/advisories/30225
- http://secunia.com/advisories/30226
- http://secunia.com/advisories/30227
- http://secunia.com/advisories/30229
- http://secunia.com/advisories/31687
- http://security.gentoo.org/glsa/glsa-200805-03.xml
- http://www.mandriva.com/security/advisories?name=MDVSA-2008:161
- http://www.mandriva.com/security/advisories?name=MDVSA-2008:221
- http://www.securityfocus.com/bid/28512