Solaris 10 (sparc) : 120068-03 - Nessus

Critical   Plugin ID: 24343

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

Plugin Overview


ID: 24343
Name: Solaris 10 (sparc) : 120068-03
Filename: solaris10_120068.nasl
Vulnerability Published: 2007-02-10
This Plugin Published: 2007-02-14
Last Modification Time: 2021-01-14
Plugin Version: 1.30
Plugin Family: Solaris Local Security Checks
Dependencies: ssh_get_info.nasl
Required KB Items [?]: Host/Solaris/showrev

Vulnerability Information


Severity: Critical
Vulnerability Published: 2007-02-10
Patch Published: 2007-02-13
CVE [?]: CVE-2007-0882
CPE [?]: N/A

Synopsis

The remote host is missing Sun Security Patch number 120068-03

Description

SunOS 5.10: in.telnetd patch. Date this patch was last updated by Sun : Feb/21/07

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, Immunity Canvas)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Solaris 10 (sparc) : 120068-03 vulnerability:

  1. Metasploit: exploit/solaris/telnet/fuser
    [Sun Solaris Telnet Remote Authentication Bypass Vulnerability]
  2. Exploit-DB: exploits/solaris/remote/9918.rb
    [EDB-9918: Solaris 10/11 Telnet - Remote Authentication Bypass (Metasploit)]
  3. Exploit-DB: exploits/solaris/remote/16328.rb
    [EDB-16328: Sun Solaris Telnet - Remote Authentication Bypass (Metasploit)]
  4. Immunity Canvas: CANVAS

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 solaris10_120068.nasl nessus plugin source code. This script is Copyright (C) 2007-2021 Tenable Network Security, Inc.

#%NASL_MIN_LEVEL 70300

# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a recommended security fix.
#
# Disabled on 2011/09/17.

#
# (C) Tenable Network Security, Inc.
#
#

if ( ! defined_func("bn_random") ) exit(0);
include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
 script_id(24343);
 script_version("1.30");

 script_name(english: "Solaris 10 (sparc) : 120068-03");
 script_cve_id("CVE-2007-0882");
 script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 120068-03");
 script_set_attribute(attribute: "description", value:
'SunOS 5.10: in.telnetd patch.
Date this patch was last updated by Sun : Feb/21/07');
 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/120068-03");
 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:"metasploit_name", value:'Sun Solaris Telnet Remote Authentication Bypass Vulnerability');
 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:'CANVAS');
 script_cwe_id(94);
 script_set_attribute(attribute:"plugin_publication_date", value: "2007/02/14");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/14");
 script_set_attribute(attribute:"patch_publication_date", value: "2007/02/13");
 script_set_attribute(attribute:"vuln_publication_date", value: "2007/02/10");
 script_end_attributes();

 script_summary(english: "Check for patch 120068-03");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2007-2021 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 recommended security fix.");

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

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

Go back to menu.

How to Run


Here is how to run the Solaris 10 (sparc) : 120068-03 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 10 (sparc) : 120068-03 plugin ID 24343.
  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 solaris10_120068.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

/opt/nessus/bin/nasl -T - solaris10_120068.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 solaris10_120068.nasl -t <IP/HOST>

Go back to menu.

References


CWE | Common Weakness Enumeration:
  • CWE-94 (Weakness) Improper Control of Generation of Code ('Code Injection')
See also: Similar and related Nessus plugins:
  • 24323 - Solaris 10 Forced Login Telnet Authentication Bypass
  • 24342 - Solaris 10 (x86) : 120069-03

Version


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

Go back to menu.