Lucene search

K

OTRS < 6.0.11, < 5.0.30, < 4.0.32 Multiple Vulnerabilities

🗓️ 01 Oct 2018 00:00:00Reported by Copyright (C) 2018 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

OTRS Multiple Vulnerabilities, Update to Version 6.0.11, 5.0.30 or 4.0.3

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Debian DLA-1521-1 : otrs2 security update
27 Sep 201800:00
nessus
Tenable Nessus
openSUSE Security Update : otrs (openSUSE-2018-1106)
5 Oct 201800:00
nessus
Tenable Nessus
Debian DSA-4317-1 : otrs2 - security update
15 Oct 201800:00
nessus
Tenable Nessus
openSUSE Security Update : otrs (openSUSE-2019-748)
27 Mar 201900:00
nessus
OSV
otrs2 - security update
26 Sep 201800:00
osv
OSV
otrs2 - security update
14 Oct 201800:00
osv
OSV
CVE-2018-16586
28 Sep 201800:29
osv
OSV
CVE-2018-16587
28 Sep 201800:29
osv
Debian
[SECURITY] [DLA 1521-1] otrs2 security update
26 Sep 201816:59
debian
Debian
[SECURITY] [DSA 4317-1] otrs2 security update
14 Oct 201819:00
debian
Rows per page
# Copyright (C) 2018 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.

if( description )
{
  script_oid("1.3.6.1.4.1.25623.1.0.112389");
  script_version("2021-06-15T02:00:29+0000");
  script_tag(name:"last_modification", value:"2021-06-15 02:00:29 +0000 (Tue, 15 Jun 2021)");
  script_tag(name:"creation_date", value:"2018-10-01 12:12:22 +0200 (Mon, 01 Oct 2018)");
  script_tag(name:"cvss_base", value:"5.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-11-21 17:55:00 +0000 (Wed, 21 Nov 2018)");

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

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

  script_cve_id("CVE-2018-16586", "CVE-2018-16587");

  script_name("OTRS < 6.0.11, < 5.0.30, < 4.0.32 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("secpod_otrs_detect.nasl");
  script_mandatory_keys("OTRS/installed");

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

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

  script_tag(name:"impact", value:"- An attacker could send a malicious email to an OTRS system. If
  a logged in user opens it, the email could cause the browser to load external image or CSS
  resources.

  - An attacker could send a malicious email to an OTRS system. If a user with admin permissions
  opens it, it causes deletions of arbitrary files that the OTRS web server user has write
  access to.");

  script_tag(name:"affected", value:"OTRS 6.0.x up to and including 6.0.10, OTRS 5.0.x up to and
  including 5.0.29, and OTRS 4.0.x up to and including 4.0.31.");

  script_tag(name:"solution", value:"Update to OTRS version 6.0.11, 5.0.30 or 4.0.32 respectively.");

  script_xref(name:"URL", value:"https://community.otrs.com/security-advisory-2018-04-security-update-for-otrs-framework/");
  script_xref(name:"URL", value:"https://community.otrs.com/security-advisory-2018-05-security-update-for-otrs-framework/");

  exit(0);
}

CPE = "cpe:/a:otrs:otrs";

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_in_range( version: version, test_version: "4.0.0", test_version2: "4.0.31" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "4.0.32" );
  security_message( data: report, port: port );
  exit( 0 );
}

if( version_in_range( version: version, test_version: "5.0.0", test_version2: "5.0.29" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "5.0.30" );
  security_message( data: report, port: port );
  exit( 0 );
}

if( version_in_range( version: version, test_version: "6.0.0", test_version2: "6.0.10" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "6.0.11" );
  security_message( data: report, port: port );
  exit( 0 );
}

exit( 99 );

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
01 Oct 2018 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS25.8
CVSS36.5
EPSS0.002
22
.json
Report