Vulnerabilities > CVE-2005-2715 - Remote Format String vulnerability in Symantec Veritas products

047910
CVSS 10.0 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
low complexity
symantec-veritas
critical
nessus
exploit available

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.

Exploit-Db

descriptionVeritas NetBackup <= 6.0 (bpjava-msvc) Remote Exploit (linux). CVE-2005-2715. Remote exploits for multiple platform
idEDB-ID:1263
last seen2016-01-31
modified2005-10-20
published2005-10-20
reporterKevin Finisterre
sourcehttps://www.exploit-db.com/download/1263/
titleVeritas NetBackup <= 6.0 bpjava-msvc Remote Exploit linux

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_119005.NASL
    descriptionNetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id36716
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/36716
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS7_119006.NASL
    descriptionNetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05
    last seen2020-06-01
    modified2020-06-02
    plugin id37700
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37700
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS9_119007.NASL
    descriptionNetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05
    last seen2020-06-01
    modified2020-06-02
    plugin id23551
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23551
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS9_119005.NASL
    descriptionNetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id37046
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37046
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS9_119006.NASL
    descriptionNetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05
    last seen2020-06-01
    modified2020-06-02
    plugin id36670
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/36670
    titleSolaris 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 familySolaris Local Security Checks
    NASL idSOLARIS9_119008.NASL
    descriptionVERITAS NetBackup 6.0 Product Patch. Date this patch was last updated by Sun : Nov/04/05
    last seen2020-06-01
    modified2020-06-02
    plugin id38081
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/38081
    titleSolaris 9 (sparc) : 119008-01
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_119008.NASL
    descriptionVERITAS 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 seen2019-02-21
    modified2018-07-30
    plugin id36851
    published2009-04-23
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=36851
    titleSolaris 10 (sparc) : 119008-01 (deprecated)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS26_119004.NASL
    descriptionNetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id36626
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/36626
    titleSolaris 6 (sparc) : 119004-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS26_119005.NASL
    descriptionNetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id37540
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37540
    titleSolaris 6 (sparc) : 119005-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_119004.NASL
    descriptionNetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id37241
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37241
    titleSolaris 8 (sparc) : 119004-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_119007.NASL
    descriptionNetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05
    last seen2020-06-01
    modified2020-06-02
    plugin id23411
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23411
    titleSolaris 8 (sparc) : 119007-01
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_119008.NASL
    descriptionVERITAS NetBackup 6.0 Product Patch. Date this patch was last updated by Sun : Nov/04/05
    last seen2020-06-01
    modified2020-06-02
    plugin id37979
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37979
    titleSolaris 8 (sparc) : 119008-01
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS7_119007.NASL
    descriptionNetBackup 5.1 UNIX server and client fix. Date this patch was last updated by Sun : Nov/10/05
    last seen2020-06-01
    modified2020-06-02
    plugin id23264
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23264
    titleSolaris 7 (sparc) : 119007-01
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS7_119005.NASL
    descriptionNetBackup 4.5FP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id37857
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37857
    titleSolaris 7 (sparc) : 119005-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS7_119004.NASL
    descriptionNetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id36915
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/36915
    titleSolaris 7 (sparc) : 119004-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_119004.NASL
    descriptionNetBackup 4.5MP6 files fix. Date this patch was last updated by Sun : Apr/14/06
    last seen2020-06-01
    modified2020-06-02
    plugin id37513
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37513
    titleSolaris 9 (sparc) : 119004-02
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_119006.NASL
    descriptionNetBackup 5.0 UNIX server and client fix. Date this patch was last updated by Sun : Nov/04/05
    last seen2020-06-01
    modified2020-06-02
    plugin id37226
    published2009-04-23
    reporterThis script is Copyright (C) 2009-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/37226
    titleSolaris 8 (sparc) : 119006-01

Saint

bid15079
descriptionVERITAS NetBackup Java Administration Console format string vulnerability
idmisc_netbackupbpjava
osvdb19949
titlenetbackup_java_auth
typeremote