Lucene search

K
openvasCopyright (C) 2010 Greenbone Networks GmbHOPENVAS:1361412562310902047
HistoryApr 30, 2010 - 12:00 a.m.

Atlassian JIRA Privilege Escalation and Multiple Cross Site Scripting Vulnerabilities

2010-04-3000:00:00
Copyright (C) 2010 Greenbone Networks GmbH
plugins.openvas.org
11

CVSS2

9

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.5

Confidence

Low

EPSS

0.024

Percentile

89.9%

Atlassian JIRA is prone to privilege escalation and multiple cross
site scripting vulnerabilities.

# Copyright (C) 2010 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

CPE = "cpe:/a:atlassian:jira";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902047");
  script_version("2022-05-02T09:35:37+0000");
  script_tag(name:"last_modification", value:"2022-05-02 09:35:37 +0000 (Mon, 02 May 2022)");
  script_tag(name:"creation_date", value:"2010-04-30 15:20:35 +0200 (Fri, 30 Apr 2010)");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");

  script_cve_id("CVE-2010-1164", "CVE-2010-1165");

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

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

  script_name("Atlassian JIRA Privilege Escalation and Multiple Cross Site Scripting Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("gb_atlassian_jira_http_detect.nasl");
  script_mandatory_keys("atlassian/jira/detected");

  script_tag(name:"summary", value:"Atlassian JIRA is prone to privilege escalation and multiple cross
  site scripting vulnerabilities.");

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

  script_tag(name:"insight", value:"The flaws are caused because input passed to the

  - 'element' or 'defaultColor' parameters to the 'Colour Picker' page,

  - 'formName' and 'element' parameters and the 'full user name' field to the
  'User Picker' and 'Group Picker' page,

  - 'announcement_preview_banner_st' parameter to the 'Announcement Banner Preview' page,

  - 'portletKey' parameter to 'runportleterror.jsp',
  URL to 'issuelinksmall.jsp',

  - 'afterURL' parameter to 'screenshot-redirecter.jsp',

  - 'Referrer' HTTP request header to '500page.jsp'

  - 'groupnames.jsp', 'indexbrowser.jsp', 'classpath-debug.jsp',
  'viewdocument.jsp', and 'cleancommentspam.jsp' are not properly sanitised before being returned to the user.

  It allows administrative users to change certain path settings, which can be
  exploited to gain operating system account privileges to the server infrastructure.");

  script_tag(name:"impact", value:"Successful exploitation will let attackers to execute arbitrary script or
  gain higher privileges.");

  script_tag(name:"affected", value:"Atlassian JIRA version 3.12 through 4.1");

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

  script_xref(name:"URL", value:"http://secunia.com/advisories/39353");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39485");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/57826");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/57828");
  script_xref(name:"URL", value:"http://jira.atlassian.com/browse/JRA-21004");
  script_xref(name:"URL", value:"http://jira.atlassian.com/browse/JRA-20995");
  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2010/04/16/4");
  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2010/04/16/3");
  script_xref(name:"URL", value:"http://confluence.atlassian.com/display/JIRA/JIRA+Security+Advisory+2010-04-16#JIRASecurityAdvisory2010-04-16-XSSVulnerabilitiesinJIRA");

  exit(0);
}

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

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

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

if (version_is_less(version: version, test_version: "4.1.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "4.1.1");
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

CVSS2

9

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.5

Confidence

Low

EPSS

0.024

Percentile

89.9%

Related for OPENVAS:1361412562310902047