Solaris 8 (sparc) : 116455-01 - Nessus

Critical   Plugin ID: 13405

This page contains detailed information about the Solaris 8 (sparc) : 116455-01 Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 13405
Name: Solaris 8 (sparc) : 116455-01
Filename: solaris8_116455.nasl
Vulnerability Published: N/A
This Plugin Published: 2004-07-12
Last Modification Time: 2021-01-14
Plugin Version: 1.34
Plugin Type: local
Plugin Family: Solaris Local Security Checks
Dependencies: ssh_get_info.nasl
Required KB Items [?]: Host/local_checks_enabled, Host/Solaris/showrev

Vulnerability Information


Severity: Critical
Vulnerability Published: N/A
Patch Published: 2004-02-06
CVE [?]: CVE-2008-3869, CVE-2008-3870, CVE-2008-4556
CPE [?]: cpe:/o:sun:solaris

Synopsis

The remote host is missing Sun Security Patch number 116455-01

Description

SunOS 5.8: Solaris sadmind default securit. Date this patch was last updated by Sun : Feb/06/04

Solution

You should install this patch for your system to be up-to-date.

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, Exploit-DB, GitHub, Immunity Canvas, Core Impact)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Solaris 8 (sparc) : 116455-01 vulnerability:

  1. Metasploit: exploit/solaris/sunrpc/sadmind_adm_build_path
    [Sun Solaris sadmind adm_build_path() Buffer Overflow]
  2. Exploit-DB: exploits/solaris/remote/9920.rb
    [EDB-9920: Solaris sadmind adm_build_path - Remote Buffer Overflow (Metasploit)]
  3. Exploit-DB: exploits/solaris/remote/16325.rb
    [EDB-16325: Sun Solaris sadmind - 'adm_build_path()' Remote Buffer Overflow (Metasploit)]
  4. GitHub: https://github.com/rcvalle/vulnerabilities
    [CVE-2008-4556]
  5. Immunity Canvas: D2ExploitPack

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:L/Au:N/C:C/I:C/A:C
CVSS Base Score:10.0 (High)
Impact Subscore:10.0
Exploitability Subscore:10.0
CVSS Temporal Score:NA (None)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:10.0 (High)

Go back to menu.

Plugin Source


This is the solaris8_116455.nasl nessus plugin source code. This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text in this plugin was
# extracted from the Oracle SunOS Patch Updates.
#
include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(13405);
  script_version("1.34");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/14");

  script_cve_id("CVE-2008-3869", "CVE-2008-3870", "CVE-2008-4556");

  script_name(english:"Solaris 8 (sparc) : 116455-01");
  script_summary(english:"Check for patch 116455-01");

  script_set_attribute(
    attribute:"synopsis", 
    value:"The remote host is missing Sun Security Patch number 116455-01"
  );
  script_set_attribute(
    attribute:"description", 
    value:
"SunOS 5.8: Solaris sadmind default securit.
Date this patch was last updated by Sun : Feb/06/04"
  );
  script_set_attribute(
    attribute:"see_also",
    value:"http://download.oracle.com/sunalerts/1000778.1.html"
  );
  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:"metasploit_name", value:'Sun Solaris sadmind adm_build_path() Buffer Overflow');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
  script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
  script_set_attribute(attribute:"canvas_package", value:'D2ExploitPack');
  script_cwe_id(119, 189);

  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:"2004/02/06");
  script_set_attribute(attribute:"plugin_publication_date", value:"2004/07/12");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2004-2021 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.8", arch:"sparc", patch:"116455-01", obsoleted_by:"", package:"SUNWadmfw", version:"11.8,REV=1999.12.16.14.05") < 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");

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/solaris8_116455.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\solaris8_116455.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/solaris8_116455.nasl

Go back to menu.

How to Run


Here is how to run the Solaris 8 (sparc) : 116455-01 as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Solaris Local Security Checks plugin family.
  6. On the right side table select Solaris 8 (sparc) : 116455-01 plugin ID 13405.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl solaris8_116455.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a solaris8_116455.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - solaris8_116455.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state solaris8_116455.nasl -t <IP/HOST>

Go back to menu.

References


CWE | Common Weakness Enumeration:
  • CWE-119 (Weakness) Improper Restriction of Operations within the Bounds of a Memory Buffer
  • CWE-189 (Category) Numeric Errors
See also: Similar and related Nessus plugins:
  • 13508 - Solaris 8 (x86) : 116442-01
  • 13573 - Solaris 9 (sparc) : 116453-03
  • 13631 - Solaris 9 (x86) : 116454-03
  • 13307 - Solaris 8 (sparc) : 108987-19
  • 21170 - Solaris 8 (sparc) : 109023-08
  • 13310 - Solaris 8 (sparc) : 109077-21
  • 13315 - Solaris 8 (sparc) : 109152-03
  • 13319 - Solaris 8 (sparc) : 109320-22
  • 13321 - Solaris 8 (sparc) : 109326-24
  • 26909 - Solaris 8 (sparc) : 109454-06
  • 33211 - Solaris 8 (sparc) : 111327-06
  • 15482 - Solaris 8 (sparc) : 116973-07
  • 23409 - Solaris 8 (sparc) : 118828-04
  • 37241 - Solaris 8 (sparc) : 119004-02
  • 36716 - Solaris 8 (sparc) : 119005-02
  • 37226 - Solaris 8 (sparc) : 119006-01
  • 23411 - Solaris 8 (sparc) : 119007-01
  • 37979 - Solaris 8 (sparc) : 119008-01
  • 24395 - Solaris 8 (sparc) : 120671-08
  • 37271 - Solaris 8 (sparc) : 120954-12
  • 37363 - Solaris 8 (sparc) : 123920-12
  • 27509 - Solaris 8 (sparc) : 124672-20
  • 27010 - Solaris 8 (sparc) : 125437-22
  • 67163 - Solaris 8 (sparc) : 127680-07
  • 13417 - Solaris 8 (x86) : 108988-19
  • 21171 - Solaris 8 (x86) : 109024-08
  • 13427 - Solaris 8 (x86) : 109321-22
  • 13429 - Solaris 8 (x86) : 109327-24
  • 27088 - Solaris 8 (x86) : 109455-06
  • 33212 - Solaris 8 (x86) : 111328-05
  • 15483 - Solaris 8 (x86) : 116974-07
  • 23772 - Solaris 8 (x86) : 120672-08

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file solaris8_116455.nasl version 1.34. For more plugins, visit the Nessus Plugin Library.

Go back to menu.