Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310103933
HistoryApr 03, 2014 - 12:00 a.m.

OTRS Help Desk Cross Site Scripting/Clickjacking Vulnerability

2014-04-0300:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
12

8.3 High

AI Score

Confidence

High

4.3 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.002 Low

EPSS

Percentile

52.7%

OTRS Help Desk is prone to a cross site scripting and to a clickjacking
vulnerability because it fails to properly sanitize user-supplied input before using
it in dynamically generated content.

# 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:otrs:otrs";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103933");
  script_version("2024-03-01T14:37:10+0000");
  script_cve_id("CVE-2014-2553", "CVE-2014-2554");
  script_tag(name:"last_modification", value:"2024-03-01 14:37:10 +0000 (Fri, 01 Mar 2024)");
  script_tag(name:"creation_date", value:"2014-04-03 12:44:23 +0200 (Thu, 03 Apr 2014)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_name("OTRS Help Desk Cross Site Scripting/Clickjacking Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("secpod_otrs_detect.nasl");
  script_mandatory_keys("OTRS/installed");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66569");
  script_xref(name:"URL", value:"https://www.otrs.com/security-advisory-2014-04-xss-issue");
  script_xref(name:"URL", value:"https://www.otrs.com/security-advisory-2014-05-clickjacking-issue/");

  script_tag(name:"impact", value:"An attacker may leverage this issue to execute arbitrary script code
  in the browser of an unsuspecting user in the context of the affected
  site. This may allow the attacker to steal cookie-based authentication
  credentials and launch other attacks.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"Two vulnerabilities have been reported in OTRS Help
  Desk, which can be exploited by malicious people to conduct cross-site
  scripting and clickjacking attacks.

  1) Certain input related to dynamic fields is not properly sanitised
  before being returned to the user. This can be exploited to execute
  arbitrary HTML and script code in a user's browser session in context
  of an affected site.

  2) The application allows users to perform certain actions via HTTP
  requests via iframes without performing any validity checks to verify
  the requests. This can be exploited to perform certain unspecified
  actions by tricking a user into e.g. clicking a specially crafted link
  via clickjacking.");
  script_tag(name:"solution", value:"Upgrade to Open Ticket Request System (OTRS) 3.1.21, 3.2.16 or 3.3.6");
  script_tag(name:"summary", value:"OTRS Help Desk is prone to a cross site scripting and to a clickjacking
  vulnerability because it fails to properly sanitize user-supplied input before using
  it in dynamically generated content.");
  script_tag(name:"affected", value:"Versions OTRS Help Desk prior to 3.1.21, 3.2.16 and 3.3.6 are
  vulnerable.");

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

  exit(0);
}

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

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

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

if( version_in_range( version:vers, test_version:"3.2.0", test_version2:"3.2.15" ) ||
    version_in_range( version:vers, test_version:"3.1.0", test_version2:"3.1.20" ) ||
    version_in_range( version:vers, test_version:"3.3.0", test_version2:"3.3.5" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"3.1.21/3.2.16/3.3.6" );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

8.3 High

AI Score

Confidence

High

4.3 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

0.002 Low

EPSS

Percentile

52.7%