Lucene search
+L

MongoDB DoS Vulnerability (May 2017) - Linux

🗓️ 29 May 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

MongoDB DoS Vulnerability in Linux (May 2017). Denial of service flaw due to in-memory database error. Impact: Remote attacker can cause memory consumption to run out of memory

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
MongoDB Remote Denial of Service Vulnerability (CNVD-2016-12774)
16 Dec 201600:00
cnvd
cve
CVE
CVE-2016-3104
14 Apr 201718:00
cve
cvelist
Cvelist
CVE-2016-3104
14 Apr 201718:00
cvelist
debiancve
Debian CVE
CVE-2016-3104
14 Apr 201718:00
debiancve
euvd
EUVD
EUVD-2016-4159
7 Oct 202500:30
euvd
nessus
Tenable Nessus
MongoDB 2.4 / 2.6 Denial of Service Vulnerability
15 Jul 201900:00
nessus
nessus
Tenable Nessus
Linux Distros Unpatched Vulnerability : CVE-2016-3104
3 Sep 202500:00
nessus
nvd
NVD
CVE-2016-3104
14 Apr 201718:59
nvd
openvas
OpenVAS
MongoDB DoS Vulnerability (May 2017) - Windows
29 May 201700:00
openvas
osv
OSV
UBUNTU-CVE-2016-3104
14 Apr 201718:59
osv
Rows per page
# SPDX-FileCopyrightText: 2017 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:mongodb:mongodb";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.811058");
  script_version("2026-01-09T05:47:51+0000");
  script_cve_id("CVE-2016-3104");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2026-01-09 05:47:51 +0000 (Fri, 09 Jan 2026)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-04-22 14:15:00 +0000 (Sat, 22 Apr 2017)");
  script_tag(name:"creation_date", value:"2017-05-29 14:40:50 +0530 (Mon, 29 May 2017)");
  script_name("MongoDB DoS Vulnerability (May 2017) - Linux");

  script_tag(name:"summary", value:"MongoDB is prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw exists due to an error in 'in-memory'
  database representation when authenticating against a non-existent database.");

  script_tag(name:"impact", value:"Successful exploitation will allow a remote
  attacker to cause a denial of service. In very extreme cases the increase in
  memory consumption may cause mongod to run out of memory and either terminate or
  be terminated by the operating system's OOM killer.");

  script_tag(name:"affected", value:"MongoDB version 2.4 on Linux");

  script_tag(name:"solution", value:"Update to version 2.6, 3.0 or later.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_xref(name:"URL", value:"https://jira.mongodb.org/browse/SERVER-24378");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/94929");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Databases");
  script_dependencies("gb_mongodb_wire_protocol_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("mongodb/detected", "Host/runs_unixoide");
  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!port = get_app_port(cpe:CPE))
  exit(0);

if(!version = get_app_version(cpe:CPE, port:port))
  exit(0);

##Replace '-' by '.' in version
if("-rc" >< version)
  version = ereg_replace(pattern:"-", replace:".", string:version);

if(version == "2.4.0") {
  report = report_fixed_ver(installed_version:version, fixed_version:"2.6.0 or 3.0");
  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

09 Jan 2026 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 25
CVSS 37.5
EPSS0.02489
30