Vulnerabilities > CVE-2019-1842 - Improper Authentication vulnerability in Cisco IOS XR Firmware

047910
CVSS 5.5 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
NONE
network
low complexity
cisco
CWE-287
nessus

Summary

A vulnerability in the Secure Shell (SSH) authentication function of Cisco IOS XR Software could allow an authenticated, remote attacker to successfully log in to an affected device using two distinct usernames. The vulnerability is due to a logic error that may occur when certain sequences of actions are processed during an SSH login event on the affected device. An attacker could exploit this vulnerability by initiating an SSH session to the device with a specific sequence that presents the two usernames. A successful exploit could result in logging data misrepresentation, user enumeration, or, in certain circumstances, a command authorization bypass. See the Details section for more information.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Authentication Abuse
    An attacker obtains unauthorized access to an application, service or device either through knowledge of the inherent weaknesses of an authentication mechanism, or by exploiting a flaw in the authentication scheme's implementation. In such an attack an authentication mechanism is functioning but a carefully controlled sequence of events causes the mechanism to grant access to the attacker. This attack may exploit assumptions made by the target's authentication procedures, such as assumptions regarding trust relationships or assumptions regarding the generation of secret values. This attack differs from Authentication Bypass attacks in that Authentication Abuse allows the attacker to be certified as a valid user through illegitimate means, while Authentication Bypass allows the user to access protected material without ever being certified as an authenticated user. This attack does not rely on prior sessions established by successfully authenticating users, as relied upon for the "Exploitation of Session Variables, Resource IDs and other Trusted Credentials" attack patterns.
  • Exploiting Trust in Client (aka Make the Client Invisible)
    An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • Utilizing REST's Trust in the System Resource to Register Man in the Middle
    This attack utilizes a REST(REpresentational State Transfer)-style applications' trust in the system resources and environment to place man in the middle once SSL is terminated. Rest applications premise is that they leverage existing infrastructure to deliver web services functionality. An example of this is a Rest application that uses HTTP Get methods and receives a HTTP response with an XML document. These Rest style web services are deployed on existing infrastructure such as Apache and IIS web servers with no SOAP stack required. Unfortunately from a security standpoint, there frequently is no interoperable identity security mechanism deployed, so Rest developers often fall back to SSL to deliver security. In large data centers, SSL is typically terminated at the edge of the network - at the firewall, load balancer, or router. Once the SSL is terminated the HTTP request is in the clear (unless developers have hashed or encrypted the values, but this is rare). The attacker can utilize a sniffer such as Wireshark to snapshot the credentials, such as username and password that are passed in the clear once SSL is terminated. Once the attacker gathers these credentials, they can submit requests to the web service provider just as authorized user do. There is not typically an authentication on the client side, beyond what is passed in the request itself so once this is compromised, then this is generally sufficient to compromise the service's authentication scheme.
  • Man in the Middle Attack
    This type of attack targets the communication between two components (typically client and server). The attacker places himself in the communication channel between the two components. Whenever one component attempts to communicate with the other (data flow, authentication challenges, etc.), the data first goes to the attacker, who has the opportunity to observe or alter it, and it is then passed on to the other component as if it was never intercepted. This interposition is transparent leaving the two compromised components unaware of the potential corruption or leakage of their communications. The potential for Man-in-the-Middle attacks yields an implicit lack of trust in communication or identify between two components.

Nessus

