Vulnerabilities > CVE-2011-0801 - Local vulnerability in Oracle Solaris

047910
CVSS 3.6 - LOW
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
NONE
local
low complexity
sun
nessus

Summary

Unspecified vulnerability in Oracle Solaris 10 and 11 Express allows local users to affect confidentiality and integrity via unknown vectors related to cp.

Vulnerable Configurations

Part Description Count
OS
Sun
2

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_138624.NASL
    descriptionSunOS 5.10_x86: cp, ln, mv, compress, pack. Date this patch was last updated by Sun : Feb/10/11
    last seen2018-09-01
    modified2018-07-30
    plugin id51970
    published2011-02-14
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=51970
    titleSolaris 10 (x86) : 138624-04
    code
    #%NASL_MIN_LEVEL 80502
    
    # @DEPRECATED@
    #
    # This script has been deprecated as the associated patch is not
    # currently a security fix.
    #
    # Disabled on 2013/02/25.
    #
    
    #
    # (C) Tenable Network Security, Inc.
    #
    #
    
    if ( ! defined_func("bn_random") ) exit(0);
    include("compat.inc");
    
    if(description)
    {
     script_id(51970);
     script_version("1.13");
    
     script_name(english: "Solaris 10 (x86) : 138624-04");
    script_cve_id("CVE-2011-0801");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 138624-04");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10_x86: cp, ln, mv, compress, pack.
    Date this patch was last updated by Sun : Feb/10/11');
     script_set_attribute(attribute: "solution", value:
    "You should install this patch for your system to be up-to-date.");
     script_set_attribute(attribute: "see_also", value:
    "https://getupdates.oracle.com/readme/138624-04");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:N");
     script_set_attribute(attribute: "patch_publication_date", value: "2011/02/10");
     script_set_attribute(attribute: "cpe", value: "cpe:/o:sun:solaris");
     script_set_attribute(attribute: "plugin_type", value: "local");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/02/14");
      script_cvs_date("Date: 2019/10/25 13:36:27");
     script_end_attributes();
    
     script_summary(english: "Check for patch 138624-04");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.");
     family["english"] = "Solaris Local Security Checks";
     script_family(english:family["english"]);
     
     script_dependencies("ssh_get_info.nasl");
     script_require_keys("Host/Solaris/showrev");
     exit(0);
    }
    
    # Deprecated.
    exit(0, "The associated patch is not currently a security fix.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_138623.NASL
    descriptionSunOS 5.10: cp, ln, mv, compress, pack, cp. Date this patch was last updated by Sun : Feb/10/11
    last seen2018-09-01
    modified2018-07-30
    plugin id51969
    published2011-02-14
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=51969
    titleSolaris 10 (sparc) : 138623-04
    code
    #%NASL_MIN_LEVEL 80502
    
    # @DEPRECATED@
    #
    # This script has been deprecated as the associated patch is not
    # currently a security fix.
    #
    # Disabled on 2013/04/30.
    #
    
    #
    # (C) Tenable Network Security, Inc.
    #
    #
    
    if ( ! defined_func("bn_random") ) exit(0);
    include("compat.inc");
    
    if(description)
    {
     script_id(51969);
     script_version("1.15");
    
     script_name(english: "Solaris 10 (sparc) : 138623-04");
    script_cve_id("CVE-2011-0801");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 138623-04");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10: cp, ln, mv, compress, pack, cp.
    Date this patch was last updated by Sun : Feb/10/11');
     script_set_attribute(attribute: "solution", value:
    "You should install this patch for your system to be up-to-date.");
     script_set_attribute(attribute: "see_also", value:
    "https://getupdates.oracle.com/readme/138623-04");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:N");
     script_set_attribute(attribute: "patch_publication_date", value: "2011/02/10");
     script_set_attribute(attribute: "cpe", value: "cpe:/o:sun:solaris");
     script_set_attribute(attribute: "plugin_type", value: "local");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/02/14");
      script_cvs_date("Date: 2019/10/25 13:36:27");
     script_end_attributes();
    
     script_summary(english: "Check for patch 138623-04");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.");
     family["english"] = "Solaris Local Security Checks";
     script_family(english:family["english"]);
     
     script_dependencies("ssh_get_info.nasl");
     script_require_keys("Host/Solaris/showrev");
     exit(0);
    }
    
    # Deprecated.
    exit(0, "The associated patch is not currently a security fix.");