Vulnerability   
Search   
    Search 219043 CVE descriptions
and 99761 test descriptions,
access 10,000+ cross references.
Tests   CVE   All  

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

______________________________________________________________________________

                        SUSE Security Announcement

        Package:                MozillaFirefox,MozillaThunderbird,mozilla
        Announcement ID:        SUSE-SA:2009:002
        Date:                   Wed, 14 Jan 2009 09:00:00 +0000
        Affected Products:      openSUSE 10.3
                                openSUSE 11.0
                                openSUSE 11.1
                                SUSE SLES 9
                                Novell Linux Desktop 9
                                Open Enterprise Server
                                Novell Linux POS 9
                                SLE SDK 10 SP2
                                SUSE Linux Enterprise Desktop 10 SP2
                                SUSE Linux Enterprise 10 SP2 DEBUGINFO
                                SUSE Linux Enterprise Server 10 SP2
        Vulnerability Type:     remote code execution
        Severity (1-10):        8
        SUSE Default Package:   yes
        Cross-References:       CVE-2008-5500, CVE-2008-5501, CVE-2008-5502
                                CVE-2008-5503, CVE-2008-5504, CVE-2008-5505
                                CVE-2008-5506, CVE-2008-5507, CVE-2008-5508
                                CVE-2008-5510, CVE-2008-5511, CVE-2008-5512
                                CVE-2008-5513, MFSA 2008-37, MFSA 2008-60
                                MFSA 2008-61, MFSA 2008-62, MFSA 2008-63
                                MFSA 2008-64, MFSA 2008-65, MFSA 2008-66
                                MFSA 2008-67, MFSA 2008-68, MFSA 2008-69

    Content of This Advisory:
        1) Security Vulnerability Resolved:
             Mozilla browser security update
           Problem Description
        2) Solution or Work-Around
        3) Special Instructions and Notes
        4) Package Location and Checksums
        5) Pending Vulnerabilities, Solutions, and Work-Arounds:
            See SUSE Security Summary Report.
        6) Authenticity Verification and Additional Information

______________________________________________________________________________