NASL familyCISCO
NASL idCISCO-SA-20190605-IOSXR-SSH.NASL
descriptionAccording to its self-reported version, Cisco IOS XR Software is affected by a vulnerability in the Secure Shell (SSH) authentication function of Cisco IOS XR Software that could allow an authenticated, remote attacker to successfully log in to an affected device using two distinct usernames. The vulnerability is due to a logic error that may occur when certain sequences of actions are processed during an SSH login event on the affected device. An attacker could exploit this vulnerability by initiating an SSH session to the device with a specific sequence that presents the two usernames. A successful exploit could result in logging data misrepresentation, user enumeration, or, in certain circumstances, a command authorization bypass. Please see the included Cisco BIDs and Cisco Security Advisory for more information
last seen2020-03-17
modified2020-03-02
plugin id134173
published2020-03-02
reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
sourcehttps://www.tenable.com/plugins/nessus/134173
titleCisco IOS XR Software Secure Shell Authentication Vulnerability (cisco-sa-20190605-iosxr-ssh)
code
#TRUSTED abf829e92d8eab2c8b03ddd32d6128708c5ef0159bda2dfb969a8729c0f911d3965537f949da50a2d53e16c5c415c30941a9fc9bc464362ed92870f6845295b89fb3d42d3978845905e49b70ab2e8eb8f27807008ef69a3455a038c857a2d936cc8a45b929610259ab81f69e4067080f8e9232e143c7b1baca0d1cb505f7bd40716da2f9faa927108181412577970038c8e23790cd538098faf59099c4fd016498b1e32bce4a7c1f29d77ed78284793ed9de197d2f4169bd652bfd9d7ba6c82a07774be988536cfbc49e9c41a59456c7a5788bfeff2ee2ee80b7169d21a9aa6356f0007e99901be776f55372efeab87d680d5813a3ec9aa23cc0e9030867a6b3478e7c7c3c2c829ecfe31700277bcb165d397560fb5c09759fe9b39e233f5f547ce15213ba0fa300e756fd2717e87ed26e62a0807615ccc8184157ed70c5c42403774f82e75f685e00adc7938ac8307b0a29624d9c87bec589b831afed34639ad238fe2fb935b1c099b2a9eb17766b2628f00009500535fb47089279ae09715add9813f00ab4e2e6bf2c3b5a87cd7a742d2629aaca913e89788e755804c468c91551c4b03c2c49dbccae066b4b92f91e0ef00d9ab303f06513f3b7ebc991c6a78fb993905bcf45099274ecb87902f2cb5a1aa9c88dc8e8fc4fc70c385c2b2235df32c2c1fe7a6cdc89c56155e91a8f1d86ffb224e2ac7e0a65624f6b97136668
#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(134173);
  script_version("1.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/03");

  script_cve_id("CVE-2019-1842");
  script_bugtraq_id(108687);
  script_xref(name:"CISCO-BUG-ID", value:"CSCvo03672");
  script_xref(name:"CISCO-SA", value:"cisco-sa-20190605-iosxr-ssh");

  script_name(english:"Cisco IOS XR Software Secure Shell Authentication Vulnerability (cisco-sa-20190605-iosxr-ssh)");

  script_set_attribute(attribute:"synopsis", value:
"The remote device is missing a vendor-supplied security patch");
  script_set_attribute(attribute:"description", value:
"According to its self-reported version, Cisco IOS XR Software is affected by a vulnerability in the Secure Shell (SSH) 
authentication function of Cisco IOS XR Software that could allow an authenticated, remote attacker to successfully log 
in to an affected device using two distinct usernames. The vulnerability is due to a logic error that may occur when
certain sequences of actions are processed during an SSH login event on the affected device. An attacker could exploit
this vulnerability by initiating an SSH session to the device with a specific sequence that presents the two usernames. 
A successful exploit could result in logging data misrepresentation, user enumeration, or, in certain circumstances, a
command authorization bypass.

Please see the included Cisco BIDs and Cisco Security Advisory for more information");
  # https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190605-iosxr-ssh
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ceea601b");
  # https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvo03672
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?344ac16c");
  script_set_attribute(attribute:"solution", value:
"Upgrade to the relevant fixed version referenced in Cisco bug ID CSCvo03672");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-1842");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_cwe_id(285);

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/06/05");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/06/05");
  script_set_attribute(attribute:"plugin_publication_date", value:"2020/03/02");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:cisco:ios_xr");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CISCO");

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

  script_dependencies("cisco_ios_xr_version.nasl");
  script_require_keys("Host/Cisco/IOS-XR/Version");

  exit(0);
}

include('cisco_workarounds.inc');
include('ccf.inc');

product_info = cisco::get_product_info(name:'Cisco IOS XR');

model = get_kb_item('CISCO/model');
if (empty_or_null(model))
  model = product_info['model'];
model = toupper(model);

cisco_bug_id = 'CSCvo03672';
if ('ASR9K-PX' >< model)
{
  smus['6.1.4'] = cisco_bug_id;
  smus['6.3.3'] = cisco_bug_id;
  smus['6.5.2'] = cisco_bug_id;
}
else if ('ASR9K-X64' >< model)
{
  smus['6.5.2'] = cisco_bug_id;
}
else if ('CRS-PX' >< model)
{
  smus['6.1.4'] = cisco_bug_id;
}
else if ('NCS5500' >< model)
{
  smus['6.3.3'] = cisco_bug_id;
  smus['6.5.2'] = cisco_bug_id;
}
else if ('NCS6K' >< model)
{
  smus['6.3.3'] = cisco_bug_id;
  smus['6.4.2'] = cisco_bug_id;
}

vuln_ranges = [
  {'min_ver' : '0', 'fix_ver' : '6.5.3'},
  {'min_ver' : '6.6.0', 'fix_ver' : '6.6.2'}
];

workarounds = make_list(CISCO_WORKAROUNDS['no_workaround']);
workaround_params = make_list();

reporting = make_array(
  'port'     , 0,
  'severity' , SECURITY_HOLE,
  'version'  , product_info['version'],
  'bug_id'   , cisco_bug_id
);

cisco::check_and_report(
  product_info:product_info,
  workarounds:workarounds,
  workaround_params:workaround_params,
  reporting:reporting,
  vuln_ranges:vuln_ranges,
  smus:smus
);