Lucene search
+L

Riello NetMan 204 Default Credentials (SSH)

🗓️ 28 Sep 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 210 Views

The remote Riello NetMan 204 network card is vulnerable to SSH login using default credentials, allowing remote attackers to gain sensitive information or modify system configuration. Change affected account passwords for mitigation

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2025-71317
5 Jun 202617:49
attackerkb
circl
Circl
CVE-2025-71317
5 Jun 202619:16
circl
cnnvd
CNNVD
RIELLO UPS NetMan 信任管理问题漏洞
5 Jun 202600:00
cnnvd
cve
CVE
CVE-2025-71317
5 Jun 202617:49
cve
cvelist
Cvelist
CVE-2025-71317 NetMan 204 Hard-coded Backdoor Credentials
5 Jun 202617:49
cvelist
euvd
EUVD
EUVD-2025-210078
5 Jun 202617:49
euvd
nvd
NVD
CVE-2025-71317
5 Jun 202618:16
nvd
openvas
OpenVAS
Riello NetMan Default Credentials (HTTP)
28 Sep 201600:00
openvas
ptsecurity
Positive Technologies
PT-2026-47013
5 Jun 202600:00
ptsecurity
vulnrichment
Vulnrichment
CVE-2025-71317 NetMan 204 Hard-coded Backdoor Credentials
5 Jun 202617:49
vulnrichment
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.140001");
  script_version("2026-06-09T06:55:51+0000");
  script_tag(name:"last_modification", value:"2026-06-09 06:55:51 +0000 (Tue, 09 Jun 2026)");
  script_tag(name:"creation_date", value:"2016-09-28 15:56:01 +0200 (Wed, 28 Sep 2016)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2026-06-05 18:16:54 +0000 (Fri, 05 Jun 2026)");

  script_cve_id("CVE-2025-71317");

  script_tag(name:"qod_type", value:"exploit");

  script_tag(name:"solution_type", value:"Workaround");

  script_name("Riello NetMan 204 Default Credentials (SSH)");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Default Accounts");
  script_dependencies("ssh_detect.nasl", "os_detection.nasl",
                      "gb_default_credentials_options.nasl");
  script_require_ports("Services/ssh", 22);
  script_mandatory_keys("ssh/server_banner/available", "Host/runs_unixoide");
  script_exclude_keys("default_credentials/disable_default_account_checks");

  script_tag(name:"summary", value:"The remote Riello NetMan 204 network card is using known default
  credentials for the SSH login.");

  script_tag(name:"vuldetect", value:"Tries to login using known default credentials.

  Note: The default 'admin' and 'user' credentials might be also reported for non-Riello devices.
  This result is currently expected.");

  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:"solution", value:"Change the password of the affected account(s).");

  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/41208");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/52183");

  exit(0);
}

if(get_kb_item("default_credentials/disable_default_account_checks"))
  exit(0);

include("host_details.inc");
include("os_func.inc");
include("ssh_func.inc");
include("misc_func.inc");
include("traversal_func.inc");
include("port_service_func.inc");

port = ssh_get_port( default:22 );

if( ssh_dont_try_login( port:port ) )
  exit( 0 );

# nb: No need to continue/start if we haven't received any banner...
if( ! ssh_get_serverbanner( port:port ) )
  exit( 0 );

# nb:
# - eurek:eurek is from the exploit-db entry
# - Others are default credentials on the target according to the NetMan 204 manual
# - admin:admin and eurek:eurek are tested first as these are the "most" valuable ones
credentials = make_array(
  "admin", "admin",
  "eurek", "eurek",
  "fwupgrade", "fwupgrade",
  "user", "user" );

foreach username( keys( credentials ) ) {

  if( ! soc = open_sock_tcp( port ) )
    continue;

  password = credentials[username];
  login = ssh_login( socket:soc, login:username, password:password, priv:NULL, passphrase:NULL );
  if( login == 0 ) {

    files = traversal_files( "linux" );

    foreach pattern( keys( files ) ) {

      file = files[pattern];

      cmd = ssh_cmd( socket:soc, cmd:"cat /" + file );

      if( egrep( string:cmd, pattern:pattern ) ) {
        report = "It was possible to login as user '" + username + "' with password '" + password + "' and to execute 'cat /" + file + "'. Result:" + '\n\n' + chomp( cmd );
        close( soc );
        security_message( port:port, data:report );
        exit( 0 );
      }
    }
  }
}

if( soc ) close( soc );
exit( 99 );

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 Jun 2026 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 49.3
CVSS 3.19.8
EPSS0.00432
SSVC
210