Vulnerabilities > CVE-2007-4164 - Unspecified vulnerability in SUN Java System web Server 6.1/7.0
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN sun
nessus
Summary
CRLF injection vulnerability in the redirect feature in Sun Java System Web Server 6.1 and 7.0 before 20070802, when the redirect Server Application Function (SAF) uses the url-prefix parameter and escape is disabled, or an Error directive uses the url-prefix parameter in obj.conf, allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 9 |
Nessus
NASL family Solaris Local Security Checks NASL id SOLARIS10_125437-22.NASL description Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11 last seen 2020-06-01 modified 2020-06-02 plugin id 107431 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/107431 title Solaris 10 (sparc) : 125437-22 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(107431); script_version("1.7"); script_cvs_date("Date: 2019/10/25 13:36:27"); script_cve_id("CVE-2007-3715", "CVE-2007-4164", "CVE-2008-2166", "CVE-2008-2518", "CVE-2009-3555"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 10 (sparc) : 125437-22"); script_summary(english:"Check for patch 125437-22"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125437-22" ); script_set_attribute( attribute:"description", value: "Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125437-22" ); script_set_attribute(attribute:"solution", value:"Install patch 125437-22"); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_cwe_id(20, 79, 310); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:125437"); script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10"); script_set_attribute(attribute:"patch_publication_date", value:"2011/08/19"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12"); script_set_attribute(attribute:"stig_severity", value:"II"); 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:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7-cli", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7-dev", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.10", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7x", version:"7.0,REV=2006.12.04.11.36") < 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, "SUNWwbsvr7 / SUNWwbsvr7-cli / SUNWwbsvr7-dev / SUNWwbsvr7x"); }
NASL family Solaris Local Security Checks NASL id SOLARIS10_125437.NASL description Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11 This plugin has been deprecated and either replaced with individual 125437 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 26988 published 2007-10-12 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=26988 title Solaris 10 (sparc) : 125437-22 (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(26988); script_version("1.26"); script_cvs_date("Date: 2019/10/25 13:36:27"); script_cve_id("CVE-2007-3715", "CVE-2007-4164", "CVE-2008-2166", "CVE-2008-2518", "CVE-2009-3555"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 10 (sparc) : 125437-22 (deprecated)"); script_summary(english:"Check for patch 125437-22"); script_set_attribute( attribute:"synopsis", value:"This plugin has been deprecated." ); script_set_attribute( attribute:"description", value: "Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11 This plugin has been deprecated and either replaced with individual 125437 patch-revision plugins, or deemed non-security related." ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125437-22" ); script_set_attribute( attribute:"solution", value:"n/a" ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_cwe_id(20, 79, 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:"2011/08/19"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/12"); script_set_attribute(attribute:"stig_severity", value:"II"); 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 125437 instead.");
NASL family Solaris Local Security Checks NASL id SOLARIS10_116648-25.NASL description Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 last seen 2020-06-01 modified 2020-06-02 plugin id 107295 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/107295 title Solaris 10 (sparc) : 116648-25 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(107295); script_version("1.5"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2006-3921", "CVE-2006-4339", "CVE-2006-5201", "CVE-2006-7140", "CVE-2007-1488", "CVE-2007-1526", "CVE-2007-4164", "CVE-2008-2166", "CVE-2008-2518", "CVE-2009-1934"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 10 (sparc) : 116648-25"); script_summary(english:"Check for patch 116648-25"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 116648-25" ); script_set_attribute( attribute:"description", value: "Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/116648-25" ); script_set_attribute(attribute:"solution", value:"Install patch 116648-25"); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P"); script_cwe_id(79, 310); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:116648"); script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10"); script_set_attribute(attribute:"patch_publication_date", value:"2010/09/20"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12"); script_set_attribute(attribute:"stig_severity", value:"II"); 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:"116648-25", obsoleted_by:"", package:"SUNWwbsvr", version:"6.1,REV=2003.11.21.13.47") < 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, "SUNWwbsvr"); }
NASL family Solaris Local Security Checks NASL id SOLARIS10_116648.NASL description Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 This plugin has been deprecated and either replaced with individual 116648 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 22946 published 2006-11-06 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=22946 title Solaris 10 (sparc) : 116648-25 (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(22946); script_version("1.34"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2006-3921", "CVE-2006-4339", "CVE-2006-5201", "CVE-2006-7140", "CVE-2007-1488", "CVE-2007-1526", "CVE-2007-4164", "CVE-2008-2166", "CVE-2008-2518", "CVE-2009-1934"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 10 (sparc) : 116648-25 (deprecated)"); script_summary(english:"Check for patch 116648-25"); script_set_attribute( attribute:"synopsis", value:"This plugin has been deprecated." ); script_set_attribute( attribute:"description", value: "Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 This plugin has been deprecated and either replaced with individual 116648 patch-revision plugins, or deemed non-security related." ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/116648-25" ); script_set_attribute( attribute:"solution", value:"n/a" ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P"); script_cwe_id(79, 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:"2010/09/20"); script_set_attribute(attribute:"plugin_publication_date", value:"2006/11/06"); script_set_attribute(attribute:"stig_severity", value:"II"); 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); } exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 116648 instead.");
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_116649-25.NASL description Web Server 6.1: Sun ONE Web Server 6.1_x86 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 last seen 2020-06-01 modified 2020-06-02 plugin id 107796 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/107796 title Solaris 10 (x86) : 116649-25 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(107796); script_version("1.5"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2006-3921", "CVE-2006-4339", "CVE-2006-5201", "CVE-2006-7140", "CVE-2007-1488", "CVE-2007-1526", "CVE-2007-4164", "CVE-2008-2166", "CVE-2009-1934"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 10 (x86) : 116649-25"); script_summary(english:"Check for patch 116649-25"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 116649-25" ); script_set_attribute( attribute:"description", value: "Web Server 6.1: Sun ONE Web Server 6.1_x86 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/116649-25" ); script_set_attribute(attribute:"solution", value:"Install patch 116649-25"); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P"); script_cwe_id(79, 310); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:10:116649"); script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:10"); script_set_attribute(attribute:"patch_publication_date", value:"2010/09/20"); script_set_attribute(attribute:"plugin_publication_date", value:"2018/03/12"); script_set_attribute(attribute:"stig_severity", value:"II"); 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:"116649-25", obsoleted_by:"", package:"SUNWwbsvr", version:"6.1,REV=2003.11.21.14.20") < 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, "SUNWwbsvr"); }
NASL family Solaris Local Security Checks NASL id SOLARIS9_125437.NASL description Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11 last seen 2020-06-01 modified 2020-06-02 plugin id 27023 published 2007-10-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27023 title Solaris 9 (sparc) : 125437-22 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(27023); script_version("1.23"); script_cvs_date("Date: 2019/10/25 13:36:27"); script_cve_id("CVE-2007-3715", "CVE-2007-4164", "CVE-2008-2166", "CVE-2008-2518", "CVE-2009-3555"); script_xref(name:"IAVB", value:"2008-B-0045"); script_name(english:"Solaris 9 (sparc) : 125437-22"); script_summary(english:"Check for patch 125437-22"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 125437-22" ); script_set_attribute( attribute:"description", value: "Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/125437-22" ); 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:M/Au:N/C:C/I:C/A:C"); script_cwe_id(20, 79, 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:"2011/08/19"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/12"); script_set_attribute(attribute:"stig_severity", value:"II"); 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:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7-cli", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7-dev", version:"7.0,REV=2006.12.04.11.12") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"125437-22", obsoleted_by:"", package:"SUNWwbsvr7x", version:"7.0,REV=2006.12.04.11.36") < 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 SOLARIS9_X86_125438.NASL description Oracle iPlanet Web Server 7.0.12 Solaris_x86: Update Release patch. Date this patch was last updated by Sun : Aug/26/11 last seen 2020-06-01 modified 2020-06-02 plugin id 27039 published 2007-10-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27039 title Solaris 9 (x86) : 125438-22 NASL family Solaris Local Security Checks NASL id SOLARIS8_125437.NASL description Oracle iPlanet Web Server 7.0.12 Solaris: Update Release patch. Date this patch was last updated by Sun : Aug/19/11 last seen 2020-06-01 modified 2020-06-02 plugin id 27010 published 2007-10-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27010 title Solaris 8 (sparc) : 125437-22 NASL family Solaris Local Security Checks NASL id SOLARIS9_116648.NASL description Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 last seen 2020-06-01 modified 2020-06-02 plugin id 23519 published 2006-11-06 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23519 title Solaris 9 (sparc) : 116648-25 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_125438.NASL description Oracle iPlanet Web Server 7.0.12 Solaris_x86: Update Release patch. Date this patch was last updated by Sun : Aug/26/11 This plugin has been deprecated and either replaced with individual 125438 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 27000 published 2007-10-12 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=27000 title Solaris 10 (x86) : 125438-22 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS8_116648.NASL description Web Server 6.1: Sun ONE Web Server 6.1 Patch WS61SP13. Date this patch was last updated by Sun : Sep/20/10 last seen 2020-06-01 modified 2020-06-02 plugin id 23381 published 2006-11-06 reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/23381 title Solaris 8 (sparc) : 116648-25 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_125438-22.NASL description Oracle iPlanet Web Server 7.0.12 Solaris_x86: Update Release patch. Date this patch was last updated by Sun : Aug/26/11 last seen 2020-06-01 modified 2020-06-02 plugin id 107932 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/107932 title Solaris 10 (x86) : 125438-22
References
- http://secunia.com/advisories/26326
- http://secunia.com/advisories/26326
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-103003-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-26-103003-1
- http://www.securityfocus.com/bid/25190
- http://www.securityfocus.com/bid/25190
- http://www.securitytracker.com/id?1018504
- http://www.securitytracker.com/id?1018504
- http://www.vupen.com/english/advisories/2007/2766
- http://www.vupen.com/english/advisories/2007/2766
- https://exchange.xforce.ibmcloud.com/vulnerabilities/35783
- https://exchange.xforce.ibmcloud.com/vulnerabilities/35783