1) Problem Description and Brief Discussion

   Various Mozilla browser suite programs were updated to the last
   security release.

   The Mozilla Firefox 3.0.5 browser, Seamonkey 1.1.14 and xulrunner190
   update were already published before Christmas, please see
   SUSE-SA:2008:058.

   Mozilla Firefox for older products was updated to 2.0.0.19 and Mozilla
   Thunderbird was updated to 2.0.0.19. Other packages received backports.

   The following security issues were fixed:

   MFSA 2008-69 / CVE-2008-5513: Mozilla security researcher moz_bug_r_a4
   reported vulnerabilities in the session-restore feature by which
   content could be injected into an incorrect document storage location,
   including storage locations for other domains. An attacker could
   utilize these issues to violate the browser's same-origin policy and
   perform an XSS attack while SessionStore data is being restored.
   moz_bug_r_a4 also reported that one variant could be used by an
   attacker to run arbitrary JavaScript with chrome privileges.

   MFSA 2008-68 / CVE-2008-5512 / CVE-2008-5511: Mozilla security
   researcher moz_bug_r_a4 reported that an XBL binding, when attached to
   an unloaded document, can be used to violate the same-origin policy and
   execute arbitrary JavaScript within the context of a different website.
   moz_bug_r_a4 also reported two vulnerabilities by which page content
   can pollute XPCNativeWrappers and run arbitrary JavaScript with chrome
   privileges.  Thunderbird shares the browser engine with Firefox and
   could be vulnerable if JavaScript were to be enabled in mail. This is
   not the default setting and we strongly discourage users from running
   JavaScript in mail.  Workaround Disable JavaScript until a version
   containing these fixes can be installed.

   MFSA 2008-67 / CVE-2008-5510: Kojima Hajime reported that unlike
   literal null characters which were handled correctly, the escaped
   form '\0' was ignored by the CSS parser and treated as if it was
   not present in the CSS input string. This issue could potentially be
   used to bypass script sanitation routines in web applications. The
   severity of this issue was determined to be low.

   MFSA 2008-66 / CVE-2008-5508: Perl developer Chip Salzenberg reported
   that certain control characters, when placed at the beginning of a
   URL, would lead to incorrect parsing resulting in a malformed URL
   being output by the parser. IBM researchers Justin Schuh, Tom Cross,
   and Peter William also reported a related symptom as part of their
   research that resulted in MFSA 2008-37.  There was no direct security
   impact from this issue and its effect was limited to the improper
   rendering of hyperlinks containing specific characters. The severity
   of this issue was determined to be low.

   MFSA 2008-65 / CVE-2008-5507: Google security researcher Chris Evans
   reported that a website could access a limited amount of data from
   a different domain by loading a same-domain JavaScript URL which
   redirects to an off-domain target resource containing data which
   is not parsable as JavaScript. Upon attempting to load the data as
   JavaScript a syntax error is generated that can reveal some of the
   file context via the window.onerror DOM API.  This issue could be
   used by a malicious website to steal private data from users who are
   authenticated on the redirected website. How much data could be at risk
   would depend on the format of the data and how the JavaScript parser
   attempts to interpret it. For most files the amount of data that can
   be recovered would be limited to the first word or two. Some data files
   might allow deeper probing with repeated loads.  Thunderbird shares the
   browser engine with Firefox and could be vulnerable if JavaScript were
   to be enabled in mail. This is not the default setting and we strongly
   discourage users from running JavaScript in mail.  Workaround Disable
   JavaScript until a version containing these fixes can be installed.

   MFSA 2008-64 / CVE-2008-5506: Marius Schilder of Google Security
   reported that when a XMLHttpRequest is made to a same-origin resource
   which 302 redirects to a resource in a different domain, the response
   from the cross-domain resource is readable by the site issuing the
   XHR. Cookies marked HttpOnly were not readable, but other potentially
   sensitive data could be revealed in the XHR response including URL
   parameters and content in the response body.  Thunderbird shares the
   browser engine with Firefox and could be vulnerable if JavaScript were
   to be enabled in mail. This is not the default setting and we strongly
   discourage users from running JavaScript in mail.  Workaround Disable
   JavaScript until a version containing these fixes can be installed.

   MFSA 2008-63 / CVE-2008-5505: Security researcher Hish reported
   that the persist attribute in XUL elements can be used to store
   cookie-like information on a user's computer which could later be
   read by a website. This creates a privacy issue for users who have a
   non-standard cookie preference and wish to prevent sites from setting
   cookies on their machine. Even with cookies turned off, this issue
   could be used by a website to write persistent data in a user's
   browser and track the user across browsing sessions. Additionally,
   this issue could allow a website to bypass the limits normally placed
   on cookie size and number.

   MFSA 2008-62 / CVE-2008-5504: Mozilla security researcher moz_bug_r_a4
   reported an additional variation on the feed preview vulnerabilities
   fixed in Firefox 2.0.0.17.  moz_bug_r_a4 demonstrated that it was
   still possible to use the feed preview as a vector for JavaScript
   privilege escalation. An attacker could use this issue to run arbitrary
   JavaScript with chrome privileges. Firefox 3 is not affected by this
   issue. Workaround Disable JavaScript until a version containing these
   fixes can be installed.

   MFSA 2008-61 / CVE-2008-5503: Mozilla developer Boris Zbarsky reported
   that XBL bindings could be used to read data from other domains,
   a violation of the same-origin policy. The severity of this issue
   was determined to be moderate due to several mitigating factors:
   The target document requires a <bindingsi> element in the XBL
   namespace in order to be read. The reader of the data needs to know
   the id attribute of the binding being read in advance. It is unlikely
   that web services will expose private data in the manner described
   above. Firefox 3 is not affected by this issue. Thunderbird shares the
   browser engine with Firefox and could be vulnerable if JavaScript were
   to be enabled in mail. This is not the default setting and we strongly
   discourage users from running JavaScript in mail. Workaround Products
   built from the Mozilla 1.9.0 branch and later, Firefox 3 for example,
   are not affected by this issue. Upgrading to one of these products
   is a reliable workaround for this particular issue and it is also
   Mozilla's recommendation that the most current version of any Mozilla
   product be used. Alternatively, you can disable JavaScript until a
   version containing these fixes can be installed.

   MFSA 2008-60 / CVE-2008-5502 / CVE-2008-5501 / CVE-2008-5500: Mozilla
   developers identified and fixed several stability bugs in the browser
   engine used in Firefox and other Mozilla-based products. Some of
   these crashes showed evidence of memory corruption under certain
   circumstances and we presume that with enough effort at least some of
   these could be exploited to run arbitrary code.  Thunderbird shares
   the browser engine with Firefox and could be vulnerable if JavaScript
   were to be enabled in mail. This is not the default setting and we
   strongly discourage users from running JavaScript in mail. Without
   further investigation we cannot rule out the possibility that for some
   of these an attacker might be able to prepare memory for exploitation
   through some means other than JavaScript such as large images.
   Workaround Disable JavaScript until a version containing these fixes
   can be installed.

