coturn < 4.5.2 Loopback Bypass Vulnerability
🗓️ 20 Jan 2021 00:00:00Reported by Copyright (C) 2021 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 16 Views
| Reporter | Title | Published | Views | Family All 52 |
|---|---|---|---|---|
| Coturn 4.5.1.x Access Control Bypass Vulnerability | 11 Jan 202100:00 | – | zdt | |
| CVE-2021-21382 | 11 Jun 202121:15 | – | attackerkb | |
| CVE-2026-27624 | 25 Feb 202604:04 | – | attackerkb | |
| CVE-2020-26262 | 13 Jan 202118:15 | – | alpinelinux | |
| [ASA-202101-21] coturn: insufficient validation | 12 Jan 202100:00 | – | archlinux | |
| The vulnerability of the Coturn web server, related to incorrect input validation, allows attackers to access confidential data and compromise its integrity. | 6 Apr 202100:00 | – | bdu_fstec | |
| CVE-2020-26262 | 18 Jan 202111:05 | – | circl | |
| CoTURN Authorization Issues Vulnerability | 11 Jan 202100:00 | – | cnnvd | |
| Restund 安全漏洞 | 11 Jun 202100:00 | – | cnnvd | |
| CVE-2020-26262 | 13 Jan 202118:15 | – | cve |
10
# Copyright (C) 2021 Greenbone Networks 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
#
# 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.
CPE = "cpe:/a:coturn:coturn";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.145204");
script_version("2021-08-17T09:01:01+0000");
script_tag(name:"last_modification", value:"2021-08-17 09:01:01 +0000 (Tue, 17 Aug 2021)");
script_tag(name:"creation_date", value:"2021-01-20 09:47:13 +0000 (Wed, 20 Jan 2021)");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2021-01-20 03:15:00 +0000 (Wed, 20 Jan 2021)");
script_cve_id("CVE-2020-26262");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_name("coturn < 4.5.2 Loopback Bypass Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2021 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_coturn_http_detect.nasl");
script_mandatory_keys("coturn/detected");
script_tag(name:"summary", value:"coturn is prone to a loopback bypass vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"By default coturn does not allow peers to connect and relay packets to
loopback addresses in the range of 127.x.x.x. However, it was observed that when sending a CONNECT request
with the XOR-PEER-ADDRESS value of 0.0.0.0, a successful response was received and subsequently,
CONNECTIONBIND also received a successful response. Coturn then is able to relay packets to the loopback
interface.
Additionally, when coturn is listening on IPv6, which is default, the loopback interface can also be reached
by making use of either [::1] or [::] as the peer address.");
script_tag(name:"impact", value:"By using the address 0.0.0.0 as the peer address, a malicious user will be
able to relay packets to the loopback interface, unless --denied-peer-ip=0.0.0.0 (or similar) has been
specified. Since the default configuration implies that loopback peers are not allowed, coturn
administrators may choose to not set the denied-peer-ip setting.");
script_tag(name:"affected", value:"coturn prior to version 4.5.2.");
script_tag(name:"solution", value:"Update to version 4.5.2 or later.");
script_xref(name:"URL", value:"https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p");
script_xref(name:"URL", value:"https://www.rtcsec.com/post/2021/01/details-about-cve-2020-26262-bypass-of-coturns-default-access-control-protection");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE, nofork: TRUE))
exit(0);
if (version_is_less(version: version, test_version: "4.5.2")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.5.2");
security_message(port: 0, 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 Aug 2021 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 26.4
CVSS 3.17.2
EPSS0.01318