Apache CouchDB 3.0.0 Remote Privilege Escalation Vulnerability - Windows
🗓️ 25 May 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType
openvas🔗 plugins.openvas.org👁 33 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CouchDB 3.0.0 Remote Elevation of Privilege Vulnerability | 20 May 202000:00 | – | cnvd | |
| Apache CouchDB 3.x < 3.0.1 Privilege Escalation | 28 May 202000:00 | – | nessus | |
| CVE-2020-1955 | 20 May 202013:53 | – | cve | |
| CVE-2020-1955 | 20 May 202013:53 | – | cvelist | |
| EUVD-2020-12754 | 7 Oct 202500:30 | – | euvd | |
| CVE-2020-1955 | 20 May 202014:15 | – | nvd | |
| Apache CouchDB 3.0.0 Remote Privilege Escalation Vulnerability - Linux | 25 May 202000:00 | – | openvas | |
| BIT-COUCHDB-2020-1955 | 6 Mar 202410:51 | – | osv | |
| Default credentials | 20 May 202014:15 | – | prion | |
| PT-2020-15189 · Apache · Couchdb | 20 May 202000:00 | – | ptsecurity |
10
| Source | Link |
|---|---|
| docs | www.docs.couchdb.org/en/master/cve/2020-1955.html |
# SPDX-FileCopyrightText: 2020 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:/a:apache:couchdb";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.112756");
script_version("2024-11-22T15:40:47+0000");
script_tag(name:"last_modification", value:"2024-11-22 15:40:47 +0000 (Fri, 22 Nov 2024)");
script_tag(name:"creation_date", value:"2020-05-25 13:22:00 +0000 (Mon, 25 May 2020)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/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:"2020-05-22 17:30:00 +0000 (Fri, 22 May 2020)");
script_cve_id("CVE-2020-1955");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Apache CouchDB 3.0.0 Remote Privilege Escalation Vulnerability - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Databases");
script_dependencies("gb_apache_couchdb_http_detect.nasl", "os_detection.nasl");
script_mandatory_keys("apache/couchdb/detected", "Host/runs_windows");
script_tag(name:"summary", value:"CouchDB is prone to a remote privilege escalation
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"CouchDB version 3.0.0 shipped with a new configuration setting
that governs access control to the entire database server called require_valid_user_except_for_up.
It was meant as an extension to the long-standing setting require_valid_user, which in turn requires
that any and all requests to CouchDB will have to be made with valid credentials, effectively
forbidding any anonymous requests.
The new require_valid_user_except_for_up is an off-by-default setting that was meant to allow
requiring valid credentials for all endpoints except for the /_up endpoint.
However, the implementation of this made an error that lead to not enforcing credentials on any
endpoint, when enabled.");
script_tag(name:"impact", value:"Successful exploitation would allow an attacker to escalate his
privileges.");
script_tag(name:"affected", value:"Apache CouchDB version 3.0.0.");
script_tag(name:"solution", value:"Update to version 3.0.1, 3.1.0 or later.");
script_xref(name:"URL", value:"https://docs.couchdb.org/en/master/cve/2020-1955.html");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!port = get_app_port(cpe: CPE))
exit(0);
if(!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
vers = infos["version"];
path = infos["location"];
if(version_is_equal(version: vers, test_version: "3.0.0")) {
report = report_fixed_ver(installed_version: vers, fixed_version: "3.0.1 / 3.1.0", install_path: path);
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
22 Nov 2024 00:00Current
9.5High risk
Vulners AI Score9.5
CVSS 26.8
CVSS 3.19.8
EPSS0.01846