Janitza Multiple Devices Default Credentials (FTP)
🗓️ 11 Jun 2016 00:00:00Reported by Copyright (C) 2016 SCHUTZWERK GmbHType
openvas🔗 plugins.openvas.org👁 29 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| The vulnerability of the microprogramming software in Janitza UMG 508, 509, 511, 604, 605 power supply monitoring systems allows a intruder to read or write files. | 20 Nov 201500:00 | – | bdu_fstec | |
| Janitza UMG Arbitrary File Read/Write Vulnerability (CNVD-2015-07286) | 30 Oct 201500:00 | – | cnvd | |
| CVE-2015-3968 | 28 Oct 201510:00 | – | cve | |
| CVE-2015-3968 | 28 Oct 201510:00 | – | cvelist | |
| EUVD-2015-3999 | 7 Oct 202500:30 | – | euvd | |
| Janitza UMG Power Quality Measuring Products Vulnerabilities | 25 Jun 201506:00 | – | ics | |
| Janitza Hard-Coded FTP Password | 17 Nov 201500:00 | – | nessus | |
| Janitza UMG Power Quality Measuring Credentials Management Errors (CVE-2015-3968) | 12 Feb 202400:00 | – | nessus | |
| CVE-2015-3968 | 28 Oct 201510:59 | – | nvd | |
| Default credentials | 28 Oct 201510:59 | – | prion |
| Source | Link |
|---|---|
| wiki | www.wiki.janitza.de/display/GRIDVIS40/UMG+604+-+Passwort |
| securityfocus | www.securityfocus.com/bid/77291 |
# SPDX-FileCopyrightText: 2016 SCHUTZWERK GmbH
# 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-or-later
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.111104");
script_version("2023-07-26T05:05:09+0000");
script_cve_id("CVE-2015-3968");
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("Janitza Multiple Devices Default Credentials (FTP)");
script_tag(name:"last_modification", value:"2023-07-26 05:05:09 +0000 (Wed, 26 Jul 2023)");
script_tag(name:"creation_date", value:"2016-06-11 11:12:12 +0200 (Sat, 11 Jun 2016)");
script_category(ACT_ATTACK);
script_family("Default Accounts");
script_copyright("Copyright (C) 2016 SCHUTZWERK GmbH");
script_dependencies("ftpserver_detect_type_nd_version.nasl", "DDI_FTP_Any_User_Login.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/ftp", 21);
script_mandatory_keys("ftp/ready_banner/detected");
script_exclude_keys("default_credentials/disable_default_account_checks");
script_xref(name:"URL", value:"https://wiki.janitza.de/display/GRIDVIS40/UMG+604+-+Passwort");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77291");
script_tag(name:"summary", value:"The remote Janitza device has default credentials set.");
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:"Connect to the FTP service and try to login with default credentials.");
script_tag(name:"insight", value:"It was possible to login with default credentials: 'admin:Janitza', 'user:Janitza' or 'guest:Janitza'.");
script_tag(name:"solution", value:"Change the default username and password.");
script_tag(name:"affected", value:"Janitza UMG 508, 509, 511, 604, and 605 devices.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Workaround");
exit(0);
}
if(get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("ftp_func.inc");
include("misc_func.inc");
include("port_service_func.inc");
report = 'It was possible to login using the following default credentials:\n';
creds = make_array( "admin", "Janitza",
"user", "Janitza",
"guest", "Janitza" );
port = ftp_get_port( default:21 );
if( ftp_broken_random_login( port:port) )
exit( 0 );
banner = ftp_get_banner( port:port );
if( ! banner || "220 Ready" >!< banner )
exit( 0 );
foreach cred( keys( creds ) ) {
if( ! soc = ftp_open_socket( port:port ) )
continue;
if( ftp_authenticate( socket:soc, user:cred, pass:creds[cred], skip_banner:TRUE ) ) {
report += '\n' + cred + ":" + creds[cred];
VULN = TRUE;
}
ftp_close( socket:soc );
}
if( VULN ) {
security_message( port:port, data:report );
exit( 0 );
}
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
26 Jul 2023 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 27.5
EPSS0.02266