Lucene search
K

openSUSE Security Update : gajim (openSUSE-2016-29)

🗓️ 25 Jan 2016 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 27 Views

openSUSE Security Update for gajim 0.16.5 (CVE-2015-8688

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
XMPP Clients User Impersonation Vulnerability
10 Feb 201700:00
zdt
ArchLinux
gajim: man-in-the-middle
9 Jan 201600:00
archlinux
CNVD
Gajim Message Interception Vulnerability
26 Jan 201600:00
cnvd
CVE
CVE-2015-8688
15 Jan 201619:00
cve
Cvelist
CVE-2015-8688
15 Jan 201619:00
cvelist
Debian
[SECURITY] [DLA 2260-1] mcabber security update
28 Jun 202015:02
debian
Debian
[SECURITY] [DLA 413-1] gajim security update
9 Feb 201606:27
debian
Debian
[SECURITY] [DSA 3492-1] gajim security update
25 Feb 201616:27
debian
Debian CVE
CVE-2015-8688
15 Jan 201619:00
debiancve
Tenable Nessus
Debian DLA-2260-1 : mcabber security update
29 Jun 202000:00
nessus
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from openSUSE Security Update openSUSE-2016-29.
#
# The text description of this plugin is (C) SUSE LLC.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(88119);
  script_version("2.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");

  script_cve_id("CVE-2015-8688");

  script_name(english:"openSUSE Security Update : gajim (openSUSE-2016-29)");
  script_summary(english:"Check for the openSUSE-2016-29 patch");

  script_set_attribute(
    attribute:"synopsis", 
    value:"The remote openSUSE host is missing a security update."
  );
  script_set_attribute(
    attribute:"description", 
    value:
"This update to gajim 0.16.5 fixes the following security issues :

  - CVE-2015-8688: Message interception due to unverified
    origin of roster push - Improve security on connexion
    and for roster managment (boo#960668)

The following on-security improvements were added :

  - Improve MAM implementation.

  - Ability for emoticons to be sorted in menu."
  );
  script_set_attribute(
    attribute:"see_also",
    value:"https://bugzilla.opensuse.org/show_bug.cgi?id=960668"
  );
  script_set_attribute(
    attribute:"solution", 
    value:"Update the affected gajim packages."
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:N");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:gajim");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:gajim-lang");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:42.1");

  script_set_attribute(attribute:"patch_publication_date", value:"2016/01/13");
  script_set_attribute(attribute:"plugin_publication_date", value:"2016/01/25");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2016-2021 Tenable Network Security, Inc.");
  script_family(english:"SuSE Local Security Checks");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list");

  exit(0);
}


include("audit.inc");
include("global_settings.inc");
include("rpm.inc");

if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/SuSE/release");
if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
if (release !~ "^(SUSE42\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "42.1", release);
if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);



flag = 0;

if ( rpm_check(release:"SUSE42.1", reference:"gajim-0.16.5-4.1") ) flag++;
if ( rpm_check(release:"SUSE42.1", reference:"gajim-lang-0.16.5-4.1") ) flag++;

if (flag)
{
  if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
  else security_warning(0);
  exit(0);
}
else
{
  tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, "gajim / gajim-lang");
}

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

19 Jan 2021 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 35.4
CVSS 25.8
EPSS0.00556
27