FreeBSD Ports gnutls package information and vulnerabilitie
Reporter | Title | Published | Views | Family All 44 |
---|---|---|---|---|
![]() | GnuTLS -- multiple vulnerabilities | 21 May 200900:00 | – | freebsd |
![]() | GLSA-200905-04 : GnuTLS: Multiple vulnerabilities | 26 May 200900:00 | – | nessus |
![]() | Mandriva Linux Security Advisory : gnutls (MDVSA-2009:116) | 19 May 200900:00 | – | nessus |
![]() | FreeBSD : GnuTLS -- multiple vulnerabilities (b31a1088-460f-11de-a11a-0022156e8794) | 20 Aug 200900:00 | – | nessus |
![]() | Slackware 12.0 / 12.1 / 12.2 / current : gnutls (SSA:2009-128-01) | 11 May 200900:00 | – | nessus |
![]() | Mandriva Linux Security Advisory : gnutls (MDVSA-2009:308) | 4 Dec 200900:00 | – | nessus |
![]() | gnutls multiple security vulnerabilities | 19 May 200900:00 | – | securityvulns |
![]() | [Full-disclosure] [ MDVSA-2009:116 ] gnutls | 19 May 200900:00 | – | securityvulns |
![]() | Gentoo Security Advisory GLSA 200905-04 (gnutls) | 25 May 200900:00 | – | openvas |
![]() | FreeBSD Ports: gnutls | 2 Sep 200900:00 | – | openvas |
# SPDX-FileCopyrightText: 2009 E-Soft Inc.
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.64785");
script_version("2023-07-26T05:05:09+0000");
script_tag(name:"last_modification", value:"2023-07-26 05:05:09 +0000 (Wed, 26 Jul 2023)");
script_tag(name:"creation_date", value:"2009-09-02 04:58:39 +0200 (Wed, 02 Sep 2009)");
script_cve_id("CVE-2009-1415", "CVE-2009-1416", "CVE-2009-1417");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("FreeBSD Ports: gnutls");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 E-Soft Inc.");
script_family("FreeBSD Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/freebsd", "ssh/login/freebsdrel");
script_tag(name:"insight", value:"The following packages are affected:
gnutls
gnutls-devel
CVE-2009-1415
lib/pk-libgcrypt.c in libgnutls in GnuTLS before 2.6.6 does not
properly handle invalid DSA signatures, which allows remote attackers
to cause a denial of service (application crash) and possibly have
unspecified other impact via a malformed DSA key that triggers a (1)
free of an uninitialized pointer or (2) double free.
CVE-2009-1416
lib/gnutls_pk.c in libgnutls in GnuTLS 2.5.0 through 2.6.5 generates
RSA keys stored in DSA structures, instead of the intended DSA keys,
which might allow remote attackers to spoof signatures on certificates
or have unspecified other impact by leveraging an invalid DSA key.
CVE-2009-1417
gnutls-cli in GnuTLS before 2.6.6 does not verify the activation and
expiration times of X.509 certificates, which allows remote attackers
to successfully present a certificate that is (1) not yet valid or (2)
no longer valid, related to lack of time checks in the
_gnutls_x509_verify_certificate function in lib/x509/verify.c in
libgnutls_x509, as used by (a) Exim, (b) OpenLDAP, and (c) libsoup.");
script_tag(name:"solution", value:"Update your system with the appropriate patches or
software upgrades.");
script_xref(name:"URL", value:"http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3515");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34783");
script_xref(name:"URL", value:"http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3516");
script_xref(name:"URL", value:"http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3517");
script_xref(name:"URL", value:"http://www.vuxml.org/freebsd/b31a1088-460f-11de-a11a-0022156e8794.html");
script_tag(name:"summary", value:"The remote host is missing an update to the system
as announced in the referenced advisory.");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-bsd.inc");
vuln = FALSE;
txt = "";
bver = portver(pkg:"gnutls");
if(!isnull(bver) && revcomp(a:bver, b:"2.6.6")<0) {
txt += 'Package gnutls version ' + bver + ' is installed which is known to be vulnerable.\n';
vuln = TRUE;
}
bver = portver(pkg:"gnutls-devel");
if(!isnull(bver) && revcomp(a:bver, b:"2.7.8")<0) {
txt += 'Package gnutls-devel version ' + bver + ' is installed which is known to be vulnerable.\n';
vuln = TRUE;
}
if(vuln) {
security_message(data:txt);
} else if (__pkg_match) {
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