FreeBSD Ports: openssl, openssl-beta security updat
Reporter | Title | Published | Views | Family All 86 |
---|---|---|---|---|
![]() | CAN-2004-0079 | 6 Aug 202410:14 | – | cve |
![]() | CVE-2004-0079 | 23 Nov 200405:00 | – | cve |
![]() | CVE-2005-1730 | 3 Mar 200723:00 | – | cve |
![]() | CVE-2004-0079 | 18 Mar 200405:00 | – | cvelist |
![]() | CVE-2005-1730 | 3 Mar 200723:00 | – | cvelist |
![]() | openssl, openssl095a, openssl096 security update | 3 Nov 200505:24 | – | centos |
![]() | FreeBSD : OpenSSL ChangeCipherSpec denial-of-service vulnerability (132) | 6 Jul 200400:00 | – | nessus |
![]() | RHEL 2.1 : openssl (RHSA-2005:829) | 4 Nov 200500:00 | – | nessus |
![]() | OpenSSL 0.9.6c < 0.9.6m Vulnerability | 7 Jun 202400:00 | – | nessus |
![]() | CentOS 3 / 4 : openssl096b (CESA-2005:830) | 3 Jul 200600:00 | – | nessus |
Source | Link |
---|---|
securityfocus | www.securityfocus.com/bid/9899 |
vuxml | www.vuxml.org/freebsd/68233cba-7774-11d8-89ed-0020ed76ef5a.html |
openssl | www.openssl.org/news/secadv_20040317.txt |
# SPDX-FileCopyrightText: 2008 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.52470");
script_version("2024-01-01T05:05:52+0000");
script_tag(name:"last_modification", value:"2024-01-01 05:05:52 +0000 (Mon, 01 Jan 2024)");
script_tag(name:"creation_date", value:"2008-09-04 20:41:11 +0200 (Thu, 04 Sep 2008)");
script_cve_id("CVE-2004-0079");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-12-28 15:33:00 +0000 (Thu, 28 Dec 2023)");
script_name("FreeBSD Ports: openssl, openssl-beta");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2008 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:
openssl
openssl-beta
CVE-2004-0079
The do_change_cipher_spec function in OpenSSL 0.9.6c to 0.9.6k, and
0.9.7a to 0.9.7c, allows remote attackers to cause a denial of service
(crash) via a crafted SSL/TLS handshake that triggers a null
dereference.");
script_tag(name:"solution", value:"Update your system with the appropriate patches or
software upgrades.");
script_xref(name:"URL", value:"http://www.openssl.org/news/secadv_20040317.txt");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/9899");
script_xref(name:"URL", value:"http://www.vuxml.org/freebsd/68233cba-7774-11d8-89ed-0020ed76ef5a.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:"openssl");
if(!isnull(bver) && revcomp(a:bver, b:"0.9.7d")<0) {
txt += 'Package openssl version ' + bver + ' is installed which is known to be vulnerable.\n';
vuln = TRUE;
}
bver = portver(pkg:"openssl-beta");
if(!isnull(bver) && revcomp(a:bver, b:"0.9.7d")<0) {
txt += 'Package openssl-beta 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