Vulnerabilities > CVE-2008-1692 - Permissions, Privileges, and Access Controls vulnerability in Eterm 0.9.4

047910
CVSS 6.9 - MEDIUM
Attack vector
LOCAL
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
local
eterm
CWE-264
nessus

Summary

Eterm 0.9.4 opens a terminal window on :0 if -display is not specified and the DISPLAY environment variable is not set, which might allow local users to hijack X11 connections. NOTE: realistic attack scenarios require that the victim enters a command on the wrong machine.

Vulnerable Configurations

Part Description Count
Application
Eterm
1

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 familyGentoo Local Security Checks
NASL idGENTOO_GLSA-200805-03.NASL
descriptionThe 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 seen2020-06-01
modified2020-06-02
plugin id32151
published2008-05-09
reporterThis script is Copyright (C) 2008-2019 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/32151
titleGLSA-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

bulletinFamilyexploit
descriptionCVE 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 &quot;&gt;=3Dx11-terms/aterm-1.0.1-r1&quot; 所有Eterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/eterm-0.9.4-r1&quot; 所有Mrxvt用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/mrxvt-0.5.3-r2&quot; 所有multi-aterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/multi-aterm-0.2.1-r=1&quot; 所有RXVT用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/rxvt-2.7.10-r4&quot; 所有rxvt-unicode用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/rxvt-unicode-9.02-r=1&quot; 所有wterm用户都应升级到最新版本: # emerge --sync # emerge --ask --oneshot --verbose &quot;&gt;=3Dx11-terms/wterm-6.2.9-r3&quot;
idSSV:3807
last seen2017-11-19
modified2008-08-11
published2008-08-11
reporterRoot
titlerxvt终端X11显示任意代码执行漏洞