Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803836
HistoryJul 22, 2013 - 12:00 a.m.

Joomla Googlemaps Multiple Vulnerabilities

2013-07-2200:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
37

7.5 High

CVSS2

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

6.1 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

78.7%

Joomla Googlemaps plugin is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2013 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:joomla:joomla';

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.803836");
  script_version("2023-07-27T05:05:08+0000");
  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_cve_id("CVE-2013-7428", "CVE-2013-7429", "CVE-2013-7430", "CVE-2013-7431", "CVE-2013-7432", "CVE-2013-7433", "CVE-2013-7434");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/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:"2017-09-27 20:03:00 +0000 (Wed, 27 Sep 2017)");
  script_tag(name:"creation_date", value:"2013-07-22 15:14:31 +0530 (Mon, 22 Jul 2013)");

  script_name("Joomla Googlemaps Multiple Vulnerabilities");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("joomla_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("joomla/installed");

  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2013/Jul/158");
  script_xref(name:"URL", value:"http://exploitsdownload.com/exploit/na/joomla-googlemaps-xss-xml-injection-path-disclosure-dos");

  script_tag(name:"summary", value:"Joomla Googlemaps plugin is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Send a crafted data via HTTP GET request and check whether it is vulnerable
  or not.");

  script_tag(name:"solution", value:"Upgrade to Googlemaps plugin for Joomla version 3.1 or later.");

  script_tag(name:"insight", value:"Input passed via 'url' parameter to 'plugin_googlemap2_proxy.php'
  is not properly sanitised before being returned to the user.");

  script_tag(name:"affected", value:"Googlemaps plugin for Joomla versions 2.x and 3.x and potentially
  previous versions may also be affected");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attacker to execute arbitrary
  HTML or script code, discloses the software's installation path resulting in a
  loss of confidentiality.");

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

  script_xref(name:"URL", value:"http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147");
  exit(0);
}

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

if( ! port = get_app_port(cpe:CPE ) ) exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) ) exit( 0 );
if( dir == "/" ) dir = "";

url = dir + "/plugins/content/plugin_googlemap2_proxy.php" +
            "?url=%3Cbody%20onload=alert(document.cookie)%3E";

if( http_vuln_check( port:port, url:url, check_header:TRUE,
                     pattern:"onload=alert\(document.cookie\)",
                     extra_check:"Couldn't resolve host" ) ) {
  report = http_report_vuln_url( port:port, url:url );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

7.5 High

CVSS2

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

6.1 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

78.7%

Related for OPENVAS:1361412562310803836