| Reporter | Title | Published | Views | Family All 39 |
|---|---|---|---|---|
| Unraid 6.8.0 Authentication Bypass / Arbitrary Code Execution Exploit | 18 Apr 202000:00 | – | zdt | |
| CVE-2020-5849 | 16 Mar 202000:00 | – | attackerkb | |
| CVE-2020-5847 | 16 Mar 202000:00 | – | attackerkb | |
| The vulnerability of the Unraid operating system, related to deficiencies in authentication procedures, allows attackers to disclose protected information. | 17 Dec 202100:00 | – | bdu_fstec | |
| The vulnerability of the Unraid operating system, related to improper code generation, allows a hacker to execute arbitrary code. | 4 Jan 202200:00 | – | bdu_fstec | |
| CVE-2020-5847 | 16 Apr 202022:27 | – | circl | |
| CVE-2020-5849 | 16 Apr 202022:27 | – | circl | |
| Unraid Remote Code Execution Vulnerability | 3 Nov 202100:00 | – | cisa_kev | |
| Unraid Authentication Bypass Vulnerability | 3 Nov 202100:00 | – | cisa_kev | |
| Unraid Authentication Bypass Vulnerability | 17 Mar 202000:00 | – | cnvd |
# SPDX-FileCopyrightText: 2025 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
CPE = "cpe:/o:unraid:unraid";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.114944");
script_version("2025-01-31T15:39:24+0000");
script_tag(name:"last_modification", value:"2025-01-31 15:39:24 +0000 (Fri, 31 Jan 2025)");
script_tag(name:"creation_date", value:"2025-01-31 09:59:54 +0000 (Fri, 31 Jan 2025)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-04-17 17:15:00 +0000 (Fri, 17 Apr 2020)");
script_cve_id("CVE-2020-5849");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Unraid OS 6.8.0 Web UI Authentication Bypass Vulnerability - Version Check");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_unraid_consolidation.nasl");
script_mandatory_keys("unraid/detected");
script_tag(name:"summary", value:"Unraid OS is prone to an authentication bypass vulnerability in
the Web UI.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"In order to check if a web page requires authentication, unraid
uses a auth_request.php file that contains a whitelist which uses the strpos function for
comparing strings. The whitelist can therefore be bypassed by appending additional characters to
an entry in the whitelist.");
script_tag(name:"impact", value:"An unauthenticated attacker might get full control over the
host.");
script_tag(name:"affected", value:"Unraid OS version 6.8.0 only.");
script_tag(name:"solution", value:"Update to version 6.8.1 or later.");
script_xref(name:"URL", value:"https://sysdream.com/cve-2020-5847-cve-2020-5849-unraid/");
script_xref(name:"URL", value:"https://forums.unraid.net/topic/87218-unraid-os-version-681-available/");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe: CPE, nofork: TRUE))
exit(0);
if (version_is_equal(version: version, test_version: "6.8.0")) {
report = report_fixed_ver(installed_version: version, fixed_version: "6.8.1");
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