Vulnerabilities > CVE-2006-4842 - Improper Input Validation vulnerability in multiple products
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
The Netscape Portable Runtime (NSPR) API 4.6.1 and 4.6.2, as used in Sun Solaris 10, trusts user-specified environment variables for specifying log files even when running from setuid programs, which allows local users to create or overwrite arbitrary files.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 2 | |
OS | 1 |
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.
Exploit-Db
description Solaris 10 (libnspr) Arbitrary File Creation Local Root Exploit. CVE-2006-4842. Local exploit for solaris platform id EDB-ID:2543 last seen 2016-01-31 modified 2006-10-13 published 2006-10-13 reporter Marco Ivaldi source https://www.exploit-db.com/download/2543/ title Solaris 10 libnspr - Arbitrary File Creation Local Root Exploit description Solaris 10 libnspr constructor Local Root Exploit. CVE-2006-4842. Local exploit for solaris platform id EDB-ID:2641 last seen 2016-01-31 modified 2006-10-24 published 2006-10-24 reporter Marco Ivaldi source https://www.exploit-db.com/download/2641/ title Solaris 10 libnspr - constructor Local Root Exploit description Solaris - libnspr NSPR_LOG_FILE Privilege Escalation (Metasploit). CVE-2006-4842. Local exploit for Solaris platform. Tags: Metasploit Framework (MSF), Local file exploits/solaris/local/45433.rb id EDB-ID:45433 last seen 2018-10-07 modified 2018-09-18 platform solaris port published 2018-09-18 reporter Exploit-DB source https://www.exploit-db.com/download/45433/ title Solaris - libnspr NSPR_LOG_FILE Privilege Escalation (Metasploit) type local description Sun Solaris Netscape Portable Runtime API 4.6.1 Local Privilege Escalation Vulnerability (2). CVE-2006-4842. Local exploit for solaris platform id EDB-ID:28789 last seen 2016-02-03 modified 2006-10-24 published 2006-10-24 reporter Marco Ivaldi source https://www.exploit-db.com/download/28789/ title Sun Solaris Netscape Portable Runtime API 4.6.1 - Local Privilege Escalation Vulnerability 2 description Solaris 10 libnspr LD_PRELOAD Arbitrary File Creation Local Root Exploit. CVE-2006-4842. Local exploit for solaris platform id EDB-ID:2569 last seen 2016-01-31 modified 2006-10-16 published 2006-10-16 reporter Marco Ivaldi source https://www.exploit-db.com/download/2569/ title Solaris 10 libnspr - LD_PRELOAD Arbitrary File Creation Local Root Exploit description Sun Solaris Netscape Portable Runtime API 4.6.1 Local Privilege Escalation Vulnerability (1). CVE-2006-4842. Local exploit for solaris platform id EDB-ID:28788 last seen 2016-02-03 modified 2006-10-13 published 2006-10-13 reporter Marco Ivaldi source https://www.exploit-db.com/download/28788/ title Sun Solaris Netscape Portable Runtime API 4.6.1 - Local Privilege Escalation Vulnerability 1
Metasploit
description | This module exploits an arbitrary file write vulnerability in the Netscape Portable Runtime library (libnspr) on unpatched Solaris systems prior to Solaris 10u3 which allows users to gain root privileges. libnspr versions prior to 4.6.3 allow users to specify a log file with the `NSPR_LOG_FILE` environment variable. The log file is created with the privileges of the running process, resulting in privilege escalation when used in combination with a SUID executable. This module writes a shared object to the trusted library directory `/usr/lib/secure` and runs the specified SUID binary with the shared object loaded using the `LD_LIBRARY_PATH` environment variable. This module has been tested successfully with libnspr version 4.5.1 on Solaris 10u1 (01/06) (x86) and Solaris 10u2 (06/06) (x86). |
id | MSF:EXPLOIT/SOLARIS/LOCAL/LIBNSPR_NSPR_LOG_FILE_PRIV_ESC |
last seen | 2019-12-26 |
modified | 2019-01-10 |
published | 2018-09-11 |
references |
|
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/solaris/local/libnspr_nspr_log_file_priv_esc.rb |
title | Solaris libnspr NSPR_LOG_FILE Privilege Escalation |
Nessus
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214.NASL description NSS_NSPR_JSS 3.30.2_x86: NSPR 4.15 / NSS 3.30.2 / JSS 4.3.2. Date this patch was last updated by Sun : Nov/11/17 This plugin has been deprecated and either replaced with individual 119214 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 20055 published 2005-10-19 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=20055 title Solaris 10 (x86) : 119214-36 (deprecated) code # # (C) Tenable Network Security, Inc. # # @DEPRECATED@ # # Disabled on 2018/03/12. Deprecated and either replaced by # individual patch-revision plugins, or has been deemed a # non-security advisory. # include("compat.inc"); if (description) { script_id(20055); script_version("1.34"); script_cvs_date("Date: 2018/07/30 13:40:15"); script_cve_id("CVE-2006-4339", "CVE-2006-4842", "CVE-2006-5201", "CVE-2006-7140"); script_name(english:"Solaris 10 (x86) : 119214-36 (deprecated)"); script_summary(english:"Check for patch 119214-36"); script_set_attribute( attribute:"synopsis", value:"This plugin has been deprecated." ); script_set_attribute( attribute:"description", value: "NSS_NSPR_JSS 3.30.2_x86: NSPR 4.15 / NSS 3.30.2 / JSS 4.3.2. Date this patch was last updated by Sun : Nov/11/17 This plugin has been deprecated and either replaced with individual 119214 patch-revision plugins, or deemed non-security related." ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/119214-36" ); script_set_attribute( attribute:"solution", value:"n/a" ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:P"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_set_attribute(attribute:"exploit_framework_canvas", value:"true"); script_set_attribute(attribute:"canvas_package", value:'CANVAS'); script_cwe_id(310); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/o:sun:solaris"); script_set_attribute(attribute:"patch_publication_date", value:"2017/11/11"); script_set_attribute(attribute:"plugin_publication_date", value:"2005/10/19"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc."); script_family(english:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 119214 instead.");
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-32.NASL description NSS_NSPR_JSS 3.17.4_x86: NSPR 4.10.7 / NSS 3.17.4 / JSS 4.3.2. Date this patch was last updated by Sun : Dec/24/15 last seen 2020-06-01 modified 2020-06-02 plugin id 107814 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107814 title Solaris 10 (x86) : 119214-32 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-27.NASL description NSS_NSPR_JSS 3.13.1_x86: NSPR 4.8.9 / NSS 3.13.1 / JSS 4.3.2. Date this patch was last updated by Sun : Feb/08/12 last seen 2020-06-01 modified 2020-06-02 plugin id 107811 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107811 title Solaris 10 (x86) : 119214-27 (BEAST) NASL family Solaris Local Security Checks NASL id SOLARIS10_119213.NASL description NSS_NSPR_JSS 3.30.2: NSPR 4.15 / NSS 3.30.2 / JSS 4.3.2. Date this patch was last updated by Sun : Nov/09/17 This plugin has been deprecated and either replaced with individual 119213 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 20052 published 2005-10-19 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=20052 title Solaris 10 (sparc) : 119213-36 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-33.NASL description NSS_NSPR_JSS 3.21_x86: NSPR 4.11 / NSS 3.21 / JSS 4.3.2. Date this patch was last updated by Sun : Mar/22/16 last seen 2020-06-01 modified 2020-06-02 plugin id 107815 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107815 title Solaris 10 (x86) : 119214-33 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-38.NASL description NSS_NSPR_JSS 3.35: NSPR 4.18 / NSS 3.35 / JSS 4.3.2. Date this patch was last updated by Sun : May/16/18 last seen 2020-06-01 modified 2020-06-02 plugin id 109882 published 2018-05-17 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/109882 title Solaris 10 (sparc) : 119213-38 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-36.NASL description NSS_NSPR_JSS 3.30.2_x86: NSPR 4.15 / NSS 3.30.2 / JSS 4.3.2. Date this patch was last updated by Sun : Nov/11/17 last seen 2020-06-01 modified 2020-06-02 plugin id 107816 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107816 title Solaris 10 (x86) : 119214-36 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-37.NASL description NSS_NSPR_JSS 3.34_x86: NSPR 4.17 / NSS 3.3. Date this patch was last updated by Sun : May/16/18 last seen 2020-06-01 modified 2020-06-02 plugin id 109912 published 2018-05-18 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/109912 title Solaris 10 (x86) : 119214-37 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-36.NASL description NSS_NSPR_JSS 3.30.2: NSPR 4.15 / NSS 3.30.2 / JSS 4.3.2. Date this patch was last updated by Sun : Nov/09/17 last seen 2020-06-01 modified 2020-06-02 plugin id 107313 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107313 title Solaris 10 (sparc) : 119213-36 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-38.NASL description NSS_NSPR_JSS 3.35_x86: NSPR 4.18 / NSS 3.35 / JSS 4.3.2. Date this patch was last updated by Sun : May/16/18 last seen 2020-06-01 modified 2020-06-02 plugin id 109884 published 2018-05-17 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/109884 title Solaris 10 (x86) : 119214-38 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-30.NASL description NSS_NSPR_JSS 3.16: NSPR 4.10.4 / NSS 3.16. Date this patch was last updated by Sun : Nov/15/14 last seen 2020-06-01 modified 2020-06-02 plugin id 107309 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107309 title Solaris 10 (sparc) : 119213-30 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-33.NASL description NSS_NSPR_JSS 3.21: NSPR 4.11 / NSS 3.21 /. Date this patch was last updated by Sun : Mar/22/16 last seen 2020-06-01 modified 2020-06-02 plugin id 107312 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107312 title Solaris 10 (sparc) : 119213-33 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-30.NASL description NSS_NSPR_JSS 3.16_x86: NSPR 4.10.4 / NSS 3. Date this patch was last updated by Sun : Nov/15/14 last seen 2020-06-01 modified 2020-06-02 plugin id 107812 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107812 title Solaris 10 (x86) : 119214-30 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-37.NASL description NSS_NSPR_JSS 3.34: NSPR 4.17 / NSS 3.34 /. Date this patch was last updated by Sun : May/16/18 last seen 2020-06-01 modified 2020-06-02 plugin id 109911 published 2018-05-18 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/109911 title Solaris 10 (sparc) : 119213-37 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-31.NASL description NSS_NSPR_JSS 3.17.2: NSPR 4.10.7 / NSS 3.1. Date this patch was last updated by Sun : Feb/19/15 last seen 2020-06-01 modified 2020-06-02 plugin id 107310 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107310 title Solaris 10 (sparc) : 119213-31 NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-27.NASL description NSS_NSPR_JSS 3.13.1: NSPR 4.8.9 / NSS 3.13.1 / JSS 4.3.2. Date this patch was last updated by Sun : Feb/08/12 last seen 2020-06-01 modified 2020-06-02 plugin id 107308 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107308 title Solaris 10 (sparc) : 119213-27 (BEAST) NASL family Solaris Local Security Checks NASL id SOLARIS10_119213-32.NASL description NSS_NSPR_JSS 3.17.4: NSPR 4.10.7 / NSS 3.17.4 / JSS 4.3.2. Date this patch was last updated by Sun : Dec/24/15 last seen 2020-06-01 modified 2020-06-02 plugin id 107311 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107311 title Solaris 10 (sparc) : 119213-32 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_119214-31.NASL description NSS_NSPR_JSS 3.17.2_x86: NSPR 4.10.7 / NSS. Date this patch was last updated by Sun : Feb/19/15 last seen 2020-06-01 modified 2020-06-02 plugin id 107813 published 2018-03-12 reporter This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/107813 title Solaris 10 (x86) : 119214-31
Oval
accepted | 2007-09-27T08:57:42.133-04:00 | ||||||||
class | vulnerability | ||||||||
contributors |
| ||||||||
definition_extensions |
| ||||||||
description | The Netscape Portable Runtime (NSPR) API 4.6.1 and 4.6.2, as used in Sun Solaris 10, trusts user-specified environment variables for specifying log files even when running from setuid programs, which allows local users to create or overwrite arbitrary files. | ||||||||
family | unix | ||||||||
id | oval:org.mitre.oval:def:1819 | ||||||||
status | accepted | ||||||||
submitted | 2007-08-10T12:25:24.000-04:00 | ||||||||
title | Security Vulnerability in the Netscape Portable Runtime (NSPR) API Affects Solaris | ||||||||
version | 35 |
Packetstorm
data source | https://packetstormsecurity.com/files/download/149416/libnspr_nspr_log_file_priv_esc.rb.txt |
id | PACKETSTORM:149416 |
last seen | 2018-09-18 |
published | 2018-09-18 |
reporter | Marco Ivaldi |
source | https://packetstormsecurity.com/files/149416/Solaris-libnspr-NSPR_LOG_FILE-Privilege-Escalation.html |
title | Solaris libnspr NSPR_LOG_FILE Privilege Escalation |
Seebug
bulletinFamily exploit description No description provided by source. id SSV:64170 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-64170 title Solaris 10 libnspr - constructor Local Root Exploit bulletinFamily exploit description No description provided by source. id SSV:64104 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-64104 title Solaris 10 (libnspr) - Arbitrary File Creation Local Root Exploit bulletinFamily exploit description No description provided by source. id SSV:64124 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-64124 title Solaris 10 libnspr - LD_PRELOAD Arbitrary File Creation Local Root Exploit bulletinFamily exploit description No description provided by source. id SSV:5260 last seen 2017-11-19 modified 2006-10-25 published 2006-10-25 reporter Root source https://www.seebug.org/vuldb/ssvid-5260 title Solaris 10 libnspr constructor Local Root Exploit bulletinFamily exploit description CVE-2006-4842 The Netscape Portable Runtime API running on Sun Solaris 10 operating system is prone to a local privilege-escalation vulnerability. A successful exploit of this issue allows an attacker to gain superuser privileges, completely compromising the affected computer. Version 4.6.1 running on Sun Solaris 10 is vulnerable to this issue. Sun Solaris 10.0_x86 Sun Solaris 10.0 Netscape Portable Runtime API 4.6.1 Sun Solaris 10.0 Sun 119213-10 <a href=http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1 target=_blank>http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1</a> Sun Solaris 10.0_x86 Sun 119214-10 <a href=http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1 target=_blank>http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1</a> id SSV:3899 last seen 2017-11-19 modified 2008-08-22 published 2008-08-22 reporter Root source https://www.seebug.org/vuldb/ssvid-3899 title Sun Solaris Netscape Portable Runtime API Local Privilege Escalation Vulnerabili bulletinFamily exploit description No description provided by source. id SSV:82336 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-82336 title Sun Solaris Netscape Portable Runtime API 4.6.1 - Local Privilege Escalation Vulnerability (2) bulletinFamily exploit description No description provided by source. id SSV:5298 last seen 2017-11-19 modified 2006-10-27 published 2006-10-27 reporter Root source https://www.seebug.org/vuldb/ssvid-5298 title Solaris 10 libnspr LD_PRELOAD Arbitrary File Creation Local Root Exploit bulletinFamily exploit description No description provided by source. id SSV:16657 last seen 2017-11-19 modified 2006-10-13 published 2006-10-13 reporter Root source https://www.seebug.org/vuldb/ssvid-16657 title Solaris 10 (libnspr) Arbitrary File Creation Local Root Exploit bulletinFamily exploit description No description provided by source. id SSV:82335 last seen 2017-11-19 modified 2014-07-01 published 2014-07-01 reporter Root source https://www.seebug.org/vuldb/ssvid-82335 title Sun Solaris Netscape Portable Runtime API 4.6.1 - Local Privilege Escalation Vulnerability (1)
Statements
contributor | Mark J Cox |
lastmodified | 2007-01-11 |
organization | Red Hat |
statement | This issue also affects other OS that use NSPR. However, Red Hat does not ship any application linked setuid or setgid against NSPR and therefore is not vulnerable to this issue. |
References
- http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=418
- http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=418
- http://secunia.com/advisories/22348
- http://secunia.com/advisories/22348
- http://securitytracker.com/id?1017050
- http://securitytracker.com/id?1017050
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-102658-1
- http://www.securityfocus.com/archive/1/448691/100/0/threaded
- http://www.securityfocus.com/archive/1/448691/100/0/threaded
- http://www.securityfocus.com/bid/20471
- http://www.securityfocus.com/bid/20471
- http://www.vupen.com/english/advisories/2006/4016
- http://www.vupen.com/english/advisories/2006/4016
- https://exchange.xforce.ibmcloud.com/vulnerabilities/29489
- https://exchange.xforce.ibmcloud.com/vulnerabilities/29489
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A1819
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A1819
- https://www.exploit-db.com/exploits/45433/
- https://www.exploit-db.com/exploits/45433/