Vulnerabilities > CVE-2008-5550 - Unspecified vulnerability in SUN Java web Console, Solaris and Sunos
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN sun
nessus
Summary
Open redirect vulnerability in console/faces/jsp/login/BeginLogin.jsp in Sun Java Web Console 3.0.2 through 3.0.5 and Solaris 10 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via the redirect_url parameter.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 4 | |
OS | 3 |
Nessus
NASL family Solaris Local Security Checks NASL id SOLARIS9_X86_125951.NASL description Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10 last seen 2020-06-01 modified 2020-06-02 plugin id 27100 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27100 title Solaris 9 (x86) : 125951-20 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(27100); script_version("1.22"); script_cvs_date("Date: 2019/10/25 13:36:27"); script_cve_id("CVE-2008-1286", "CVE-2008-5550"); script_name(english:"Solaris 9 (x86) : 125951-20"); script_summary(english:"Check for patch 125951-20"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125951-20" ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125951-20" ); 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:N/A:N"); 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:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-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"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"125951-20", obsoleted_by:"", package:"SUNWmctag", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"125951-20", obsoleted_by:"", package:"SUNWmcosx", version:"3.0.2,REV=2006.12.08.20.52") < 0) flag++; if (solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"125951-20", obsoleted_by:"", package:"SUNWmconr", version:"3.0.2,REV=2006.12.08.20.52") < 0) flag++; if (solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"125951-20", obsoleted_by:"", package:"SUNWmcos", version:"3.0.2,REV=2006.12.08.20.52") < 0) flag++; if (solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"125951-20", obsoleted_by:"", package:"SUNWmcon", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report()); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS10_125952.NASL description Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10 This plugin has been deprecated and either replaced with individual 125952 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 27073 published 2007-10-17 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=27073 title Solaris 10 (sparc) : 125952-20 (deprecated) code #%NASL_MIN_LEVEL 80502 # # (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(27073); script_version("1.26"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2008-5550"); script_name(english:"Solaris 10 (sparc) : 125952-20 (deprecated)"); script_summary(english:"Check for patch 125952-20"); script_set_attribute( attribute:"synopsis", value:"This plugin has been deprecated." ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10 This plugin has been deprecated and either replaced with individual 125952 patch-revision plugins, or deemed non-security related." ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125952-20" ); 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:N"); 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:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-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); } exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 125952 instead.");
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_125953-20.NASL description Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10 last seen 2020-06-01 modified 2020-06-02 plugin id 107945 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/107945 title Solaris 10 (x86) : 125953-20 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(107945); script_version("1.5"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2008-1286", "CVE-2008-5550"); script_name(english:"Solaris 10 (x86) : 125953-20"); script_summary(english:"Check for patch 125953-20"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125953-20" ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125953-20" ); script_set_attribute(attribute:"solution", value:"Install patch 125953-20"); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:125953"); script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10"); script_set_attribute(attribute:"patch_publication_date", value:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); 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("misc_func.inc"); include("solaris.inc"); showrev = get_kb_item("Host/Solaris/showrev"); if (empty_or_null(showrev)) audit(AUDIT_OS_NOT, "Solaris"); os_ver = pregmatch(pattern:"Release: (\d+.(\d+))", string:showrev); if (empty_or_null(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Solaris"); full_ver = os_ver[1]; os_level = os_ver[2]; if (full_ver != "5.10") audit(AUDIT_OS_NOT, "Solaris 10", "Solaris " + os_level); package_arch = pregmatch(pattern:"Application architecture: (\w+)", string:showrev); if (empty_or_null(package_arch)) audit(AUDIT_UNKNOWN_ARCH); package_arch = package_arch[1]; if (package_arch != "i386") audit(AUDIT_ARCH_NOT, "i386", package_arch); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.10_x86", arch:"i386", patch:"125953-20", obsoleted_by:"147674-01 ", package:"SUNWmcon", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.10_x86", arch:"i386", patch:"125953-20", obsoleted_by:"147674-01 ", package:"SUNWmconr", version:"3.0.2,REV=2006.12.08.23.39") < 0) flag++; if (solaris_check_patch(release:"5.10_x86", arch:"i386", patch:"125953-20", obsoleted_by:"147674-01 ", package:"SUNWmcos", version:"3.0.2,REV=2006.12.08.23.39") < 0) flag++; if (solaris_check_patch(release:"5.10_x86", arch:"i386", patch:"125953-20", obsoleted_by:"147674-01 ", package:"SUNWmcosx", version:"3.0.2,REV=2006.12.08.23.39") < 0) flag++; if (solaris_check_patch(release:"5.10_x86", arch:"i386", patch:"125953-20", obsoleted_by:"147674-01 ", package:"SUNWmctag", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : solaris_get_report() ); } else { patch_fix = solaris_patch_fix_get(); if (!empty_or_null(patch_fix)) audit(AUDIT_PATCH_INSTALLED, patch_fix, "Solaris 10"); tested = solaris_pkg_tests_get(); if (!empty_or_null(tested)) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); audit(AUDIT_PACKAGE_NOT_INSTALLED, "SUNWmcon / SUNWmconr / SUNWmcos / SUNWmcosx / SUNWmctag"); }
NASL family Solaris Local Security Checks NASL id SOLARIS10_125952-20.NASL description Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10 last seen 2020-06-01 modified 2020-06-02 plugin id 107445 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/107445 title Solaris 10 (sparc) : 125952-20 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(107445); script_version("1.5"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2008-5550"); script_name(english:"Solaris 10 (sparc) : 125952-20"); script_summary(english:"Check for patch 125952-20"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125952-20" ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125952-20" ); script_set_attribute(attribute:"solution", value:"Install patch 125952-20"); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:125952"); script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10"); script_set_attribute(attribute:"patch_publication_date", value:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); 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("misc_func.inc"); include("solaris.inc"); showrev = get_kb_item("Host/Solaris/showrev"); if (empty_or_null(showrev)) audit(AUDIT_OS_NOT, "Solaris"); os_ver = pregmatch(pattern:"Release: (\d+.(\d+))", string:showrev); if (empty_or_null(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Solaris"); full_ver = os_ver[1]; os_level = os_ver[2]; if (full_ver != "5.10") audit(AUDIT_OS_NOT, "Solaris 10", "Solaris " + os_level); package_arch = pregmatch(pattern:"Application architecture: (\w+)", string:showrev); if (empty_or_null(package_arch)) audit(AUDIT_UNKNOWN_ARCH); package_arch = package_arch[1]; if (package_arch != "sparc") audit(AUDIT_ARCH_NOT, "sparc", package_arch); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125952-20", obsoleted_by:"147673-01 ", package:"SUNWmcon", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125952-20", obsoleted_by:"147673-01 ", package:"SUNWmconr", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125952-20", obsoleted_by:"147673-01 ", package:"SUNWmcos", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125952-20", obsoleted_by:"147673-01 ", package:"SUNWmcosx", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125952-20", obsoleted_by:"147673-01 ", package:"SUNWmctag", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_WARNING, extra : solaris_get_report() ); } else { patch_fix = solaris_patch_fix_get(); if (!empty_or_null(patch_fix)) audit(AUDIT_PATCH_INSTALLED, patch_fix, "Solaris 10"); tested = solaris_pkg_tests_get(); if (!empty_or_null(tested)) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); audit(AUDIT_PACKAGE_NOT_INSTALLED, "SUNWmcon / SUNWmconr / SUNWmcos / SUNWmcosx / SUNWmctag"); }
NASL family Solaris Local Security Checks NASL id SOLARIS9_125950.NASL description Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10 last seen 2020-06-01 modified 2020-06-02 plugin id 27093 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27093 title Solaris 9 (sparc) : 125950-20 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(27093); script_version("1.23"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2008-1286", "CVE-2008-5550"); script_name(english:"Solaris 9 (sparc) : 125950-20"); script_summary(english:"Check for patch 125950-20"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125950-20" ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125950-20" ); 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:N/A:N"); 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:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-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"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125950-20", obsoleted_by:"", package:"SUNWmctag", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125950-20", obsoleted_by:"", package:"SUNWmcosx", version:"3.0.2,REV=2006.12.08.20.47") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125950-20", obsoleted_by:"", package:"SUNWmconr", version:"3.0.2,REV=2006.12.08.20.47") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125950-20", obsoleted_by:"", package:"SUNWmcos", version:"3.0.2,REV=2006.12.08.20.47") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125950-20", obsoleted_by:"", package:"SUNWmcon", version:"3.0.2,REV=2006.12.08.20.48") < 0) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report()); else security_hole(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_125953.NASL description Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10 This plugin has been deprecated and either replaced with individual 125953 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 27078 published 2007-10-17 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=27078 title Solaris 10 (x86) : 125953-20 (deprecated) code #%NASL_MIN_LEVEL 80502 # # (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(27078); script_version("1.25"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2008-1286", "CVE-2008-5550"); script_name(english:"Solaris 10 (x86) : 125953-20 (deprecated)"); script_summary(english:"Check for patch 125953-20"); script_set_attribute( attribute:"synopsis", value:"This plugin has been deprecated." ); script_set_attribute( attribute:"description", value: "Oracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10 This plugin has been deprecated and either replaced with individual 125953 patch-revision plugins, or deemed non-security related." ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125953-20" ); script_set_attribute( attribute:"solution", value:"n/a" ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:N/A:N"); 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:"2010/05/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-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); } exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 125953 instead.");
NASL family Solaris Local Security Checks NASL id SOLARIS8_X86_136986.NASL description Sun Java Web Console 3.0.2_x86: Security fixes. Date this patch was last updated by Sun : Jun/25/09 last seen 2020-06-01 modified 2020-06-02 plugin id 31599 published 2008-03-17 reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/31599 title Solaris 8 (x86) : 136986-03 NASL family Web Servers NASL id SUN_JAVA_WEB_CONSOLE_URI_REDIRECT.NASL description The version of Sun Java Web Console running on the remote host may have a URI redirection vulnerability. An attacker could exploit this by tricking a user into requesting a specially crafted URL, which would redirect the user to an arbitrary website. This could result in further attacks (e.g. phishing). last seen 2020-06-01 modified 2020-06-02 plugin id 17725 published 2011-11-18 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/17725 title Sun Java Web Console BeginLogin.jsp redirect_url Parameter URI Redirection
References
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-125950-18-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-125950-18-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-125952-18-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-125952-18-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-136987-02-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-21-136987-02-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-243786-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-243786-1
- http://www.securityfocus.com/bid/32771
- http://www.securityfocus.com/bid/32771
- https://exchange.xforce.ibmcloud.com/vulnerabilities/47257
- https://exchange.xforce.ibmcloud.com/vulnerabilities/47257