Vulnerabilities > CVE-2007-0776 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Mozilla Firefox
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Heap-based buffer overflow in the _cairo_pen_init function in Mozilla Firefox 2.x before 2.0.0.2, Thunderbird before 1.5.0.10, and SeaMonkey before 1.0.8 allows remote attackers to execute arbitrary code via a large stroke-width attribute in the clipPath element in an SVG file.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Nessus
NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-431-1.NASL description The SSLv2 protocol support in the NSS library did not sufficiently check the validity of public keys presented with a SSL certificate. A malicious SSL website using SSLv2 could potentially exploit this to execute arbitrary code with the user last seen 2020-06-01 modified 2020-06-02 plugin id 28025 published 2007-11-10 reporter Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/28025 title Ubuntu 5.10 / 6.06 LTS / 6.10 : mozilla-thunderbird vulnerabilities (USN-431-1) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Ubuntu Security Notice USN-431-1. The text # itself is copyright (C) Canonical, Inc. See # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered # trademark of Canonical, Inc. # include("compat.inc"); if (description) { script_id(28025); script_version("1.17"); script_cvs_date("Date: 2019/08/02 13:33:01"); script_cve_id("CVE-2007-0008", "CVE-2007-0009", "CVE-2007-0775", "CVE-2007-0776", "CVE-2007-0777"); script_bugtraq_id(22694); script_xref(name:"USN", value:"431-1"); script_name(english:"Ubuntu 5.10 / 6.06 LTS / 6.10 : mozilla-thunderbird vulnerabilities (USN-431-1)"); script_summary(english:"Checks dpkg output for updated packages."); script_set_attribute( attribute:"synopsis", value: "The remote Ubuntu host is missing one or more security-related patches." ); script_set_attribute( attribute:"description", value: "The SSLv2 protocol support in the NSS library did not sufficiently check the validity of public keys presented with a SSL certificate. A malicious SSL website using SSLv2 could potentially exploit this to execute arbitrary code with the user's privileges. (CVE-2007-0008) The SSLv2 protocol support in the NSS library did not sufficiently verify the validity of client master keys presented in an SSL client certificate. A remote attacker could exploit this to execute arbitrary code in a server application that uses the NSS library. (CVE-2007-0009) Various flaws have been reported that could allow an attacker to execute arbitrary code with user privileges by tricking the user into opening a malicious web page. (CVE-2007-0775, CVE-2007-0776, CVE-2007-0777). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); script_set_attribute( attribute:"see_also", value:"https://usn.ubuntu.com/431-1/" ); script_set_attribute(attribute:"solution", value:"Update the affected packages."); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available"); script_set_attribute(attribute:"exploit_available", value:"false"); script_cwe_id(119, 189); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:mozilla-thunderbird"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:mozilla-thunderbird-dev"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:mozilla-thunderbird-inspector"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:mozilla-thunderbird-typeaheadfind"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:5.10"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:6.06:-:lts"); script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:6.10"); script_set_attribute(attribute:"patch_publication_date", value:"2007/03/06"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/11/10"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"Ubuntu Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l"); exit(0); } include("audit.inc"); include("ubuntu.inc"); include("misc_func.inc"); if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/Ubuntu/release"); if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu"); release = chomp(release); if (! ereg(pattern:"^(5\.10|6\.06|6\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 5.10 / 6.06 / 6.10", "Ubuntu " + release); if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu); flag = 0; if (ubuntu_check(osver:"5.10", pkgname:"mozilla-thunderbird", pkgver:"1.5.0.10-0ubuntu0.5.10")) flag++; if (ubuntu_check(osver:"5.10", pkgname:"mozilla-thunderbird-dev", pkgver:"1.5.0.10-0ubuntu0.5.10")) flag++; if (ubuntu_check(osver:"5.10", pkgname:"mozilla-thunderbird-inspector", pkgver:"1.5.0.10-0ubuntu0.5.10")) flag++; if (ubuntu_check(osver:"5.10", pkgname:"mozilla-thunderbird-typeaheadfind", pkgver:"1.5.0.10-0ubuntu0.5.10")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"mozilla-thunderbird", pkgver:"1.5.0.10-0ubuntu0.6.06")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"mozilla-thunderbird-dev", pkgver:"1.5.0.10-0ubuntu0.6.06")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"mozilla-thunderbird-inspector", pkgver:"1.5.0.10-0ubuntu0.6.06")) flag++; if (ubuntu_check(osver:"6.06", pkgname:"mozilla-thunderbird-typeaheadfind", pkgver:"1.5.0.10-0ubuntu0.6.06")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"mozilla-thunderbird", pkgver:"1.5.0.10-0ubuntu0.6.10")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"mozilla-thunderbird-dev", pkgver:"1.5.0.10-0ubuntu0.6.10")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"mozilla-thunderbird-inspector", pkgver:"1.5.0.10-0ubuntu0.6.10")) flag++; if (ubuntu_check(osver:"6.10", pkgname:"mozilla-thunderbird-typeaheadfind", pkgver:"1.5.0.10-0ubuntu0.6.10")) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_HOLE, extra : ubuntu_report_get() ); exit(0); } else { tested = ubuntu_pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mozilla-thunderbird / mozilla-thunderbird-dev / etc"); }
NASL family Fedora Local Security Checks NASL id FEDORA_2007-293.NASL description The remote Fedora Core host is missing one or more security updates : epiphany-2.16.3-2.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 2.16.3-2 - Rebuild against newer gecko devhelp-0.12-10.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 0.12.6-10 - Rebuild against newer gecko yelp-2.16.0-12.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 2.16.0-12 - Rebuild against newer gecko firefox-1.5.0.10-1.fc6 : - Mon Feb 26 2007 - 1.5.0.10-1.fc6 - Rebuild against firefox-1.5.0.10. gnome-python2-extras-2.14.2-9.fc6 : - Mon Feb 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.2-9.fc6 - Rebuild against firefox-1.5.0.10. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24729 published 2007-02-28 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24729 title Fedora Core 6 : devhelp-0.12-10.fc6 / epiphany-2.16.3-2.fc6 / firefox-1.5.0.10-1.fc6 / etc (2007-293) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Fedora Security Advisory 2007-293. # include("compat.inc"); if (description) { script_id(24729); script_version ("1.15"); script_cvs_date("Date: 2019/08/02 13:32:25"); script_cve_id("CVE-2006-6077", "CVE-2007-0008", "CVE-2007-0775", "CVE-2007-0776", "CVE-2007-0777", "CVE-2007-0778", "CVE-2007-0779", "CVE-2007-0780", "CVE-2007-0800", "CVE-2007-0981", "CVE-2007-0995", "CVE-2007-0996"); script_xref(name:"FEDORA", value:"2007-293"); script_name(english:"Fedora Core 6 : devhelp-0.12-10.fc6 / epiphany-2.16.3-2.fc6 / firefox-1.5.0.10-1.fc6 / etc (2007-293)"); script_summary(english:"Checks rpm output for the updated packages."); script_set_attribute( attribute:"synopsis", value:"The remote Fedora Core host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "The remote Fedora Core host is missing one or more security updates : epiphany-2.16.3-2.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 2.16.3-2 - Rebuild against newer gecko devhelp-0.12-10.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 0.12.6-10 - Rebuild against newer gecko yelp-2.16.0-12.fc6 : - Mon Feb 26 2007 Martin Stransky <stransky at redhat.com> - 2.16.0-12 - Rebuild against newer gecko firefox-1.5.0.10-1.fc6 : - Mon Feb 26 2007 - 1.5.0.10-1.fc6 - Rebuild against firefox-1.5.0.10. gnome-python2-extras-2.14.2-9.fc6 : - Mon Feb 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.2-9.fc6 - Rebuild against firefox-1.5.0.10. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues." ); # https://lists.fedoraproject.org/pipermail/package-announce/2007-February/001517.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?890f4065" ); # https://lists.fedoraproject.org/pipermail/package-announce/2007-February/001518.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?ac2d44c4" ); # https://lists.fedoraproject.org/pipermail/package-announce/2007-February/001519.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?125c2932" ); # https://lists.fedoraproject.org/pipermail/package-announce/2007-February/001520.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?7e42849e" ); # https://lists.fedoraproject.org/pipermail/package-announce/2007-February/001521.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?327e8f1b" ); script_set_attribute(attribute:"solution", value:"Update the affected packages."); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_cwe_id(79, 119, 189); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:devhelp"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:devhelp-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:devhelp-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:epiphany"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:epiphany-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:epiphany-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:firefox"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:firefox-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:firefox-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-extras"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-extras-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-gtkhtml2"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-gtkmozembed"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-gtkspell"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-libegg"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:yelp"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:yelp-debuginfo"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora_core:6"); script_set_attribute(attribute:"patch_publication_date", value:"2007/02/27"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/02/28"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-2019 Tenable Network Security, Inc."); script_family(english:"Fedora Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/RedHat/release"); if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora"); os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora"); os_ver = os_ver[1]; if (! ereg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 6.x", "Fedora " + os_ver); if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu); flag = 0; if (rpm_check(release:"FC6", reference:"devhelp-0.12-10.fc6")) flag++; if (rpm_check(release:"FC6", reference:"devhelp-debuginfo-0.12-10.fc6")) flag++; if (rpm_check(release:"FC6", reference:"devhelp-devel-0.12-10.fc6")) flag++; if (rpm_check(release:"FC6", reference:"epiphany-2.16.3-2.fc6")) flag++; if (rpm_check(release:"FC6", reference:"epiphany-debuginfo-2.16.3-2.fc6")) flag++; if (rpm_check(release:"FC6", reference:"epiphany-devel-2.16.3-2.fc6")) flag++; if (rpm_check(release:"FC6", reference:"firefox-1.5.0.10-1.fc6")) flag++; if (rpm_check(release:"FC6", reference:"firefox-debuginfo-1.5.0.10-1.fc6")) flag++; if (rpm_check(release:"FC6", reference:"firefox-devel-1.5.0.10-1.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-extras-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-extras-debuginfo-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-gtkhtml2-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-gtkmozembed-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-gtkspell-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"gnome-python2-libegg-2.14.2-9.fc6")) flag++; if (rpm_check(release:"FC6", reference:"yelp-2.16.0-12.fc6")) flag++; if (rpm_check(release:"FC6", reference:"yelp-debuginfo-2.16.0-12.fc6")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "devhelp / devhelp-debuginfo / devhelp-devel / epiphany / etc"); }
NASL family SuSE Local Security Checks NASL id SUSE_SEAMONKEY-2811.NASL description This security update brings Mozilla SeaMonkey to version 1.0.8. Please also see http://www.mozilla.org/projects/security/known-vulnerabilities.html for more details. It includes fixes to the following security problems : - MFSA 2007-01: As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-02: Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. - MFSA 2007-03/CVE-2007-0778: AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. - MFSA 2007-04/CVE-2007-0779: David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. - MFSA 2007-05: Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files (CVE-2007-0800). - MFSA 2007-06: Two buffer overflows were found in the NSS handling of Mozilla. CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 27440 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27440 title openSUSE 10 Security Update : seamonkey (seamonkey-2811) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update seamonkey-2811. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(27440); script_version ("1.16"); script_cvs_date("Date: 2019/10/25 13:36:30"); script_cve_id("CVE-2006-6077", "CVE-2007-0008", "CVE-2007-0009", "CVE-2007-0775", "CVE-2007-0776", "CVE-2007-0777", "CVE-2007-0778", "CVE-2007-0779", "CVE-2007-0780", "CVE-2007-0800", "CVE-2007-0981", "CVE-2007-0995", "CVE-2007-0996"); script_name(english:"openSUSE 10 Security Update : seamonkey (seamonkey-2811)"); script_summary(english:"Check for the seamonkey-2811 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "This security update brings Mozilla SeaMonkey to version 1.0.8. Please also see http://www.mozilla.org/projects/security/known-vulnerabilities.html for more details. It includes fixes to the following security problems : - MFSA 2007-01: As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-02: Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. - MFSA 2007-03/CVE-2007-0778: AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. - MFSA 2007-04/CVE-2007-0779: David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. - MFSA 2007-05: Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files (CVE-2007-0800). - MFSA 2007-06: Two buffer overflows were found in the NSS handling of Mozilla. CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire 'Master Secret'. Exploiting this overflow appears to be unreliable but possible if the SSLv2 protocol is enabled. CVE-2007-0009: Servers that use NSS for the SSLv2 protocol can be exploited by a client that presents a 'Client Master Key' with invalid length values in any of several fields that are used without adequate error checking. This can lead to a buffer overflow that presumably could be exploitable. - MFSA 2007-06/CVE-2007-0981: Michal Zalewski demonstrated that setting location.hostname to a value with embedded null characters can confuse the browsers domain checks. Setting the value triggers a load, but the networking software reads the hostname only up to the null character while other checks for 'parent domain' start at the right and so can have a completely different idea of what the current host is." ); script_set_attribute( attribute:"see_also", value:"http://www.mozilla.org/projects/security/known-vulnerabilities.html" ); script_set_attribute( attribute:"solution", value:"Update the affected seamonkey packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C"); script_cwe_id(79, 119, 189); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-calendar"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-dom-inspector"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-irc"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-mail"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-spellchecker"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:seamonkey-venkman"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:10.1"); script_set_attribute(attribute:"patch_publication_date", value:"2007/03/13"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/10/17"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-2019 Tenable Network Security, Inc."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE10\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "10.1", release); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); ourarch = get_kb_item("Host/cpu"); if (!ourarch) audit(AUDIT_UNKNOWN_ARCH); if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch); flag = 0; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-calendar-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-dom-inspector-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-irc-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-mail-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-spellchecker-1.0.8-0.1") ) flag++; if ( rpm_check(release:"SUSE10.1", reference:"seamonkey-venkman-1.0.8-0.1") ) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "seamonkey"); }
NASL family Fedora Local Security Checks NASL id FEDORA_2007-309.NASL description - Thu Mar 1 2007 Martin Stransky <stransky at redhat.com> 1.5.0.10-1 - Update to 1.5.0.10 - Tue Dec 19 2006 Matthias Clasen <mclasen at redhat.com> 1.5.0.9-2 - Add a Requires: launchmail (#219884) - Tue Dec 19 2006 Christopher Aillon <caillon at redhat.com> 1.5.0.9-1 - Update to 1.5.0.9 - Take firefox last seen 2020-06-01 modified 2020-06-02 plugin id 24769 published 2007-03-06 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24769 title Fedora Core 5 : thunderbird-1.5.0.10-1.fc5 (2007-309) NASL family SuSE Local Security Checks NASL id SUSE_SEAMONKEY-2691.NASL description This security update brings Mozilla SeaMonkey to version 1.1.1. http://www.mozilla.org/projects/security/known-vulnerabilities.html for more details. It includes fixes to the following security problems : - MFSA 2007-01: As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-02: Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. - MFSA 2007-03/CVE-2007-0778: AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. - MFSA 2007-04/CVE-2007-0779: David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. - MFSA 2007-05: Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files (CVE-2007-0800). - MFSA 2007-06: Two buffer overflows were found in the NSS handling of Mozilla. CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 27439 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27439 title openSUSE 10 Security Update : seamonkey (seamonkey-2691) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2007-066-05.NASL description A new seamonkey package is available for Slackware 11.0 to fix security issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24791 published 2007-03-12 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24791 title Slackware 11.0 : seamonkey (SSA:2007-066-05) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2007-066-04.NASL description New mozilla-thunderbird packages are available for Slackware 10.2, and 11.0 to fix security issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24790 published 2007-03-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24790 title Slackware 10.2 / 11.0 : mozilla-thunderbird (SSA:2007-066-04) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200703-04.NASL description The remote host is affected by the vulnerability described in GLSA-200703-04 (Mozilla Firefox: Multiple vulnerabilities) Tom Ferris reported a heap-based buffer overflow involving wide SVG stroke widths that affects Mozilla Firefox 2 only. Various researchers reported some errors in the JavaScript engine potentially leading to memory corruption. Mozilla Firefox also contains minor vulnerabilities involving cache collision and unsafe pop-up restrictions, filtering or CSS rendering under certain conditions. Impact : An attacker could entice a user to view a specially crafted web page that will trigger one of the vulnerabilities, possibly leading to the execution of arbitrary code. It is also possible for an attacker to spoof the address bar, steal information through cache collision, bypass the local files protection mechanism with pop-ups, or perform cross-site scripting attacks, leading to the exposure of sensitive information, like user credentials. Workaround : There is no known workaround at this time for all of these issues, but most of them can be avoided by disabling JavaScript. last seen 2020-06-01 modified 2020-06-02 plugin id 24771 published 2007-03-06 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24771 title GLSA-200703-04 : Mozilla Firefox: Multiple vulnerabilities NASL family Windows NASL id MOZILLA_FIREFOX_15010.NASL description The installed version of Firefox is affected by various security issues, some of which could lead to execution of arbitrary code on the affected host subject to the user last seen 2020-06-01 modified 2020-06-02 plugin id 24701 published 2007-02-24 reporter This script is Copyright (C) 2007-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24701 title Firefox < 1.5.0.10 / 2.0.0.2 Multiple Vulnerabilities NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-428-1.NASL description Several flaws have been found that could be used to perform Cross-site scripting attacks. A malicious website could exploit these to modify the contents or steal confidential data (such as passwords) from other opened web pages. (CVE-2006-6077, CVE-2007-0780, CVE-2007-0800, CVE-2007-0981, CVE-2007-0995, CVE-2007-0996) The SSLv2 protocol support in the NSS library did not sufficiently check the validity of public keys presented with a SSL certificate. A malicious SSL website using SSLv2 could potentially exploit this to execute arbitrary code with the user last seen 2020-06-01 modified 2020-06-02 plugin id 28021 published 2007-11-10 reporter Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/28021 title Ubuntu 5.10 / 6.06 LTS / 6.10 : firefox vulnerabilities (USN-428-1) NASL family Fedora Local Security Checks NASL id FEDORA_2007-308.NASL description - Thu Mar 1 2007 Martin Stransky <stransky at redhat.com> 1.5.0.10-1 - Update to 1.5.0.10 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24768 published 2007-03-06 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24768 title Fedora Core 6 : thunderbird-1.5.0.10-1.fc6 (2007-308) NASL family Windows NASL id MOZILLA_THUNDERBIRD_15010.NASL description The remote version of Mozilla Thunderbird suffers from various security issues, one of which may lead to execution of arbitrary code on the affected host subject to the user last seen 2020-06-01 modified 2020-06-02 plugin id 24748 published 2007-03-02 reporter This script is Copyright (C) 2007-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24748 title Mozilla Thunderbird < 1.5.0.10 Multiple Vulnerabilities NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200703-18.NASL description The remote host is affected by the vulnerability described in GLSA-200703-18 (Mozilla Thunderbird: Multiple vulnerabilities) Georgi Guninski reported a possible integer overflow in the code handling text/enhanced or text/richtext MIME emails. Additionally, various researchers reported errors in the JavaScript engine potentially leading to memory corruption. Additionally, the binary version of Mozilla Thunderbird includes a vulnerable NSS library which contains two possible buffer overflows involving the SSLv2 protocol. Impact : An attacker could entice a user to read a specially crafted email that could trigger one of the vulnerabilities, some of them being related to Mozilla Thunderbird last seen 2020-06-01 modified 2020-06-02 plugin id 24867 published 2007-03-19 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24867 title GLSA-200703-18 : Mozilla Thunderbird: Multiple vulnerabilities NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-428-2.NASL description USN-428-1 fixed vulnerabilities in Firefox 1.5. However, changes to library paths caused applications depending on libnss3 to fail to start up. This update fixes the problem. We apologize for the inconvenience. Several flaws have been found that could be used to perform Cross-site scripting attacks. A malicious website could exploit these to modify the contents or steal confidential data (such as passwords) from other opened web pages. (CVE-2006-6077, CVE-2007-0780, CVE-2007-0800, CVE-2007-0981, CVE-2007-0995, CVE-2007-0996) The SSLv2 protocol support in the NSS library did not sufficiently check the validity of public keys presented with a SSL certificate. A malicious SSL website using SSLv2 could potentially exploit this to execute arbitrary code with the user last seen 2020-06-01 modified 2020-06-02 plugin id 28022 published 2007-11-10 reporter Ubuntu Security Notice (C) 2007-2019 Canonical, Inc. / NASL script (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/28022 title Ubuntu 6.06 LTS : firefox regression (USN-428-2) NASL family Windows NASL id SEAMONKEY_108.NASL description The installed version of SeaMonkey contains various security issues, some of which may lead to execution of arbitrary code on the affected host subject to the user last seen 2020-06-01 modified 2020-06-02 plugin id 24735 published 2007-02-28 reporter This script is Copyright (C) 2007-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24735 title SeaMonkey < 1.0.8 Multiple Vulnerabilities NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2007-066-03.NASL description New mozilla-firefox packages are available for Slackware 10.2, and 11.0 to fix security issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24789 published 2007-03-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24789 title Slackware 10.2 / 11.0 : mozilla-firefox (SSA:2007-066-03) NASL family Mandriva Local Security Checks NASL id MANDRAKE_MDKSA-2007-052.NASL description A number of security vulnerabilities have been discovered and corrected in the latest Mozilla Thunderbird program, version 1.5.0.10. This update provides the latest Thunderbird to correct these issues. last seen 2020-06-01 modified 2020-06-02 plugin id 24778 published 2007-03-07 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24778 title Mandrake Linux Security Advisory : mozilla-thunderbird (MDKSA-2007:052) NASL family Mandriva Local Security Checks NASL id MANDRAKE_MDKSA-2007-050.NASL description A number of security vulnerabilities have been discovered and corrected in the latest Mozilla Firefox program, version 1.5.0.10. This update provides the latest Firefox to correct these issues. Update : A regression was found in the latest Firefox packages provided where changes to library paths caused applications that depended on the NSS libraries (such as Thunderbird and Evolution) to fail to start or fail to load certain SSL-related security components. These new packages correct that problem and we apologize for any inconvenience the previous update may have caused. last seen 2020-06-01 modified 2020-06-02 plugin id 24753 published 2007-03-02 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24753 title Mandrake Linux Security Advisory : mozilla-firefox (MDKSA-2007:050-1) NASL family SuSE Local Security Checks NASL id SUSE_MOZILLAFIREFOX-2647.NASL description This update brings Mozilla Firefox to security update version 2.0.0.2. - MFSA 2007-01: As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-02: Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. - MFSA 2007-03/CVE-2007-0778: AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. - MFSA 2007-04/CVE-2007-0779: David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. - MFSA 2007-05: Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files (CVE-2007-0800). - MFSA 2007-06: Two buffer overflows were found in the NSS handling of Mozilla. CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 27118 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27118 title openSUSE 10 Security Update : MozillaFirefox (MozillaFirefox-2647) NASL family SuSE Local Security Checks NASL id SUSE_MOZILLAFIREFOX-2699.NASL description This update brings Mozilla Firefox to security update version 1.5.0.10. - MFSA 2007-01: As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-02: Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. - MFSA 2007-03/CVE-2007-0778: AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. - MFSA 2007-04/CVE-2007-0779: David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. - MFSA 2007-05: Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files (CVE-2007-0800). - MFSA 2007-06: Two buffer overflows were found in the NSS handling of Mozilla. CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 27119 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27119 title openSUSE 10 Security Update : MozillaFirefox (MozillaFirefox-2699) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-200703-08.NASL description The remote host is affected by the vulnerability described in GLSA-200703-08 (SeaMonkey: Multiple vulnerabilities) Tom Ferris reported a heap-based buffer overflow involving wide SVG stroke widths that affects SeaMonkey. Various researchers reported some errors in the JavaScript engine potentially leading to memory corruption. SeaMonkey also contains minor vulnerabilities involving cache collision and unsafe pop-up restrictions, filtering or CSS rendering under certain conditions. All those vulnerabilities are the same as in GLSA 200703-04 affecting Mozilla Firefox. Impact : An attacker could entice a user to view a specially crafted web page or to read a specially crafted email that will trigger one of the vulnerabilities, possibly leading to the execution of arbitrary code. It is also possible for an attacker to spoof the address bar, steal information through cache collision, bypass the local file protection mechanism with pop-ups, or perform cross-site scripting attacks, leading to the exposure of sensitive information, such as user credentials. Workaround : There is no known workaround at this time for all of these issues, but most of them can be avoided by disabling JavaScript. Note that the execution of JavaScript is disabled by default in the SeaMonkey email client, and enabling it is strongly discouraged. last seen 2020-06-01 modified 2020-06-02 plugin id 24800 published 2007-03-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24800 title GLSA-200703-08 : SeaMonkey: Multiple vulnerabilities NASL family SuSE Local Security Checks NASL id SUSE_MOZILLAFIREFOX-2683.NASL description This update brings Mozilla Firefox to security update version 1.5.0.10. - As part of the Firefox 2.0.0.2 and 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine. (CVE-2007-0777). (MFSA 2007-01) - Various enhancements were done to make XSS exploits against websites less effective. These included fixes for invalid trailing characters (CVE-2007-0995), child frame character set inheritance (CVE-2007-0996), password form injection (CVE-2006-6077), and the Adobe Reader universal XSS problem. (MFSA 2007-02) - AAd reported a potential disk cache collision that could be exploited by remote attackers to steal confidential data or execute code. (MFSA 2007-03 / CVE-2007-0778) - David Eckel reported that browser UI elements--such as the host name and security indicators--could be spoofed by using a large, mostly transparent, custom cursor and adjusting the CSS3 hotspot property so that the visible part of the cursor floated outside the browser content area. (MFSA 2007-04 / CVE-2007-0779) - Manually opening blocked popups could be exploited by remote attackers to allow XSS attacks (CVE-2007-0780) or to execute code in local files. (CVE-2007-0800). (MFSA 2007-05) - Two buffer overflows were found in the NSS handling of Mozilla. (MFSA 2007-06) - SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 29359 published 2007-12-13 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/29359 title SuSE 10 Security Update : MozillaFirefox (ZYPP Patch Number 2683) NASL family SuSE Local Security Checks NASL id SUSE_MOZILLATHUNDERBIRD-2734.NASL description This update brings Mozilla Thunderbird to version 1.5.0.10. It contains stability fixes and some security fixes : - MFSA 2007-01: As part of the Thunderbird 1.5.0.10 update releases several bugs were fixed to improve the stability of the browser. Some of these were crashes that showed evidence of memory corruption and we presume that with enough effort at least some of these could be exploited to run arbitrary code. These fixes affected the layout engine (CVE-2007-0775), SVG renderer (CVE-2007-0776) and JavaScript engine (CVE-2007-0777). - MFSA 2007-06: CVE-2007-0008: SSL clients such as Firefox and Thunderbird can suffer a buffer overflow if a malicious server presents a certificate with a public key that is too small to encrypt the entire last seen 2020-06-01 modified 2020-06-02 plugin id 27129 published 2007-10-17 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27129 title openSUSE 10 Security Update : MozillaThunderbird (MozillaThunderbird-2734) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_12BD6ECFC43011DB95C5000C6EC775D9.NASL description The Mozilla Foundation reports of multiple security issues in Firefox, SeaMonkey, and Thunderbird. Several of these issues can probably be used to run arbitrary code with the privilege of the user running the program. - MFSA 2007-08 onUnload + document.write() memory corruption - MFSA 2007-07 Embedded nulls in location.hostname confuse same-domain checks - MFSA 2007-06 Mozilla Network Security Services (NSS) SSLv2 buffer overflow - MFSA 2007-05 XSS and local file access by opening blocked popups - MFSA 2007-04 Spoofing using custom cursor and CSS3 hotspot - MFSA 2007-03 Information disclosure through cache collisions - MFSA 2007-02 Improvements to help protect against Cross-Site Scripting attacks - MFSA 2007-01 Crashes with evidence of memory corruption (rv:1.8.0.10/1.8.1.2) last seen 2020-06-01 modified 2020-06-02 plugin id 24705 published 2007-02-26 reporter This script is Copyright (C) 2007-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/24705 title FreeBSD : mozilla -- multiple vulnerabilities (12bd6ecf-c430-11db-95c5-000c6ec775d9) NASL family Fedora Local Security Checks NASL id FEDORA_2007-281.NASL description - Thu Feb 22 2007 Martin Stransky <stransky at redhat.com> - 1.5.0.10-1 - Update to 1.5.0.10 - Wed Dec 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.9-1 - Update to 1.5.0.9 - Tue Nov 7 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.8-1 - Update to 1.5.0.8 - Fix up a few items in the download manager - Use the bullet character for password fields. - Add pango printing patch from Behdad. - Wed Sep 13 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.7-1 - Update to 1.5.0.7 - Bring in pango patches from rawhide to fix MathML and cursor positioning - Tue Aug 8 2006 Jesse Keating <jkeating at redhat.com> - 1.5.0.6-2 - Use dist tag - rebuild - Thu Aug 3 2006 Kai Engert <kengert at redhat.com> - 1.5.0.6-1.1.fc5 - Update to 1.5.0.6 - Thu Jul 27 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-1.1.fc5 - Update to 1.5.0.5 - Wed Jun 14 2006 Kai Engert <kengert at redhat.com> - 1.5.0.4-1.2.fc5 - Force last seen 2020-06-01 modified 2020-06-02 plugin id 24716 published 2007-02-27 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/24716 title Fedora Core 5 : firefox-1.5.0.10-1.fc5 (2007-281)
References
- http://fedoranews.org/cms/node/2713
- http://fedoranews.org/cms/node/2713
- http://fedoranews.org/cms/node/2728
- http://fedoranews.org/cms/node/2728
- http://fedoranews.org/cms/node/2747
- http://fedoranews.org/cms/node/2747
- http://fedoranews.org/cms/node/2749
- http://fedoranews.org/cms/node/2749
- http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00771742
- http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00771742
- http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00771742
- http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c00771742
- http://lists.suse.com/archive/suse-security-announce/2007-Mar/0001.html
- http://lists.suse.com/archive/suse-security-announce/2007-Mar/0001.html
- http://secunia.com/advisories/24205
- http://secunia.com/advisories/24205
- http://secunia.com/advisories/24238
- http://secunia.com/advisories/24238
- http://secunia.com/advisories/24252
- http://secunia.com/advisories/24252
- http://secunia.com/advisories/24293
- http://secunia.com/advisories/24293
- http://secunia.com/advisories/24320
- http://secunia.com/advisories/24320
- http://secunia.com/advisories/24328
- http://secunia.com/advisories/24328
- http://secunia.com/advisories/24333
- http://secunia.com/advisories/24333
- http://secunia.com/advisories/24384
- http://secunia.com/advisories/24384
- http://secunia.com/advisories/24389
- http://secunia.com/advisories/24389
- http://secunia.com/advisories/24393
- http://secunia.com/advisories/24393
- http://secunia.com/advisories/24406
- http://secunia.com/advisories/24406
- http://secunia.com/advisories/24410
- http://secunia.com/advisories/24410
- http://secunia.com/advisories/24437
- http://secunia.com/advisories/24437
- http://secunia.com/advisories/24455
- http://secunia.com/advisories/24455
- http://secunia.com/advisories/24456
- http://secunia.com/advisories/24456
- http://secunia.com/advisories/24457
- http://secunia.com/advisories/24457
- http://secunia.com/advisories/24522
- http://secunia.com/advisories/24522
- http://security.gentoo.org/glsa/glsa-200703-04.xml
- http://security.gentoo.org/glsa/glsa-200703-04.xml
- http://security.gentoo.org/glsa/glsa-200703-18.xml
- http://security.gentoo.org/glsa/glsa-200703-18.xml
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.338131
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.338131
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.363947
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.363947
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.374851
- http://slackware.com/security/viewer.php?l=slackware-security&y=2007&m=slackware-security.374851
- http://www.gentoo.org/security/en/glsa/glsa-200703-08.xml
- http://www.gentoo.org/security/en/glsa/glsa-200703-08.xml
- http://www.kb.cert.org/vuls/id/551436
- http://www.kb.cert.org/vuls/id/551436
- http://www.mandriva.com/security/advisories?name=MDKSA-2007:052
- http://www.mandriva.com/security/advisories?name=MDKSA-2007:052
- http://www.mozilla.org/security/announce/2007/mfsa2007-01.html
- http://www.mozilla.org/security/announce/2007/mfsa2007-01.html
- http://www.novell.com/linux/security/advisories/2007_22_mozilla.html
- http://www.novell.com/linux/security/advisories/2007_22_mozilla.html
- http://www.osvdb.org/32113
- http://www.osvdb.org/32113
- http://www.securityfocus.com/archive/1/461336/100/0/threaded
- http://www.securityfocus.com/archive/1/461336/100/0/threaded
- http://www.securityfocus.com/archive/1/461809/100/0/threaded
- http://www.securityfocus.com/archive/1/461809/100/0/threaded
- http://www.securityfocus.com/bid/22694
- http://www.securityfocus.com/bid/22694
- http://www.securitytracker.com/id?1017698
- http://www.securitytracker.com/id?1017698
- http://www.ubuntu.com/usn/usn-428-1
- http://www.ubuntu.com/usn/usn-428-1
- http://www.ubuntu.com/usn/usn-431-1
- http://www.ubuntu.com/usn/usn-431-1
- http://www.vupen.com/english/advisories/2007/0718
- http://www.vupen.com/english/advisories/2007/0718
- http://www.vupen.com/english/advisories/2007/0719
- http://www.vupen.com/english/advisories/2007/0719
- http://www.vupen.com/english/advisories/2008/0083
- http://www.vupen.com/english/advisories/2008/0083
- https://bugzilla.mozilla.org/show_bug.cgi?id=360645
- https://bugzilla.mozilla.org/show_bug.cgi?id=360645
- https://exchange.xforce.ibmcloud.com/vulnerabilities/32698
- https://exchange.xforce.ibmcloud.com/vulnerabilities/32698
- https://issues.rpath.com/browse/RPL-1081
- https://issues.rpath.com/browse/RPL-1081