2) Solution or Work-Around

   There is no known workaround, please install the update packages.

3) Special Instructions and Notes

   Please close and restart all running instances of Mozilla Firefox or Thunderbird after the update.

4) Package Location and Checksums

   The preferred method for installing security updates is to use the YaST
   Online Update (YOU) tool. YOU detects which updates are required and
   automatically performs the necessary steps to verify and install them.
   Alternatively, download the update packages for your distribution manually
   and verify their integrity by the methods listed in Section 6 of this
   announcement. Then install the packages using the command

     rpm -Fhv <file.rpm>

   to apply the update, replacing <file.rpm> with the filename of the
   downloaded RPM package.


   x86 Platform:

   openSUSE 11.1:
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/MozillaThunderbird-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/MozillaThunderbird-devel-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/MozillaThunderbird-translations-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/mozilla-xulrunner181-1.8.1.19-1.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/mozilla-xulrunner181-devel-1.8.1.19-1.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/i586/mozilla-xulrunner181-l10n-1.8.1.19-1.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/MozillaThunderbird-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/MozillaThunderbird-devel-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/MozillaThunderbird-translations-2.0.0.19-0.1.2.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/mozilla-xulrunner181-1.8.1.19-1.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/mozilla-xulrunner181-devel-1.8.1.19-1.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/i586/mozilla-xulrunner181-l10n-1.8.1.19-1.1.i586.rpm

   openSUSE 11.0:
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/MozillaThunderbird-debuginfo-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/MozillaThunderbird-debugsource-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/epiphany-debuginfo-2.22.1.1-25.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/epiphany-debugsource-2.22.1.1-25.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/epiphany-extensions-debuginfo-2.22.0-37.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/epiphany-extensions-debugsource-2.22.0-37.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/mozilla-xulrunner181-debuginfo-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.0/rpm/i586/mozilla-xulrunner181-debugsource-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/MozillaThunderbird-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/MozillaThunderbird-devel-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/MozillaThunderbird-translations-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/epiphany-2.22.1.1-25.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/epiphany-devel-2.22.1.1-25.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/epiphany-doc-2.22.1.1-25.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/epiphany-extensions-2.22.0-37.3.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/mozilla-xulrunner181-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/mozilla-xulrunner181-devel-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/i586/mozilla-xulrunner181-l10n-1.8.1.19-0.1.i586.rpm

   openSUSE 10.3:
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/MozillaFirefox-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/MozillaFirefox-translations-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/MozillaThunderbird-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/MozillaThunderbird-translations-2.0.0.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/epiphany-2.20.0-8.7.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/epiphany-devel-2.20.0-8.7.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/epiphany-doc-2.20.0-8.7.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/epiphany-extensions-2.20.0-8.7.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/mozilla-xulrunner181-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/mozilla-xulrunner181-devel-1.8.1.19-0.1.i586.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/i586/mozilla-xulrunner181-l10n-1.8.1.19-0.1.i586.rpm

   x86-64 Platform:

   openSUSE 11.1:
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/x86_64/mozilla-xulrunner181-32bit-1.8.1.19-1.1.x86_64.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/x86_64/mozilla-xulrunner181-l10n-32bit-1.8.1.19-1.1.x86_64.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/x86_64/mozilla-xulrunner181-32bit-1.8.1.19-1.1.x86_64.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/x86_64/mozilla-xulrunner181-l10n-32bit-1.8.1.19-1.1.x86_64.rpm

   openSUSE 11.0:
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/x86_64/mozilla-xulrunner181-32bit-1.8.1.19-0.1.x86_64.rpm

   openSUSE 10.3:
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/x86_64/mozilla-xulrunner181-32bit-1.8.1.19-0.1.x86_64.rpm

   Sources:

   openSUSE 11.1:
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/src/MozillaThunderbird-2.0.0.19-0.1.2.src.rpm
   http://download.opensuse.org/pub/opensuse/debug/update/11.1/rpm/src/mozilla-xulrunner181-1.8.1.19-1.1.src.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/src/MozillaThunderbird-2.0.0.19-0.1.2.src.rpm
   http://download.opensuse.org/pub/opensuse/update/11.1/rpm/src/mozilla-xulrunner181-1.8.1.19-1.1.src.rpm

   openSUSE 11.0:
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/src/MozillaThunderbird-2.0.0.19-0.1.src.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/src/epiphany-2.22.1.1-25.3.src.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/src/epiphany-extensions-2.22.0-37.3.src.rpm
   http://download.opensuse.org/pub/opensuse/update/11.0/rpm/src/mozilla-xulrunner181-1.8.1.19-0.1.src.rpm

   openSUSE 10.3:
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/src/MozillaFirefox-2.0.0.19-0.1.src.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/src/MozillaThunderbird-2.0.0.19-0.1.src.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/src/epiphany-2.20.0-8.7.src.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/src/epiphany-extensions-2.20.0-8.7.src.rpm
   http://download.opensuse.org/pub/opensuse/update/10.3/rpm/src/mozilla-xulrunner181-1.8.1.19-0.1.src.rpm

   Our maintenance customers are notified individually. The packages are
   offered for installation from the maintenance web:

   SLE SDK 10 SP2
     http://download.novell.com/index.jsp?search=Search&keywords=541ba20ce3672e889b13f6d1c3f1f63d

   SUSE Linux Enterprise Server 10 SP2
     http://download.novell.com/index.jsp?search=Search&keywords=541ba20ce3672e889b13f6d1c3f1f63d
     http://download.novell.com/index.jsp?search=Search&keywords=33506fec82dc35bf303f22f8063bf182

   SUSE Linux Enterprise 10 SP2 DEBUGINFO
     http://download.novell.com/index.jsp?search=Search&keywords=33506fec82dc35bf303f22f8063bf182

   SUSE Linux Enterprise Desktop 10 SP2
     http://download.novell.com/index.jsp?search=Search&keywords=541ba20ce3672e889b13f6d1c3f1f63d
     http://download.novell.com/index.jsp?search=Search&keywords=33506fec82dc35bf303f22f8063bf182

   Open Enterprise Server
     http://download.novell.com/index.jsp?search=Search&keywords=0e95b6241be3476dc7e25a19a51d3d48

   Novell Linux POS 9
     http://download.novell.com/index.jsp?search=Search&keywords=0e95b6241be3476dc7e25a19a51d3d48

   Novell Linux Desktop 9
     http://download.novell.com/index.jsp?search=Search&keywords=f3a7728c69c970d583ccc6816c706262
     http://download.novell.com/index.jsp?search=Search&keywords=0e95b6241be3476dc7e25a19a51d3d48

   SUSE SLES 9
     http://download.novell.com/index.jsp?search=Search&keywords=0e95b6241be3476dc7e25a19a51d3d48

