Vulnerabilities > CVE-2008-5550 - URI Redirection vulnerability in SUN Java web Console, Solaris and Sunos

047910
CVSS 4.3 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
PARTIAL
Availability impact
NONE
network
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.

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_X86_125951.NASL
    descriptionOracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10
    last seen2020-06-01
    modified2020-06-02
    plugin id27100
    published2007-10-17
    reporterThis script is Copyright (C) 2007-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/27100
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS10_125952.NASL
    descriptionOracle 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 seen2019-02-21
    modified2018-07-30
    plugin id27073
    published2007-10-17
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=27073
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS10_X86_125953-20.NASL
    descriptionOracle Java Web Console 3.1[_x86]. Date this patch was last updated by Sun : May/14/10
    last seen2020-06-01
    modified2020-06-02
    plugin id107945
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107945
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS10_125952-20.NASL
    descriptionOracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10
    last seen2020-06-01
    modified2020-06-02
    plugin id107445
    published2018-03-12
    reporterThis script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/107445
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS9_125950.NASL
    descriptionOracle Java Web Console 3.1. Date this patch was last updated by Sun : May/14/10
    last seen2020-06-01
    modified2020-06-02
    plugin id27093
    published2007-10-17
    reporterThis script is Copyright (C) 2007-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/27093
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS10_X86_125953.NASL
    descriptionOracle 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 seen2019-02-21
    modified2018-07-30
    plugin id27078
    published2007-10-17
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=27078
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS8_X86_136986.NASL
    descriptionSun Java Web Console 3.0.2_x86: Security fixes. Date this patch was last updated by Sun : Jun/25/09
    last seen2020-06-01
    modified2020-06-02
    plugin id31599
    published2008-03-17
    reporterThis script is Copyright (C) 2008-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/31599
    titleSolaris 8 (x86) : 136986-03
  • NASL familyWeb Servers
    NASL idSUN_JAVA_WEB_CONSOLE_URI_REDIRECT.NASL
    descriptionThe 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 seen2020-06-01
    modified2020-06-02
    plugin id17725
    published2011-11-18
    reporterThis script is Copyright (C) 2011-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/17725
    titleSun Java Web Console BeginLogin.jsp redirect_url Parameter URI Redirection