Lucene search

K
nessusThis script is Copyright (C) 2016-2022 and is owned by Tenable, Inc. or an Affiliate thereof.SOLARIS11_BASH_20141031_2.NASL
HistoryFeb 02, 2016 - 12:00 a.m.

Oracle Solaris Third-Party Patch Update : bash (multiple_vulnerabilities_in_bash1) (Shellshock)

2016-02-0200:00:00
This script is Copyright (C) 2016-2022 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
29

The remote Solaris system is missing necessary patches to address security updates :

  • GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution, aka ‘ShellShock.’ NOTE:
    the original fix for this issue was incorrect;
    CVE-2014-7169 has been assigned to cover the vulnerability that is still present after the incorrect fix. (CVE-2014-6271)

  • GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code or cause a denial of service (uninitialized memory access, and untrusted-pointer read and write operations) via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271 and CVE-2014-7169. (CVE-2014-6277)

  • GNU Bash through 4.3 bash43-026 does not properly parse function definitions in the values of environment variables, which allows remote attackers to execute arbitrary commands via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271, CVE-2014-7169, and CVE-2014-6277. (CVE-2014-6278)

  • GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of environment variables, which allows remote attackers to write to files or possibly have unknown other impact via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-6271. (CVE-2014-7169)

  • The redirection implementation in parse.y in GNU Bash through 4.3 bash43-026 allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted use of here documents, aka the ‘redir_stack’ issue. (CVE-2014-7186)

  • Off-by-one error in the read_token_word function in parse.y in GNU Bash through 4.3 bash43-026 allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via deeply nested for loops, aka the ‘word_lineno’ issue. (CVE-2014-7187)

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from the Oracle Third Party software advisories.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(88514);
  script_version("2.7");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/12/05");

  script_cve_id(
    "CVE-2014-6271",
    "CVE-2014-6277",
    "CVE-2014-6278",
    "CVE-2014-7169",
    "CVE-2014-7186",
    "CVE-2014-7187"
  );
  script_xref(name:"IAVA", value:"2014-A-0142");
  script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2022/07/28");
  script_xref(name:"CEA-ID", value:"CEA-2019-0240");

  script_name(english:"Oracle Solaris Third-Party Patch Update : bash (multiple_vulnerabilities_in_bash1) (Shellshock)");

  script_set_attribute(attribute:"synopsis", value:
"The remote Solaris system is missing a security patch for third-party
software.");
  script_set_attribute(attribute:"description", value:
"The remote Solaris system is missing necessary patches to address
security updates :

  - GNU Bash through 4.3 processes trailing strings after
    function definitions in the values of environment
    variables, which allows remote attackers to execute
    arbitrary code via a crafted environment, as
    demonstrated by vectors involving the ForceCommand
    feature in OpenSSH sshd, the mod_cgi and mod_cgid
    modules in the Apache HTTP Server, scripts executed by
    unspecified DHCP clients, and other situations in which
    setting the environment occurs across a privilege
    boundary from Bash execution, aka 'ShellShock.' NOTE:
    the original fix for this issue was incorrect;
    CVE-2014-7169 has been assigned to cover the
    vulnerability that is still present after the incorrect
    fix. (CVE-2014-6271)

  - GNU Bash through 4.3 bash43-026 does not properly parse
    function definitions in the values of environment
    variables, which allows remote attackers to execute
    arbitrary code or cause a denial of service
    (uninitialized memory access, and untrusted-pointer read
    and write operations) via a crafted environment, as
    demonstrated by vectors involving the ForceCommand
    feature in OpenSSH sshd, the mod_cgi and mod_cgid
    modules in the Apache HTTP Server, scripts executed by
    unspecified DHCP clients, and other situations in which
    setting the environment occurs across a privilege
    boundary from Bash execution. NOTE: this vulnerability
    exists because of an incomplete fix for CVE-2014-6271
    and CVE-2014-7169. (CVE-2014-6277)

  - GNU Bash through 4.3 bash43-026 does not properly parse
    function definitions in the values of environment
    variables, which allows remote attackers to execute
    arbitrary commands via a crafted environment, as
    demonstrated by vectors involving the ForceCommand
    feature in OpenSSH sshd, the mod_cgi and mod_cgid
    modules in the Apache HTTP Server, scripts executed by
    unspecified DHCP clients, and other situations in which
    setting the environment occurs across a privilege
    boundary from Bash execution. NOTE: this vulnerability
    exists because of an incomplete fix for CVE-2014-6271,
    CVE-2014-7169, and CVE-2014-6277. (CVE-2014-6278)

  - GNU Bash through 4.3 bash43-025 processes trailing
    strings after certain malformed function definitions in
    the values of environment variables, which allows remote
    attackers to write to files or possibly have unknown
    other impact via a crafted environment, as demonstrated
    by vectors involving the ForceCommand feature in OpenSSH
    sshd, the mod_cgi and mod_cgid modules in the Apache
    HTTP Server, scripts executed by unspecified DHCP
    clients, and other situations in which setting the
    environment occurs across a privilege boundary from Bash
    execution. NOTE: this vulnerability exists because of an
    incomplete fix for CVE-2014-6271. (CVE-2014-7169)

  - The redirection implementation in parse.y in GNU Bash
    through 4.3 bash43-026 allows remote attackers to cause
    a denial of service (out-of-bounds array access and
    application crash) or possibly have unspecified other
    impact via crafted use of here documents, aka the
    'redir_stack' issue. (CVE-2014-7186)

  - Off-by-one error in the read_token_word function in
    parse.y in GNU Bash through 4.3 bash43-026 allows remote
    attackers to cause a denial of service (out-of-bounds
    array access and application crash) or possibly have
    unspecified other impact via deeply nested for loops,
    aka the 'word_lineno' issue. (CVE-2014-7187)");
  # https://www.oracle.com/technetwork/topics/security/thirdparty-patch-map-1482893.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4a913f44");
  # https://blogs.oracle.com/sunsecurity/multiple-vulnerabilities-in-bash
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?e15b61cf");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Solaris 11.2.5.5.0.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC: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:"exploited_by_malware", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'CUPS Filter Bash Environment Variable Code Injection (Shellshock)');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
  script_set_attribute(attribute:"in_the_news", value:"true");

  script_set_attribute(attribute:"patch_publication_date", value:"2014/10/31");
  script_set_attribute(attribute:"plugin_publication_date", value:"2016/02/02");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:solaris:11.2");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:solaris:bash");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Solaris Local Security Checks");

  script_copyright(english:"This script is Copyright (C) 2016-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/Solaris11/release", "Host/Solaris11/pkg-list");

  exit(0);
}


include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("solaris.inc");

if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/Solaris11/release");
if (isnull(release)) audit(AUDIT_OS_NOT, "Solaris11");
pkg_list = solaris_pkg_list_leaves();
if (isnull (pkg_list)) audit(AUDIT_PACKAGE_LIST_MISSING, "Solaris pkg-list packages");

if (empty_or_null(egrep(string:pkg_list, pattern:"^bash$"))) audit(AUDIT_PACKAGE_NOT_INSTALLED, "bash");

flag = 0;

if (solaris_check_release(release:"0.5.11-0.175.2.5.0.5.0", sru:"SRU 11.2.5.5.0") > 0) flag++;

if (flag)
{
  error_extra = 'Affected package : bash\n' + solaris_get_report2();
  error_extra = ereg_replace(pattern:"version", replace:"OS version", string:error_extra);
  if (report_verbosity > 0) security_hole(port:0, extra:error_extra);
  else security_hole(0);
  exit(0);
}
else audit(AUDIT_PACKAGE_NOT_AFFECTED, "bash");
VendorProductVersionCPE
oraclesolaris11.2cpe:/o:oracle:solaris:11.2
oraclesolarisbashp-cpe:/a:oracle:solaris:bash