Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804890
HistoryNov 21, 2014 - 12:00 a.m.

Pidgin Multiple Vulnerabilities (Nov 2014) - Windows

2014-11-2100:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
12

9.6 High

AI Score

Confidence

High

0.014 Low

EPSS

Percentile

86.6%

Pidgin is prone to multiple vulnerabilities.

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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804890");
  script_version("2024-02-20T14:37:13+0000");
  script_cve_id("CVE-2014-3694", "CVE-2014-3695", "CVE-2014-3696", "CVE-2014-3697",
                "CVE-2014-3698");
  script_tag(name:"cvss_base", value:"6.4");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:P");
  script_tag(name:"last_modification", value:"2024-02-20 14:37:13 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-11-21 18:58:24 +0530 (Fri, 21 Nov 2014)");
  script_name("Pidgin Multiple Vulnerabilities (Nov 2014) - Windows");

  script_tag(name:"summary", value:"Pidgin 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:"Multiple errors exist due to:

  - An error when parsing XMPP messages.

  - An error when unpacking smiley themes.

  - Improper verification of the Basic Constraints of an SSL certificate.

  - An error when handling Groupwise message.

  - An error when handling of an MXit emoticon.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to cause a denial of service (crash), disclosure of potentially sensitive
  information, disclose and manipulate certain data and spoofing attacks.");

  script_tag(name:"affected", value:"Pidgin before version 2.10.10 on Windows.");

  script_tag(name:"solution", value:"Upgrade to Pidgin version 2.10.10 or later.");

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

  script_xref(name:"URL", value:"http://pidgin.im/news/security/?id=86");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70701");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70702");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70703");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70704");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70705");
  script_xref(name:"URL", value:"http://pidgin.im/news/security/?id=87");
  script_xref(name:"URL", value:"http://pidgin.im/news/security/?id=88");
  script_xref(name:"URL", value:"http://pidgin.im/news/security/?id=89");
  script_xref(name:"URL", value:"http://pidgin.im/news/security/?id=90");

  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("secpod_pidgin_detect_win.nasl");
  script_mandatory_keys("Pidgin/Win/Ver");
  exit(0);
}

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

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

if(version_in_range(version:vers, test_version:"2.10.0", test_version2:"2.10.9")) {
  report = report_fixed_ver(installed_version:vers, vulnerable_range:"2.10.0 - 2.10.9");
  security_message(port:0, data:report);
  exit(0);
}

exit(99);