Lucene search

K

FreeBSD Ports: firefox

๐Ÿ—“๏ธย 21 Aug 2010ย 00:00:00Reported byย Copyright (C) 2010 E-Soft Inc.Typeย 
openvas
ย openvas
๐Ÿ”—ย plugins.openvas.org๐Ÿ‘ย 25ย Views

FreeBSD Ports: firefox package vulnerabilit

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-2755
30 Jul 201013:26
โ€“cve
CVE
CVE-2010-1214
30 Jul 201020:30
โ€“cve
OpenVAS
FreeBSD Ports: firefox
21 Aug 201000:00
โ€“openvas
OpenVAS
Mandriva Update for firefox MDVSA-2010:147 (firefox)
13 Aug 201000:00
โ€“openvas
OpenVAS
Mandriva Update for firefox MDVSA-2010:147 (firefox)
13 Aug 201000:00
โ€“openvas
OpenVAS
RedHat Update for seamonkey RHSA-2010:0557-01
26 Jul 201000:00
โ€“openvas
OpenVAS
Fedora Update for xulrunner FEDORA-2010-11452
30 Jul 201000:00
โ€“openvas
OpenVAS
Fedora Update for xulrunner FEDORA-2010-11472
30 Jul 201000:00
โ€“openvas
OpenVAS
RedHat Update for firefox RHSA-2010:0556-01
26 Jul 201000:00
โ€“openvas
OpenVAS
Fedora Update for xulrunner FEDORA-2010-11472
30 Jul 201000:00
โ€“openvas
Rows per page
# SPDX-FileCopyrightText: 2010 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.67865");
  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:"2010-08-21 08:54:16 +0200 (Sat, 21 Aug 2010)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2010-2755");
  script_name("FreeBSD Ports: firefox");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 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:

  firefox
   linux-firefox

CVE-2010-2755
layout/generic/nsObjectFrame.cpp in Mozilla Firefox 3.6.7 does not
properly free memory in the parameter array of a plugin instance,
which allows remote attackers to cause a denial of service (memory
corruption) or possibly execute arbitrary code via a crafted HTML
document, related to the DATA and SRC attributes of an OBJECT element.
NOTE: this vulnerability exists because of an incorrect fix for
CVE-2010-1214.");

  script_tag(name:"solution", value:"Update your system with the appropriate patches or
  software upgrades.");

  script_xref(name:"URL", value:"https://www.mozilla.org/security/announce/2010/mfsa2010-48.html");
  script_xref(name:"URL", value:"http://www.vuxml.org/freebsd/c2eac2b5-9a7d-11df-8e32-000f20797ede.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:"firefox");
if(!isnull(bver) && revcomp(a:bver, b:"3.6.*,1")>0 && revcomp(a:bver, b:"3.6.8,1")<0) {
  txt += 'Package firefox version ' + bver + ' is installed which is known to be vulnerable.\n';
  vuln = TRUE;
}
bver = portver(pkg:"linux-firefox");
if(!isnull(bver) && revcomp(a:bver, b:"3.6.8,1")<0) {
  txt += 'Package linux-firefox 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
21 Aug 2010 00:00Current
9.5High risk
Vulners AI Score9.5
CVSS210
EPSS0.606
25
.json
Report