Vulnerabilities > CVE-2005-2715 - Remote Format String vulnerability in Symantec Veritas products
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
Format string vulnerability in the Java user interface service (bpjava-msvc) daemon for VERITAS NetBackup Data and Business Center 4.5FP and 4.5MP, and NetBackup Enterprise/Server/Client 5.0, 5.1, and 6.0, allows remote attackers to execute arbitrary code via the COMMAND_LOGON_TO_MSERVER command.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 5 |
Exploit-Db
description | Veritas NetBackup <= 6.0 (bpjava-msvc) Remote Exploit (linux). CVE-2005-2715. Remote exploits for multiple platform |
id | EDB-ID:1263 |
last seen | 2016-01-31 |
modified | 2005-10-20 |
published | 2005-10-20 |
reporter | Kevin Finisterre |
source | https://www.exploit-db.com/download/1263/ |
title | Veritas NetBackup <= 6.0 bpjava-msvc Remote Exploit linux |
Nessus
NASL family Solaris Local Security Checks NASL id SOLARIS8_119005.NASL description NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 36716 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36716 title Solaris 8 (sparc) : 119005-02 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(36716); script_version("1.18"); script_cvs_date("Date: 2019/10/25 13:36:23"); script_cve_id("CVE-2005-2715"); script_name(english:"Solaris 8 (sparc) : 119005-02"); script_summary(english:"Check for patch 119005-02"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 119005-02"); script_set_attribute(attribute:"description", value: "NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06"); script_set_attribute(attribute:"see_also", value:"https://support.oracle.com/epmos/faces/DocContentDisplay?id=1682359.1"); script_set_attribute(attribute:"see_also", value:"http://www.symantec.com/business/theme.jsp?themeid=sun-support"); script_set_attribute(attribute:"solution", value:"You should install this patch for your system to be up-to-date."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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_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:"2006/04/14"); 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:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); vendornote = '\nThis patch is no longer available from Oracle, as the Symantec Veritas\n' + 'NetBackup support contract with Oracle has ended. The patch has been\n' + 'removed from Oracle repositories.\n\n' + 'Please contact the vendor for product support :\n' + 'http://www.symantec.com/theme.jsp?themeid=sun-support'; if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"119005-02", obsoleted_by:"", package:"VRTSnetbp", version:"4.5FP,REV=2003.11.03.15.48") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report() + vendornote); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS7_119006.NASL description NetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05 last seen 2020-06-01 modified 2020-06-02 plugin id 37700 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37700 title Solaris 7 (sparc) : 119006-01 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(37700); script_version("1.18"); script_cvs_date("Date: 2019/10/25 13:36:22"); script_cve_id("CVE-2005-2715"); script_name(english:"Solaris 7 (sparc) : 119006-01"); script_summary(english:"Check for patch 119006-01"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 119006-01"); script_set_attribute(attribute:"description", value: "NetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05"); script_set_attribute(attribute:"see_also", value:"https://support.oracle.com/epmos/faces/DocContentDisplay?id=1682359.1"); script_set_attribute(attribute:"see_also", value:"http://www.symantec.com/business/theme.jsp?themeid=sun-support"); script_set_attribute(attribute:"solution", value:"You should install this patch for your system to be up-to-date."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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_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:"2005/11/04"); 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:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); vendornote = '\nThis patch is no longer available from Oracle, as the Symantec Veritas\n' + 'NetBackup support contract with Oracle has ended. The patch has been\n' + 'removed from Oracle repositories.\n\n' + 'Please contact the vendor for product support :\n' + 'http://www.symantec.com/theme.jsp?themeid=sun-support'; if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.7", arch:"sparc", patch:"119006-01", obsoleted_by:"116264-08 ", package:"VRTSnetbp", version:"5.0,REV=2003.11.06.09.24") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report() + vendornote); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS9_119007.NASL description NetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05 last seen 2020-06-01 modified 2020-06-02 plugin id 23551 published 2006-11-06 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23551 title Solaris 9 (sparc) : 119007-01 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(23551); script_version("1.27"); script_cvs_date("Date: 2019/10/25 13:36:23"); script_cve_id("CVE-2005-2715"); script_name(english:"Solaris 9 (sparc) : 119007-01"); script_summary(english:"Check for patch 119007-01"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 119007-01"); script_set_attribute(attribute:"description", value: "NetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05"); script_set_attribute(attribute:"see_also", value:"https://support.oracle.com/epmos/faces/DocContentDisplay?id=1682359.1"); script_set_attribute(attribute:"see_also", value:"http://www.symantec.com/business/theme.jsp?themeid=sun-support"); script_set_attribute(attribute:"solution", value:"You should install this patch for your system to be up-to-date."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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_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:"2005/11/10"); script_set_attribute(attribute:"plugin_publication_date", value:"2006/11/06"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2006-2019 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); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); vendornote = '\nThis patch is no longer available from Oracle, as the Symantec Veritas\n' + 'NetBackup support contract with Oracle has ended. The patch has been\n' + 'removed from Oracle repositories.\n\n' + 'Please contact the vendor for product support :\n' + 'http://www.symantec.com/theme.jsp?themeid=sun-support'; if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"119007-01", obsoleted_by:"116271-06 ", package:"VRTSnetbp", version:"5.1,REV=2004.05.11.17.55") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report() + vendornote); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS9_119005.NASL description NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 37046 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37046 title Solaris 9 (sparc) : 119005-02 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(37046); script_version("1.18"); script_cvs_date("Date: 2019/10/25 13:36:23"); script_cve_id("CVE-2005-2715"); script_name(english:"Solaris 9 (sparc) : 119005-02"); script_summary(english:"Check for patch 119005-02"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 119005-02"); script_set_attribute(attribute:"description", value: "NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06"); script_set_attribute(attribute:"see_also", value:"https://support.oracle.com/epmos/faces/DocContentDisplay?id=1682359.1"); script_set_attribute(attribute:"see_also", value:"http://www.symantec.com/business/theme.jsp?themeid=sun-support"); script_set_attribute(attribute:"solution", value:"You should install this patch for your system to be up-to-date."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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_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:"2006/04/14"); 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:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); vendornote = '\nThis patch is no longer available from Oracle, as the Symantec Veritas\n' + 'NetBackup support contract with Oracle has ended. The patch has been\n' + 'removed from Oracle repositories.\n\n' + 'Please contact the vendor for product support :\n' + 'http://www.symantec.com/theme.jsp?themeid=sun-support'; if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"119005-02", obsoleted_by:"", package:"VRTSnetbp", version:"4.5FP,REV=2003.11.03.15.48") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report() + vendornote); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS9_119006.NASL description NetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05 last seen 2020-06-01 modified 2020-06-02 plugin id 36670 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36670 title Solaris 9 (sparc) : 119006-01 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(36670); script_version("1.20"); script_cvs_date("Date: 2019/10/25 13:36:23"); script_cve_id("CVE-2005-2715"); script_name(english:"Solaris 9 (sparc) : 119006-01"); script_summary(english:"Check for patch 119006-01"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 119006-01"); script_set_attribute(attribute:"description", value: "NetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05"); script_set_attribute(attribute:"see_also", value:"https://support.oracle.com/epmos/faces/DocContentDisplay?id=1682359.1"); script_set_attribute(attribute:"see_also", value:"http://www.symantec.com/business/theme.jsp?themeid=sun-support"); script_set_attribute(attribute:"solution", value:"You should install this patch for your system to be up-to-date."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); 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_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:"2005/11/04"); 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:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); vendornote = '\nThis patch is no longer available from Oracle, as the Symantec Veritas\n' + 'NetBackup support contract with Oracle has ended. The patch has been\n' + 'removed from Oracle repositories.\n\n' + 'Please contact the vendor for product support :\n' + 'http://www.symantec.com/theme.jsp?themeid=sun-support'; if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"119006-01", obsoleted_by:"116264-08 ", package:"VRTSnetbp", version:"5.0,REV=2003.11.06.09.24") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report() + vendornote); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS9_119008.NASL description VERITAS NetBackup 6.0 Product Patch. Date this patch was last updated by Sun : Nov/04/05 last seen 2020-06-01 modified 2020-06-02 plugin id 38081 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/38081 title Solaris 9 (sparc) : 119008-01 NASL family Solaris Local Security Checks NASL id SOLARIS10_119008.NASL description VERITAS NetBackup 6.0 Product Patch. Date this patch was last updated by Sun : Nov/04/05 This plugin has been deprecated and either replaced with individual 119008 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 36851 published 2009-04-23 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=36851 title Solaris 10 (sparc) : 119008-01 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS26_119004.NASL description NetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 36626 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36626 title Solaris 6 (sparc) : 119004-02 NASL family Solaris Local Security Checks NASL id SOLARIS26_119005.NASL description NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 37540 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37540 title Solaris 6 (sparc) : 119005-02 NASL family Solaris Local Security Checks NASL id SOLARIS8_119004.NASL description NetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 37241 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37241 title Solaris 8 (sparc) : 119004-02 NASL family Solaris Local Security Checks NASL id SOLARIS8_119007.NASL description NetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05 last seen 2020-06-01 modified 2020-06-02 plugin id 23411 published 2006-11-06 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23411 title Solaris 8 (sparc) : 119007-01 NASL family Solaris Local Security Checks NASL id SOLARIS8_119008.NASL description VERITAS NetBackup 6.0 Product Patch. Date this patch was last updated by Sun : Nov/04/05 last seen 2020-06-01 modified 2020-06-02 plugin id 37979 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37979 title Solaris 8 (sparc) : 119008-01 NASL family Solaris Local Security Checks NASL id SOLARIS7_119007.NASL description NetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05 last seen 2020-06-01 modified 2020-06-02 plugin id 23264 published 2006-11-06 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23264 title Solaris 7 (sparc) : 119007-01 NASL family Solaris Local Security Checks NASL id SOLARIS7_119005.NASL description NetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 37857 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37857 title Solaris 7 (sparc) : 119005-02 NASL family Solaris Local Security Checks NASL id SOLARIS7_119004.NASL description NetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 36915 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36915 title Solaris 7 (sparc) : 119004-02 NASL family Solaris Local Security Checks NASL id SOLARIS9_119004.NASL description NetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06 last seen 2020-06-01 modified 2020-06-02 plugin id 37513 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37513 title Solaris 9 (sparc) : 119004-02 NASL family Solaris Local Security Checks NASL id SOLARIS8_119006.NASL description NetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05 last seen 2020-06-01 modified 2020-06-02 plugin id 37226 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37226 title Solaris 8 (sparc) : 119006-01
Saint
bid | 15079 |
description | VERITAS NetBackup Java Administration Console format string vulnerability |
id | misc_netbackupbpjava |
osvdb | 19949 |
title | netbackup_java_auth |
type | remote |
References
- http://secunia.com/advisories/17181
- http://securitytracker.com/id?1015028
- http://seer.support.veritas.com/docs/279085.htm
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-102054-1
- http://www.kb.cert.org/vuls/id/495556
- http://www.securityfocus.com/bid/15079
- http://www.symantec.com/avcenter/security/Content/2005.10.12.html
- http://www.zerodayinitiative.com/advisories/ZDI-05-001.html