FreeBSD Ports: raptor2 update availabl
Reporter | Title | Published | Views | Family All 87 |
---|---|---|---|---|
![]() | Mandriva Update for raptor MDVSA-2012:061 (raptor) | 3 Aug 201200:00 | – | openvas |
![]() | CentOS Update for openoffice.org-base CESA-2012:0411 centos5 | 30 Jul 201200:00 | – | openvas |
![]() | SUSE: Security Advisory (SUSE-SU-2012:0413-1) | 9 Jun 202100:00 | – | openvas |
![]() | Mandriva Update for raptor MDVSA-2012:061 (raptor) | 3 Aug 201200:00 | – | openvas |
![]() | RedHat Update for raptor RHSA-2012:0410-01 | 9 Jul 201200:00 | – | openvas |
![]() | CentOS Update for raptor CESA-2012:0410 centos6 | 30 Jul 201200:00 | – | openvas |
![]() | Fedora Update for raptor FEDORA-2012-10590 | 3 Aug 201200:00 | – | openvas |
![]() | Mandriva Update for libreoffice MDVSA-2012:063 (libreoffice) | 3 Aug 201200:00 | – | openvas |
![]() | Ubuntu Update for raptor2 USN-1901-1 | 9 Jul 201300:00 | – | openvas |
![]() | Fedora Update for raptor2 FEDORA-2012-4663 | 13 Apr 201200:00 | – | openvas |
# SPDX-FileCopyrightText: 2012 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.71289");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2012-0037");
script_version("2024-02-16T05:06:55+0000");
script_tag(name:"last_modification", value:"2024-02-16 05:06:55 +0000 (Fri, 16 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2024-02-15 03:22:33 +0000 (Thu, 15 Feb 2024)");
script_tag(name:"creation_date", value:"2012-04-30 07:59:26 -0400 (Mon, 30 Apr 2012)");
script_name("FreeBSD Ports: raptor2");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2012 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:
raptor2
raptor");
script_tag(name:"solution", value:"Update your system with the appropriate patches or
software upgrades.");
script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2012/Mar/281");
script_xref(name:"URL", value:"http://www.vsecurity.com/resources/advisory/20120324-1/");
script_xref(name:"URL", value:"http://www.vuxml.org/freebsd/60f81af3-7690-11e1-9423-00235a5f2c9a.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:"raptor2");
if(!isnull(bver) && revcomp(a:bver, b:"2.0.7")<0) {
txt += "Package raptor2 version " + bver + " is installed which is known to be vulnerable.\n";
vuln = TRUE;
}
bver = portver(pkg:"raptor");
if(!isnull(bver) && revcomp(a:bver, b:"1.4.21_2")<0) {
txt += "Package raptor 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