Vulnerabilities > CVE-2009-0651 - Improper Input Validation vulnerability in Symantec Veritas Netbackup Server /Enterprise Server 5.1/6.0/6.5
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Unspecified vulnerability in the Veritas network daemon (aka vnetd) in Symantec Veritas NetBackup Server / Enterprise Server 5.x, 6.0 before MP7 SP1, and 6.5 before 6.5.3.1 allows remote attackers to execute arbitrary code via unknown vectors related to "initial communications setup."
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 4 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Server Side Include (SSI) Injection An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
- Cross Zone Scripting An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
- Cross Site Scripting through Log Files An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
- Command Line Execution through SQL Injection An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
Nessus
NASL family Solaris Local Security Checks NASL id SOLARIS9_136863.NASL description VERITAS NetBackup 6.5 Product Release Hotf. Date this patch was last updated by Sun : Feb/24/09 last seen 2020-06-01 modified 2020-06-02 plugin id 37722 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37722 title Solaris 9 (sparc) : 136863-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(37722); script_version("1.14"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2009-0651"); script_xref(name:"IAVT", value:"2009-T-0014"); script_name(english:"Solaris 9 (sparc) : 136863-01"); script_summary(english:"Check for patch 136863-01"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 136863-01"); script_set_attribute(attribute:"description", value: "VERITAS NetBackup 6.5 Product Release Hotf. Date this patch was last updated by Sun : Feb/24/09"); 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:S/C:P/I:P/A:P"); script_cwe_id(20); 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:"2009/02/24"); script_set_attribute(attribute:"plugin_publication_date", value:"2009/04/23"); script_set_attribute(attribute:"stig_severity", value:"I"); 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:"136863-01", obsoleted_by:"127655-04 ", package:"SYMCnetbp", version:"6.5,REV=2007.07.24.02.54") < 0) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:solaris_get_report() + vendornote); else security_warning(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS9_136860.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for MP4 CD VERSI. Date this patch was last updated by Sun : Mar/31/10 last seen 2020-06-01 modified 2020-06-02 plugin id 37558 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37558 title Solaris 9 (sparc) : 136860-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(37558); script_version("1.13"); script_cvs_date("Date: 2019/10/25 13:36:26"); script_cve_id("CVE-2009-0651"); script_xref(name:"IAVT", value:"2009-T-0014"); script_name(english:"Solaris 9 (sparc) : 136860-02"); script_summary(english:"Check for patch 136860-02"); script_set_attribute(attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 136860-02"); script_set_attribute(attribute:"description", value: "VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for MP4 CD VERSI. Date this patch was last updated by Sun : Mar/31/10"); 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:S/C:P/I:P/A:P"); script_cwe_id(20); 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/03/31"); script_set_attribute(attribute:"plugin_publication_date", value:"2009/04/23"); script_set_attribute(attribute:"stig_severity", value:"I"); 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:"136860-02", obsoleted_by:"", package:"VRTSnetbp", version:"6.0,REV=2006.11.09.18.12") < 0) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:solaris_get_report() + vendornote); else security_warning(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_136864.NASL description 5.10_x86 VERITAS NetBackup 6.5 Product Rel. Date this patch was last updated by Sun : Feb/24/09 This plugin has been deprecated and either replaced with individual 136864 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 37188 published 2009-04-23 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=37188 title Solaris 10 (x86) : 136864-01 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS10_136863.NASL description VERITAS NetBackup 6.5 Product Release Hotf. Date this patch was last updated by Sun : Feb/24/09 This plugin has been deprecated and either replaced with individual 136863 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 37316 published 2009-04-23 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=37316 title Solaris 10 (sparc) : 136863-01 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS10_136859.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for GA VERSION=6. Date this patch was last updated by Sun : Mar/31/10 This plugin has been deprecated and either replaced with individual 136859 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 36336 published 2009-04-23 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=36336 title Solaris 10 (sparc) : 136859-02 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS9_136859.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for GA VERSION=6. Date this patch was last updated by Sun : Mar/31/10 last seen 2020-06-01 modified 2020-06-02 plugin id 36684 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36684 title Solaris 9 (sparc) : 136859-02 NASL family Solaris Local Security Checks NASL id SOLARIS10_136860.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for MP4 CD VERSI. Date this patch was last updated by Sun : Mar/31/10 This plugin has been deprecated and either replaced with individual 136860 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 36313 published 2009-04-23 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=36313 title Solaris 10 (sparc) : 136860-02 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS8_136863.NASL description VERITAS NetBackup 6.5 Product Release Hotf. Date this patch was last updated by Sun : Feb/24/09 last seen 2020-06-01 modified 2020-06-02 plugin id 36954 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36954 title Solaris 8 (sparc) : 136863-01 NASL family Solaris Local Security Checks NASL id SOLARIS8_136860.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for MP4 CD VERSI. Date this patch was last updated by Sun : Mar/31/10 last seen 2020-06-01 modified 2020-06-02 plugin id 37098 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/37098 title Solaris 8 (sparc) : 136860-02 NASL family Solaris Local Security Checks NASL id SOLARIS8_136859.NASL description VERITAS NetBackup 6.0 Product Hotfix Patch MP7S02 for GA VERSION=6. Date this patch was last updated by Sun : Mar/31/10 last seen 2020-06-01 modified 2020-06-02 plugin id 36415 published 2009-04-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/36415 title Solaris 8 (sparc) : 136859-02
References
- http://osvdb.org/52269
- http://osvdb.org/52269
- http://secunia.com/advisories/33953
- http://secunia.com/advisories/33953
- http://securityresponse.symantec.com/avcenter/security/Content/2009.02.17.html
- http://securityresponse.symantec.com/avcenter/security/Content/2009.02.17.html
- http://seer.entsupport.symantec.com/docs/317828.htm
- http://seer.entsupport.symantec.com/docs/317828.htm
- http://sunsolve.sun.com/search/document.do?assetkey=1-66-253287-1
- http://sunsolve.sun.com/search/document.do?assetkey=1-66-253287-1
- http://www.securityfocus.com/bid/33772
- http://www.securityfocus.com/bid/33772
- http://www.securitytracker.com/id?1021734
- http://www.securitytracker.com/id?1021734
- http://www.vupen.com/english/advisories/2009/0461
- http://www.vupen.com/english/advisories/2009/0461
- http://www.vupen.com/english/advisories/2009/1097
- http://www.vupen.com/english/advisories/2009/1097
- https://exchange.xforce.ibmcloud.com/vulnerabilities/48795
- https://exchange.xforce.ibmcloud.com/vulnerabilities/48795