The remote host is missing an update to the system as announced in the referenced advisory. Package openssl version is vulnerable
Reporter | Title | Published | Views | Family All 122 |
---|---|---|---|---|
![]() | openSUSE Security Update : libopenssl-devel (openSUSE-SU-2011:1144-1) | 13 Jun 201400:00 | โ | nessus |
![]() | FreeBSD : OpenSSL -- multiple vulnerabilities (2ecb7b20-d97e-11e0-b2e2-00215c6a37bb) | 8 Sep 201100:00 | โ | nessus |
![]() | openSUSE Security Update : libopenssl-devel (openSUSE-SU-2011:1144-1) | 13 Jun 201400:00 | โ | nessus |
![]() | Mandriva Linux Security Advisory : openssl (MDVSA-2011:137) | 29 Sep 201100:00 | โ | nessus |
![]() | OpenSSL 1.0.0 < 1.0.0e Multiple Vulnerabilities | 12 Sep 201100:00 | โ | nessus |
![]() | Fedora 16 : openssl-1.0.0e-1.fc16 (2011-12233) | 12 Sep 201100:00 | โ | nessus |
![]() | Amazon Linux AMI : openssl (ALAS-2011-4) | 12 Oct 201400:00 | โ | nessus |
![]() | Fedora 14 : openssl-1.0.0e-1.fc14 (2011-12281) | 12 Sep 201100:00 | โ | nessus |
![]() | RHEL 6 : openssl (RHSA-2011:1409) | 27 Oct 201100:00 | โ | nessus |
![]() | Oracle Linux 6 : openssl (ELSA-2011-1409) | 12 Jul 201300:00 | โ | nessus |
# SPDX-FileCopyrightText: 2011 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.70248");
script_version("2023-11-02T05:05:26+0000");
script_tag(name:"last_modification", value:"2023-11-02 05:05:26 +0000 (Thu, 02 Nov 2023)");
script_tag(name:"creation_date", value:"2011-09-21 05:47:11 +0200 (Wed, 21 Sep 2011)");
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_cve_id("CVE-2011-3207", "CVE-2011-3210");
script_name("FreeBSD Ports: openssl");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 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 package is affected: openssl");
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_20110906.txt");
script_xref(name:"URL", value:"http://www.vuxml.org/freebsd/2ecb7b20-d97e-11e0-b2e2-00215c6a37bb.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:"1.0.0")>=0 && revcomp(a:bver, b:"1.0.0_6")<0) {
txt += 'Package openssl version ' + bver + ' is installed which is known to be vulnerable.\n';
vuln = TRUE;
}
if(!isnull(bver) && revcomp(a:bver, b:"0.9.8")>=0 && revcomp(a:bver, b:"1.0.0")<0) {
txt += 'Package openssl 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