______________________________________________________________________________

5) Pending Vulnerabilities, Solutions, and Work-Arounds:

   See SUSE Security Summary Report.
______________________________________________________________________________

6) Authenticity Verification and Additional Information

  - Announcement authenticity verification:

    SUSE security announcements are published via mailing lists and on Web
    sites. The authenticity and integrity of a SUSE security announcement is
    guaranteed by a cryptographic signature in each announcement. All SUSE
    security announcements are published with a valid signature.

    To verify the signature of the announcement, save it as text into a file
    and run the command

      gpg --verify <file>

    replacing <file> with the name of the file where you saved the
    announcement. The output for a valid signature looks like:

      gpg: Signature made <DATE> using RSA key ID 3D25D3D9
      gpg: Good signature from "SuSE Security Team <security@suse.de>"

    where <DATE> is replaced by the date the document was signed.

    If the security team's key is not contained in your key ring, you can
    import it from the first installation CD. To import the key, use the
    command

      gpg --import gpg-pubkey-3d25d3d9-36e12d04.asc

  - Package authenticity verification:

    SUSE update packages are available on many mirror FTP servers all over the
    world. While this service is considered valuable and important to the free
    and open source software community, the authenticity and the integrity of
    a package needs to be verified to ensure that it has not been tampered
    with.

    The internal rpm package signatures provide an easy way to verify the
    authenticity of an RPM package. Use the command

     rpm -v --checksig <file.rpm>

    to verify the signature of the package, replacing <file.rpm> with the
    filename of the RPM package downloaded. The package is unmodified if it
    contains a valid signature from build@suse.de with the key ID 9C800ACA.

    This key is automatically imported into the RPM database (on
    RPMv4-based distributions) and the gpg key ring of 'root' during
    installation. You can also find it on the first installation CD and at
    the end of this announcement.

  - SUSE runs two security mailing lists to which any interested party may
    subscribe:

    opensuse-security@opensuse.org
        -   General Linux and SUSE security discussion.
            All SUSE security announcements are sent to this list.
            To subscribe, send an e-mail to
                <opensuse-security+subscribe@opensuse.org>.

    opensuse-security-announce@opensuse.org
        -   SUSE's announce-only mailing list.
            Only SUSE's security announcements are sent to this list.
            To subscribe, send an e-mail to
                <opensuse-security-announce+subscribe@opensuse.org>.

    =====================================================================
    SUSE's security contact is <security@suse.com> or <security@suse.de>.
    The <security@suse.de> public key is listed below.
    =====================================================================
