Vulnerabilities > CVE-2011-0465 - Improper Input Validation vulnerability in multiple products
Attack vector
NETWORK Attack complexity
MEDIUM Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
xrdb.c in xrdb before 1.0.9 in X.Org X11R7.6 and earlier allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a (1) DHCP or (2) XDMCP message.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 7 | |
Application | 24 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Server Side Include (SSI) Injection An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
- Cross Zone Scripting An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
- Cross Site Scripting through Log Files An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
- Command Line Execution through SQL Injection An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_XORG-X11-7417.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP. (CVE-2011-0465) last seen 2020-06-01 modified 2020-06-02 plugin id 53404 published 2011-04-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53404 title SuSE 10 Security Update : X11 (ZYPP Patch Number 7417) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The text description of this plugin is (C) Novell, Inc. # include("compat.inc"); if (description) { script_id(53404); script_version ("1.7"); script_cvs_date("Date: 2019/10/25 13:36:44"); script_cve_id("CVE-2011-0465"); script_xref(name:"IAVA", value:"2017-A-0098"); script_name(english:"SuSE 10 Security Update : X11 (ZYPP Patch Number 7417)"); script_summary(english:"Checks rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value:"The remote SuSE 10 host is missing a security-related patch." ); script_set_attribute( attribute:"description", value: "Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP. (CVE-2011-0465)" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2011-0465.html" ); script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 7417."); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux"); script_set_attribute(attribute:"patch_publication_date", value:"2011/03/31"); script_set_attribute(attribute:"plugin_publication_date", value:"2011/04/13"); script_set_attribute(attribute:"stig_severity", value:"II"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2011-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/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list"); exit(0); } include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled."); if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE."); if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages."); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) exit(1, "Failed to determine the architecture type."); if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented."); flag = 0; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-Xnest-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-Xvfb-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-Xvnc-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-devel-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-100dpi-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-75dpi-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-cyrillic-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-scalable-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-syriac-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-libs-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-man-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-server-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"i586", reference:"xorg-x11-server-glx-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xnest-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xvfb-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xvnc-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-devel-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-devel-32bit-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-100dpi-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-75dpi-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-cyrillic-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-scalable-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-syriac-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-libs-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-libs-32bit-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-man-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-server-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLED10", sp:3, cpu:"x86_64", reference:"xorg-x11-server-glx-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-Xnest-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-Xvfb-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-Xvnc-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-devel-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-doc-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-100dpi-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-75dpi-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-cyrillic-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-scalable-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-fonts-syriac-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-libs-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-man-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-sdk-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-server-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"i586", reference:"xorg-x11-server-glx-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xnest-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xvfb-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-Xvnc-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-devel-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-devel-32bit-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-doc-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-100dpi-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-75dpi-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-cyrillic-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-scalable-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-fonts-syriac-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-libs-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-libs-32bit-6.9.0-50.68.70.1")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-man-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-sdk-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-server-6.9.0-50.68.70.3")) flag++; if (rpm_check(release:"SLES10", sp:3, cpu:"x86_64", reference:"xorg-x11-server-glx-6.9.0-50.68.70.3")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else exit(0, "The host is not affected.");
NASL family SuSE Local Security Checks NASL id SUSE_11_XORG-X11-110323.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP. (CVE-2011-0465) last seen 2020-06-01 modified 2020-06-02 plugin id 53316 published 2011-04-07 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53316 title SuSE 11.1 Security Update : X11 (SAT Patch Number 4199) NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0433.NASL description An updated xorg-x11-server-utils package that fixes one security issue is now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The xorg-x11-server-utils package contains a collection of utilities used to modify and query the runtime configuration of the X.Org server. X.Org is an open source implementation of the X Window System. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 53433 published 2011-04-15 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53433 title CentOS 5 : xorg-x11-server-utils (CESA-2011:0433) NASL family Fedora Local Security Checks NASL id FEDORA_2011-4871.NASL description Fixes CVE-2011-0465 root hole via rogue hostname (xrdb) Note that Tenable Network Security has extracted the preceding description block directly from the Fedora 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 53438 published 2011-04-15 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53438 title Fedora 14 : xorg-x11-server-utils-7.5-5.fc14 (2011-4871) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0432.NASL description From Red Hat Security Advisory 2011:0432 : Updated xorg-x11 packages that fix one security issue are now available for Red Hat Enterprise Linux 4. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. X.Org is an open source implementation of the X Window System. It provides the basic low-level functionality that full-fledged graphical user interfaces are designed upon. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 68253 published 2013-07-12 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/68253 title Oracle Linux 4 : xorg-x11 (ELSA-2011-0432) NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_147228-01.NASL description X11 6.6.2_x86: xrdb patch. Date this patch was last updated by Sun : Jun/14/11 last seen 2020-06-01 modified 2020-06-02 plugin id 108097 published 2018-03-12 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/108097 title Solaris 10 (x86) : 147228-01 NASL family SuSE Local Security Checks NASL id SUSE_XORG-X11-7416.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP. (CVE-2011-0465) last seen 2020-06-01 modified 2020-06-02 plugin id 57268 published 2011-12-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/57268 title SuSE 10 Security Update : X11 (ZYPP Patch Number 7416) NASL family Scientific Linux Local Security Checks NASL id SL_20110411_XORG_X11_SERVER_UTILS_ON_SL5_X.NASL description A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 61016 published 2012-08-01 reporter This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/61016 title Scientific Linux Security Update : xorg-x11-server-utils on SL5.x, SL6.x i386/x86_64 NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201412-09.NASL description The remote host is affected by the vulnerability described in GLSA-201412-09 (Multiple packages, Multiple vulnerabilities fixed in 2011) Vulnerabilities have been discovered in the packages listed below. Please review the CVE identifiers in the Reference section for details. FMOD Studio PEAR Mail LVM2 GnuCash xine-lib Last.fm Scrobbler WebKitGTK+ shadow tool suite PEAR unixODBC Resource Agents mrouted rsync XML Security Library xrdb Vino OProfile syslog-ng sFlow Toolkit GNOME Display Manager libsoup CA Certificates Gitolite QtCreator Racer Impact : A context-dependent attacker may be able to gain escalated privileges, execute arbitrary code, cause Denial of Service, obtain sensitive information, or otherwise bypass security restrictions. Workaround : There are no known workarounds at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 79962 published 2014-12-15 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/79962 title GLSA-201412-09 : Multiple packages, Multiple vulnerabilities fixed in 2011 NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0433.NASL description From Red Hat Security Advisory 2011:0433 : An updated xorg-x11-server-utils package that fixes one security issue is now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The xorg-x11-server-utils package contains a collection of utilities used to modify and query the runtime configuration of the X.Org server. X.Org is an open source implementation of the X Window System. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 68254 published 2013-07-12 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/68254 title Oracle Linux 5 / 6 : xorg-x11-server-utils (ELSA-2011-0433) NASL family SuSE Local Security Checks NASL id SUSE_11_2_XORG-X11-110405.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP (CVE-2011-0465). last seen 2020-06-01 modified 2020-06-02 plugin id 53810 published 2011-05-05 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53810 title openSUSE Security Update : xorg-x11 (openSUSE-SU-2011:0298-1) NASL family SuSE Local Security Checks NASL id SUSE9_12700.NASL description The following bug has been fixed : - Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP. (CVE-2011-0465) last seen 2020-06-01 modified 2020-06-02 plugin id 53401 published 2011-04-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53401 title SuSE9 Security Update : XFree86 (YOU Patch Number 12700) NASL family SuSE Local Security Checks NASL id SUSE_11_4_XORG-X11-110405.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP (CVE-2011-0465). last seen 2020-06-01 modified 2020-06-02 plugin id 76050 published 2014-06-13 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/76050 title openSUSE Security Update : xorg-x11 (openSUSE-SU-2011:0298-1) NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-1107-1.NASL description Sebastian Krahmer discovered that the xrdb utility incorrectly filtered crafted hostnames. An attacker could use this flaw with a malicious DHCP server or with a remote xdmcp login and execute arbitrary code, resulting in 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 53321 published 2011-04-07 reporter Ubuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53321 title Ubuntu 8.04 LTS / 9.10 / 10.04 LTS / 10.10 : x11-xserver-utils vulnerability (USN-1107-1) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2011-096-01.NASL description New xrdb packages are available for Slackware 12.0, 12.1, 12.2, 13.0, 13.1, and -current to fix a security issue. last seen 2020-06-01 modified 2020-06-02 plugin id 53361 published 2011-04-12 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53361 title Slackware 12.0 / 12.1 / 12.2 / 13.0 / 13.1 / current : xrdb (SSA:2011-096-01) NASL family Fedora Local Security Checks NASL id FEDORA_2011-4984.NASL description fixes CVE-2011-0465 root hole via rogue hostname in xrdb Note that Tenable Network Security has extracted the preceding description block directly from the Fedora 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 53456 published 2011-04-18 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53456 title Fedora 15 : xorg-x11-server-utils-7.5-5.fc15 (2011-4984) NASL family Fedora Local Security Checks NASL id FEDORA_2011-4879.NASL description Fix CVE-2011-0465 root hole with rogue hostnames via xrdb Note that Tenable Network Security has extracted the preceding description block directly from the Fedora 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 55050 published 2011-06-12 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/55050 title Fedora 13 : xorg-x11-server-utils-7.4-17.fc13 (2011-4879) NASL family SuSE Local Security Checks NASL id SUSE_11_3_XORG-X11-110405.NASL description Remote attackers could execute arbitrary commands as root by assigning specially crafted hostnames to X11 clients via XDMCP (CVE-2011-0465). last seen 2020-06-01 modified 2020-06-02 plugin id 75778 published 2014-06-13 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/75778 title openSUSE Security Update : xorg-x11 (openSUSE-SU-2011:0298-1) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0432.NASL description Updated xorg-x11 packages that fix one security issue are now available for Red Hat Enterprise Linux 4. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. X.Org is an open source implementation of the X Window System. It provides the basic low-level functionality that full-fledged graphical user interfaces are designed upon. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 53370 published 2011-04-12 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53370 title RHEL 4 : xorg-x11 (RHSA-2011:0432) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2011-076.NASL description A vulnerability has been found and corrected in xrdb : xrdb.c in xrdb before 1.0.9 in X.Org X11R7.6 and earlier allows remote attackers to execute arbitrary commands via shell metacharacters in a hostname obtained from a (1) DHCP or (2) XDMCP message (CVE-2011-0465). Packages for 2009.0 are provided as of the Extended Maintenance Program. Please visit this link to learn more: http://store.mandriva.com/product_info.php?cPath=149 products_id=490 The updated packages have been patched to correct this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 53524 published 2011-04-22 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53524 title Mandriva Linux Security Advisory : xrdb (MDVSA-2011:076) NASL family Solaris Local Security Checks NASL id SOLARIS10_147227-01.NASL description X11 6.6.2: xrdb patch. Date this patch was last updated by Sun : Jun/14/11 last seen 2020-06-01 modified 2020-06-02 plugin id 107605 published 2018-03-12 reporter This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107605 title Solaris 10 (sparc) : 147227-01 NASL family Debian Local Security Checks NASL id DEBIAN_DSA-2213.NASL description Sebastian Krahmer discovered that the xrdb utility of x11-xserver-utils, a X server resource database utility, is not properly filtering crafted hostnames. This allows a remote attacker to execute arbitrary code with root privileges given that either remote logins via xdmcp are allowed or the attacker is able to place a rogue DHCP server into the victims network. last seen 2020-03-17 modified 2011-04-11 plugin id 53340 published 2011-04-11 reporter This script is Copyright (C) 2011-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53340 title Debian DSA-2213-1 : x11-xserver-utils - missing input sanitization NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0432.NASL description Updated xorg-x11 packages that fix one security issue are now available for Red Hat Enterprise Linux 4. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. X.Org is an open source implementation of the X Window System. It provides the basic low-level functionality that full-fledged graphical user interfaces are designed upon. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 53494 published 2011-04-20 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53494 title CentOS 4 : xorg-x11 (CESA-2011:0432) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_2ECCB24F61C011E0B1990015F2DB7BDE.NASL description Matthias Hopf reports : By crafting hostnames with shell escape characters, arbitrary commands can be executed in a root environment when a display manager reads in the resource database via xrdb. These specially crafted hostnames can occur in two environments : Systems are affected are: systems set their hostname via DHCP, and the used DHCP client allows setting of hostnames with illegal characters. And systems that allow remote logins via xdmcp. last seen 2020-06-01 modified 2020-06-02 plugin id 53439 published 2011-04-15 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53439 title FreeBSD : xrdb -- root hole via rogue hostname (2eccb24f-61c0-11e0-b199-0015f2db7bde) NASL family Scientific Linux Local Security Checks NASL id SL_20110411_XORG_X11_ON_SL4_X.NASL description A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 61015 published 2012-08-01 reporter This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/61015 title Scientific Linux Security Update : xorg-x11 on SL4.x i386/x86_64 NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0433.NASL description An updated xorg-x11-server-utils package that fixes one security issue is now available for Red Hat Enterprise Linux 5 and 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The xorg-x11-server-utils package contains a collection of utilities used to modify and query the runtime configuration of the X.Org server. X.Org is an open source implementation of the X Window System. A flaw was found in the X.Org X server resource database utility, xrdb. Certain variables were not properly sanitized during the launch of a user last seen 2020-06-01 modified 2020-06-02 plugin id 53371 published 2011-04-12 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53371 title RHEL 5 / 6 : xorg-x11-server-utils (RHSA-2011:0433)
Redhat
advisories |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rpms |
|
References
- http://cgit.freedesktop.org/xorg/app/xrdb/commit/?id=1027d5df07398c1507fb1fe3a9981aa6b4bc3a56
- http://lists.fedoraproject.org/pipermail/package-announce/2011-April/057928.html
- http://lists.freedesktop.org/archives/xorg-announce/2011-April/001635.html
- http://lists.freedesktop.org/archives/xorg-announce/2011-April/001636.html
- http://lists.opensuse.org/opensuse-security-announce/2011-04/msg00002.html
- http://secunia.com/advisories/44010
- http://secunia.com/advisories/44012
- http://secunia.com/advisories/44040
- http://secunia.com/advisories/44082
- http://secunia.com/advisories/44122
- http://secunia.com/advisories/44123
- http://secunia.com/advisories/44193
- http://slackware.com/security/viewer.php?l=slackware-security&y=2011&m=slackware-security.465748
- http://www.debian.org/security/2011/dsa-2213
- http://www.mandriva.com/security/advisories?name=MDVSA-2011:076
- http://www.redhat.com/support/errata/RHSA-2011-0432.html
- http://www.redhat.com/support/errata/RHSA-2011-0433.html
- http://www.securityfocus.com/bid/47189
- http://www.securitytracker.com/id?1025317
- http://www.ubuntu.com/usn/USN-1107-1
- http://www.vupen.com/english/advisories/2011/0880
- http://www.vupen.com/english/advisories/2011/0889
- http://www.vupen.com/english/advisories/2011/0906
- http://www.vupen.com/english/advisories/2011/0929
- http://www.vupen.com/english/advisories/2011/0966
- http://www.vupen.com/english/advisories/2011/0975
- https://bugzilla.redhat.com/show_bug.cgi?id=680196
- https://exchange.xforce.ibmcloud.com/vulnerabilities/66585
- https://lwn.net/Articles/437150/