FreeSWITCH Default Password (mod_event_socket)
🗓️ 05 Dec 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType
openvas🔗 plugins.openvas.org👁 116 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2019-19492 | 2 Dec 201902:15 | – | alpinelinux | |
| The vulnerability of the configuration file event_socket.conf.xml, which is part of the program-defined telecommunication stack FreeSWITCH and the application for unified video control called Victor, allows a perpetrator to gain full control over the system. | 1 Dec 202100:00 | – | bdu_fstec | |
| CVE-2019-19492 | 13 Nov 201917:44 | – | circl | |
| CVE-2019-19492 | 2 Dec 201901:13 | – | cve | |
| CVE-2019-19492 | 2 Dec 201901:13 | – | cvelist | |
| Sensormatic Electronics victor | 28 Oct 202100:00 | – | ics | |
| FreeSWITCH Event Socket Command Execution | 3 Nov 201900:00 | – | metasploit | |
| CVE-2019-19492 | 2 Dec 201902:15 | – | nvd | |
| Default credentials | 2 Dec 201902:15 | – | prion | |
| CVE-2019-19492 | 22 May 202507:51 | – | redhatcve |
10
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/47698 |
# SPDX-FileCopyrightText: 2019 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.143230");
script_version("2024-01-17T06:33:34+0000");
script_tag(name:"last_modification", value:"2024-01-17 06:33:34 +0000 (Wed, 17 Jan 2024)");
script_tag(name:"creation_date", value:"2019-12-05 09:10:43 +0000 (Thu, 05 Dec 2019)");
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_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:"2019-12-16 20:03:00 +0000 (Mon, 16 Dec 2019)");
script_cve_id("CVE-2019-19492");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Mitigation");
script_name("FreeSWITCH Default Password (mod_event_socket)");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Default Accounts");
script_dependencies("gb_freeswitch_mod_event_socket_service_detect.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/mod_event_socket", 8021);
script_mandatory_keys("freeswitch/mod_event_socket/detected");
script_exclude_keys("default_credentials/disable_default_account_checks");
script_tag(name:"summary", value:"FreeSWITCH is using a known default password in the
mod_event_socket component.");
script_tag(name:"vuldetect", value:"Tries to authenticate and checks the response.");
script_tag(name:"impact", value:"An attacker can use this password to e.g. execute commands via
the sytstem API to compromise the host.");
script_tag(name:"solution", value:"Change the default password in event_socket.conf.xml.");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/47698");
exit(0);
}
if (get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("misc_func.inc");
include("port_service_func.inc");
port = service_get_port(default: 8021, proto: "mod_event_socket");
soc = open_sock_tcp(port);
if (!soc)
exit(0);
password = "ClueCon";
data = "auth " + password + '\n\n';
recv = recv(socket: soc, length: 512);
if (recv !~ "^Content-Type\s*:\s*auth/request") {
close(soc);
exit(99);
}
send(socket: soc, data: data);
recv = recv(socket: soc, length: 512);
close(soc);
if (recv !~ "Content-Type\s*:\s*command/reply")
exit(0);
if ("Reply-Text: +OK accepted" >< recv) {
report = "It was possible to authenticate with the default password '" + password + "'.";
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
17 Jan 2024 00:00Current
9.7Critical risk
Vulners AI Score9.7
CVSS 27.5
CVSS 3.19.8
EPSS0.29448