Lucene search
+L

TeamViewer Multiple Vulnerabilities (CVE-2019-18988) - Windows

🗓️ 16 Mar 2021 00:00:00Reported by Copyright (C) 2021 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

TeamViewer Multiple Vulnerabilities (CVE-2019-18988) - Windows. Prone to multiple vulnerabilities. Fixed CVE-2019-18988 (Proxy password & Options password)

Related
Refs
Code
# SPDX-FileCopyrightText: 2021 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:teamviewer:teamviewer";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.117251");
  script_version("2024-11-27T05:05:40+0000");
  script_tag(name:"last_modification", value:"2024-11-27 05:05:40 +0000 (Wed, 27 Nov 2024)");
  script_tag(name:"creation_date", value:"2021-03-16 13:52:40 +0000 (Tue, 16 Mar 2021)");
  script_tag(name:"cvss_base", value:"4.4");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-08-24 17:37:00 +0000 (Mon, 24 Aug 2020)");

  script_cve_id("CVE-2019-18988");

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

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

  script_name("TeamViewer Multiple Vulnerabilities (CVE-2019-18988) - Windows");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2021 Greenbone AG");
  script_family("General");
  script_dependencies("gb_teamviewer_win_detect.nasl");
  script_mandatory_keys("teamviewer/detected");

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

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

  script_tag(name:"insight", value:"The update has fixed an issue raised in CVE-2019-18988 (Proxy
  password & Options password).

  Note that this update might also include various additional vulnerabilities tracked in the related
  CVE. However there is no clear communication by the vendor which vulnerabilities mentioned in the
  CVE are fixed in which release.

  Please see the references for more technical details.");

  script_tag(name:"affected", value:"TeamViewer versions 7.0.43148 through 14.7.x.");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references
  for more information.");

  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90813/windows-v14-7-39531-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90812/windows-v14-2-56674-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90811/windows-v13-2-36218-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90810/windows-v12-0-251385-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90809/windows-v11-0-252065-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90808/windows-v10-0-252068-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/90804/windows-v9-0-252029-full-change-log");
  script_xref(name:"URL", value:"https://community.teamviewer.com/English/discussion/82264/specification-on-cve-2019-18988");
  script_xref(name:"URL", value:"https://whynotsecurity.com/blog/teamviewer/");
  script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
  script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");

  exit(0);
}

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

if( ! infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_in_range_exclusive( version:version, test_version_lo:"7.0.43148", test_version_up:"9.0.252029" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"9.0.252029", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"10.0", test_version_up:"10.0.252068" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"10.0.252068", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"11.0", test_version_up:"11.0.252065" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"11.0.252065", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"12.0", test_version_up:"12.0.137769" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"12.0.137769", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"13.0", test_version_up:"13.2.36218" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"13.2.36218", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"14.0", test_version_up:"14.2.56674" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"14.2.56674", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

if( version_in_range_exclusive( version:version, test_version_lo:"14.3", test_version_up:"14.7.39531" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"14.7.39531", install_path:location );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Nov 2024 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 24.4
CVSS 3.17
EPSS0.04707
SSVC
27