______________________________________________________________________________

    The information in this advisory may be distributed or reproduced,
    provided that the advisory is not modified in any way. In particular, the
    clear text signature should show proof of the authenticity of the text.

    SUSE Linux Products GmbH provides no warranties of any kind whatsoever
    with respect to the information contained in this security advisory.

Type Bits/KeyID     Date       User ID
pub  2048R/3D25D3D9 1999-03-06 SuSE Security Team <security@suse.de>
pub  1024D/9C800ACA 2000-10-19 SuSE Package Signing Key <build@suse.de>

- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.2 (GNU/Linux)

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
=ypVs
- -----END PGP PUBLIC KEY BLOCK-----

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iQEVAwUBSW3ElHey5gA9JdPZAQJeWAf/YQyJ6sovCTZWnB7VHnZEj3I4PxDAItqV
Cb1isYL3ucLQnhM8Ifne05K3XNJSLnmU9sj4lC0k6aZmTpwZjCIoweDaiQFckgtV
/foWer9em7j6jucNimwpkmdezEsthM75ytKMxONh7sreFmaNxP/nAU/oVfoFtsVt
F+6eJwjbTf/d3uvgoWJUFxb4q0C/D0HdVk2l0T/ioDeLFbuWamSjcDKRfe0SmvXV
co8FxnGWzJUE6/EFSoJLv1WeMBsuZr1bwg1nc4Ke7uDyk2QCwsTiVufpj4Kw5hKS
8ettibCDcGHdwUTExB8arCqGQ6BpriZQlCNpY5zYle7GCWDy8iWTjA==
=G01B
-----END PGP SIGNATURE-----




© 1998-2024 E-Soft Inc. All rights reserved.