<?xml version="1.0" encoding="UTF-8"?>

<oval_definitions xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:red-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd">
  <generator>
    <oval:product_name>Red Hat OVAL Patch Definition Merger</oval:product_name>
    <oval:product_version>2</oval:product_version>
    <oval:schema_version>5.3</oval:schema_version>
    <oval:timestamp>2008-01-23T07:24:08
</oval:timestamp>
  </generator>
<definitions>
<definition id="oval:com.redhat.rhba:def:20060287" version="302" class="patch">
      <metadata>
        <title>RHBA-2006:0287: bind bug fix update
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHBA" ref_id="RHBA-2006:0287-02" ref_url="https://rhn.redhat.com/errata/RHBA-2006-0287.html" />
	<description>BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. The bind package provides a DNS server
(named), which resolves host names to IP addresses, and tools for 
control and verification of the DNS server. The bind-libs package
provides the libraries used by the DNS server and bind-utils. The
bind-utils package provides DNS lookup utilities: host(1), dig(1),
and nslookup. The bind-devel package provides header files for 
development with the BIND libraries. A default set of DNS server
configuration files is provided by the caching-nameserver package.

This update delivers backports from ISC BIND 9.2.6 to fix these issues:
--Fixes to named's thread locking logic

This feature in ISC BIND 9.3.0+ was backported and delivered in this update:
--edns-udp-size: Users can now set the maximum size of UDP packets used 
  for EDNS0 (RFC 2671), to get past routers / firewalls that enforce a
  maximum UDP packet size.

Miscellaneous bug fixes, including improved support for custom named.conf
locations, are also delivered in this update.

All BIND users are advised to upgrade to these updated bind packages.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-19" />
        <updated date="2006-07-19" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4096">CVE-2006-4096</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060287002" comment="bind is earlier than 20:9.2.4-14_EL3" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287003" comment="bind is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060287004" comment="bind-chroot is earlier than 20:9.2.4-14_EL3" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287005" comment="bind-chroot is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060287006" comment="bind-devel is earlier than 20:9.2.4-14_EL3" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287007" comment="bind-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060287008" comment="bind-libs is earlier than 20:9.2.4-14_EL3" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287009" comment="bind-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060287010" comment="bind-utils is earlier than 20:9.2.4-14_EL3" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287011" comment="bind-utils is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhba:def:20060288" version="302" class="patch">
      <metadata>
        <title>RHBA-2006:0288: bind bug fix update
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHBA" ref_id="RHBA-2006:0288-02" ref_url="https://rhn.redhat.com/errata/RHBA-2006-0288.html" />
	<description>BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. The bind package provides a DNS server
(named), which resolves host names to IP addresses, and tools for 
control and verification of the DNS server. The bind-libs package
provides the libraries used by the DNS server and bind-utils. The
bind-utils package provides DNS lookup utilities: host(1), dig(1),
and nslookup. The bind-devel package provides header files for 
development with the BIND libraries. A default set of DNS server
configuration files is provided by the caching-nameserver package.

This update delivers backports from ISC BIND 9.2.6 to apply these fixes:

- If a lookup for another name server's addresses returned addresses 
  that were unreachable via local routers, lookups for names in domains
  for which that server is authoritative could experience a four second
  delay per name not in the cache. No delay is now incurred for addresses
  served by servers with unreachable addresses.

- Fixes to named's thread locking logic: This feature in ISC BIND 9.3.0+
was backported and delivered in this update.

- edns-udp-size: Users can now set the maximum size of UDP packets used 
  for EDNS0 (RFC 2671), to get past routers / firewalls that enforce a
  maximum UDP packet size.

Miscellaneous bug fixes, including improved support for custom named.conf
locations, are also delivered in this update.

All BIND users are advised to upgrade to the updated bind packages.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-09" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4096">CVE-2006-4096</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060288002" comment="bind is earlier than 20:9.2.4-16.EL4" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287003" comment="bind is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060288004" comment="bind-chroot is earlier than 20:9.2.4-16.EL4" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287005" comment="bind-chroot is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060288006" comment="bind-devel is earlier than 20:9.2.4-16.EL4" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287007" comment="bind-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060288008" comment="bind-libs is earlier than 20:9.2.4-16.EL4" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287009" comment="bind-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhba:tst:20060288010" comment="bind-utils is earlier than 20:9.2.4-16.EL4" />
            <criterion test_ref="oval:com.redhat.rhba:tst:20060287011" comment="bind-utils is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhea:def:20060355" version="302" class="patch">
      <metadata>
        <title>RHEA-2006:0355: oprofile enhancement update
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHEA" ref_id="RHEA-2006:0355-02" ref_url="https://rhn.redhat.com/errata/RHEA-2006-0355.html" />
	<description>The oprofile package contains a profiling system for systems running the
Linux kernel. Profiling runs transparently in the background while profile
data is collected.

OProfile did not recognize the ppc64 POWER5+ processor. The events for the
POWER4 and POWER5 did not match the currently used event names.

Users of OProfile are advised to upgrade to these updated packages, which
add these enhancements.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-09" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0576">CVE-2006-0576</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhea:tst:20060355002" comment="oprofile is earlier than 0:0.8.1-23" />
            <criterion test_ref="oval:com.redhat.rhea:tst:20060355003" comment="oprofile is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhea:tst:20060355004" comment="oprofile-devel is earlier than 0:0.8.1-23" />
            <criterion test_ref="oval:com.redhat.rhea:tst:20060355005" comment="oprofile-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060015" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0015: initscripts security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0015-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0015.html" />
	<description>The initscripts package contains the basic system scripts used to boot your
Red Hat system, change runlevels, and shut the system down cleanly.
Initscripts also contains the scripts that activate and deactivate most
network interfaces.

A bug was found in the way initscripts handled various environment
variables when the /sbin/service command is run. It is possible for a local
user with permissions to execute /sbin/service via sudo to execute
arbitrary commands as the 'root' user. The Common Vulnerabilities and
Exposures project assigned the name CVE-2005-3629 to this issue.

The following issues have also been fixed in this update:

* extraneous characters were logged on bootup.

* fsck would be attempted on filesystems marked with _netdev in rc.sysinit
  before they were available.

Additionally, support for multi-core Itanium processors has been added to
redhat-support-check.

All users of initscripts should upgrade to these updated packages, which
contain backported patches to resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-15" />
        <updated date="2006-03-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3629">CVE-2005-3629</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060015002" comment="initscripts is earlier than 0:7.31.30.EL-1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060015003" comment="initscripts is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060016" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0016: initscripts security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0016-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0016.html" />
	<description>The initscripts package contains the basic system scripts used to boot
your Red Hat system, change runlevels, and shut the system down cleanly.
Initscripts also contains the scripts that activate and deactivate most
network interfaces.

A bug was found in the way initscripts handled various environment
variables when the /sbin/service command is run. It is possible for a local
user with permissions to execute /sbin/service via sudo to execute
arbitrary commands as the 'root' user. The Common Vulnerabilities and
Exposures project (cve.mitre.org) assigned the name CVE-2005-3629 to
this issue.

The following issues have also been fixed in this update:

* extraneous characters were logged on bootup

* fsck was attempted on file systems marked with _netdev in rc.sysinit
  before they were available

* the dynamically-linked /sbin/multipath was called instead of the correct
  /sbin/multiplath.static

Additionally, this update includes support for partitioned multipath
devices and a technology preview of static IP over InifiniBand.

All users of initscripts should upgrade to this updated package, which
resolves these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3629">CVE-2005-3629</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060016002" comment="initscripts is earlier than 0:7.93.24.EL-1.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060015003" comment="initscripts is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060044" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0044: openssh security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0044-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0044.html" />
	<description>OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. This
package includes the core files necessary for both the OpenSSH client and
server.

An arbitrary command execution flaw was discovered in the way scp copies
files locally. It is possible for a local attacker to create a file with a
carefully crafted name that could execute arbitrary commands as the user
running scp to copy files locally. The Common Vulnerabilities and Exposures
project (cve.mitre.org) assigned the name CVE-2006-0225 to this issue. 

The following issue has also been fixed in this update:

* If the sshd service was stopped using the sshd init script while the
  main sshd daemon was not running, the init script would kill other sshd
  processes, such as the running sessions.  For example, this could happen
  when the 'service sshd stop' command was issued twice.

Additionally, this update implements auditing of user logins through the
system audit service.

All users of openssh should upgrade to these updated packages, which
resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0225">CVE-2006-0225</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044002" comment="openssh is earlier than 0:3.9p1-8.RHEL4.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044003" comment="openssh is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044004" comment="openssh-askpass is earlier than 0:3.9p1-8.RHEL4.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044005" comment="openssh-askpass is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044006" comment="openssh-askpass-gnome is earlier than 0:3.9p1-8.RHEL4.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044007" comment="openssh-askpass-gnome is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044008" comment="openssh-clients is earlier than 0:3.9p1-8.RHEL4.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044009" comment="openssh-clients is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044010" comment="openssh-server is earlier than 0:3.9p1-8.RHEL4.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044011" comment="openssh-server is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060045" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0045: squid security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0045-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0045.html" />
	<description>Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects.

A denial of service flaw was found in the way squid processes certain NTLM
authentication requests.  A remote attacker could send a specially crafted
NTLM authentication request which would cause the Squid server to crash. 
The Common Vulnerabilities and Exposures project assigned the name
CVE-2005-2917 to this issue.

Several bugs have also been addressed in this update:

* An error introduced in 2.5.STABLE3-6.3E.14 where Squid can crash if a
user visits a site which has a long DNS record.

* Some authentication helpers were missing needed setuid rights.

* Squid couldn't handle a reply from a HTTP server when the reply began
with the new-line character or wasn't HTTP/1.0 or HTTP/1.1 compliant.

* User-defined error pages were not kept when the squid package was upgraded.

All users of squid should upgrade to these updated packages, which contain
backported patches to resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-15" />
        <updated date="2006-03-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2917">CVE-2005-2917</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060045002" comment="squid is earlier than 7:2.5.STABLE3-6.3E.16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060045003" comment="squid is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060052" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0052: squid security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0052-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0052.html" />
	<description>Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects.

A denial of service flaw was found in the way squid processes certain NTLM
authentication requests. It is possible for a remote attacker to crash the
Squid server by sending a specially crafted NTLM authentication request.
The Common Vulnerabilities and Exposures project (cve.mitre.org) assigned
the name CVE-2005-2917 to this issue.

The following issues have also been fixed in this update: 

* An error introduced in squid-2.5.STABLE6-3.4E.12 can crash Squid when a
  user visits a site that has a bit longer DNS record.

* An error introduced in the old package prevented Squid from returning
  correct information about large file systems. The new package is compiled
  with the IDENT lookup support so that users who want to use it do not
  have to recompile it.

* Some authentication helpers needed SETUID rights but did not have them.
  If administrators wanted to use cache administrator, they had to change
  the SETUID bit manually. The updated package sets this bit so the new
  package can be updated without manual intervention from administrators.

* Squid could not handle a reply from an HTTP server when the reply began
  with the new-line character. 

* An issue was discovered when a reply from an HTTP server was not
  HTTP 1.0 or 1.1 compliant.

* The updated package keeps user-defined error pages when the package
  is updated and it adds new ones.
 
All users of squid should upgrade to this updated package, which resolves
these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2917">CVE-2005-2917</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060052002" comment="squid is earlier than 7:2.5.STABLE6-3.4E.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060045003" comment="squid is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060101" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0101: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0101-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0101.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

These new kernel packages contain fixes for the security issues
described below:

- a flaw in network IGMP processing that a allowed a remote user on the
local network to cause a denial of service (disabling of multicast reports)
if the system is running multicast applications (CVE-2002-2185, moderate)

- a flaw which allowed a local user to write to firmware on read-only
opened /dev/cdrom devices (CVE-2004-1190, moderate) 

- a flaw in gzip/zlib handling internal to the kernel that may allow a
local user to cause a denial of service (crash) (CVE-2005-2458, low) 

- a flaw in procfs handling during unloading of modules that allowed a
local user to cause a denial of service or potentially gain privileges
(CVE-2005-2709, moderate)

- a flaw in the SCSI procfs interface that allowed a local user to cause a
denial of service (crash) (CVE-2005-2800, moderate)

- a flaw in 32-bit-compat handling of the TIOCGDEV ioctl that allowed
a local user to cause a denial of service (crash) (CVE-2005-3044, important)

- a race condition when threads share memory mapping that allowed local
users to cause a denial of service (deadlock) (CVE-2005-3106, important)

- a flaw when trying to mount a non-hfsplus filesystem using hfsplus that
allowed local users to cause a denial of service (crash) (CVE-2005-3109,
moderate)

- a minor info leak with the get_thread_area() syscall that allowed
a local user to view uninitialized kernel stack data (CVE-2005-3276, low) 

- a flaw in mq_open system call that allowed a local user to cause a denial
of service (crash) (CVE-2005-3356, important)

- a flaw in set_mempolicy that allowed a local user on some 64-bit
architectures to cause a denial of service (crash) (CVE-2005-3358, important)

- a flaw in the auto-reap of child processes that allowed a local user to
cause a denial of service (crash) (CVE-2005-3784, important)

- a flaw in the IPv6 flowlabel code that allowed a local user to cause a
denial of service (crash) (CVE-2005-3806, important)

- a flaw in network ICMP processing that allowed a local user to cause
a denial of service (memory exhaustion) (CVE-2005-3848, important)

- a flaw in file lease time-out handling that allowed a local user to cause
a denial of service (log file overflow) (CVE-2005-3857, moderate) 

- a flaw in network IPv6 xfrm handling that allowed a local user to
cause a denial of service (memory exhaustion) (CVE-2005-3858, important) 

- a flaw in procfs handling that allowed a local user to read kernel memory
(CVE-2005-4605, important)

All Red Hat Enterprise Linux 4 users are advised to upgrade their kernels
to the packages associated with their machine architectures and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-17" />
        <updated date="2006-01-17" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-2185">CVE-2002-2185</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1190">CVE-2004-1190</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2458">CVE-2005-2458</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2709">CVE-2005-2709</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2800">CVE-2005-2800</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3044">CVE-2005-3044</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3106">CVE-2005-3106</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3109">CVE-2005-3109</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3276">CVE-2005-3276</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3356">CVE-2005-3356</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3358">CVE-2005-3358</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3784">CVE-2005-3784</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3806">CVE-2005-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3848">CVE-2005-3848</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3857">CVE-2005-3857</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3858">CVE-2005-3858</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4605">CVE-2005-4605</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101002" comment="kernel is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101004" comment="kernel-devel is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101006" comment="kernel-hugemem is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101010" comment="kernel-smp is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101012" comment="kernel-smp-devel is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101014" comment="kernel-doc is earlier than 0:2.6.9-22.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060117" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0117: vixie-cron security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0117-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0117.html" />
	<description>The vixie-cron package contains the Vixie version of cron. Cron is a
standard UNIX daemon that runs specified programs at scheduled times.

A bug was found in the way vixie-cron installs new crontab files. It is
possible for a local attacker to execute the crontab command in such a way
that they can view the contents of another user's crontab file. The Common
Vulnerabilities and Exposures project assigned the name CVE-2005-1038 to
this issue.

This update also fixes an issue where cron jobs could start before their
scheduled time.

All users of vixie-cron should upgrade to this updated package, which
contains backported patches and is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-15" />
        <updated date="2006-03-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1038">CVE-2005-1038</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060117002" comment="vixie-cron is earlier than 0:4.1-10.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060117003" comment="vixie-cron is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060129" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0129: spamassassin security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0129-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0129.html" />
	<description>SpamAssassin provides a way to reduce unsolicited commercial email (SPAM)
from incoming email.

A denial of service bug was found in SpamAssassin.  An attacker could
construct a message in such a way that would cause SpamAssassin to crash. 
If a number of these messages are sent, it could lead to a denial of
service, potentially preventing the delivery or filtering of email. The
Common Vulnerabilities and Exposures project (cve.mitre.org) assigned the
name CVE-2005-3351 to this issue.

The following issues have also been fixed in this update:

* service spamassassin restart sometimes fails
* Content Boundary "--" throws off message parser
* sa-learn: massive memory usage on large messages
* High memory usage with many newlines
* service spamassassin messages not translated
* Numerous other bug fixes that improve spam filter accuracy and safety

Users of SpamAssassin should upgrade to this updated package containing
version 3.0.5, which is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3351">CVE-2005-3351</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060129002" comment="spamassassin is earlier than 0:3.0.5-3.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060129003" comment="spamassassin is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060132" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0132: Updated kernel packages available for Red Hat Enterprise Linux 4 Update 3
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0132-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0132.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

This is the third regular kernel update to Red Hat Enterprise Linux 4.

New features introduced in this update include:

- Open InfiniBand (OpenIB) support

- Serial Attached SCSI support

- NFS access control lists, asynchronous I/O

- IA64 multi-core support and sgi updates 

- Large SMP CPU limits increased using the largesmp kernel: Up to 512 CPUs
  in ia64, 128 in ppc64, and 64 in AMD64 and Intel EM64T

- Improved read-ahead performance

- Common Internet File System (CIFS) update

- Error Detection and Correction (EDAC) modules

- Unisys support

There were several bug fixes in various parts of the kernel. The ongoing
effort to resolve these problems has resulted in a marked improvement
in the reliability and scalability of Red Hat Enterprise Linux 4. 

The following security bug was fixed in this update:

- dm-crypt did not clear a structure before freeing it, which could allow
local users to discover information about cryptographic keys (CVE-2006-0095)

The following device drivers have been upgraded to new versions:

cciss: 2.6.8 to 2.6.8-rh1
ipmi_devintf: 33.4 to 33.11
ipmi_msghandler: 33.4 to 33.11
ipmi_poweroff: 33.4 to 33.11
ipmi_si: 33.4 to 33.11
ipmi_watchdog: 33.4 to 33.11
mptbase: 3.02.18 to 3.02.60.01rh
e1000: 6.0.54-k2-NAPI to 6.1.16-k2-NAPI
ixgb: 1.0.95-k2-NAPI to 1.0.100-k2-NAPI
tg3: 3.27-rh to 3.43-rh
aacraid: 1.1.2-lk2 to 1.1-5[2412]
ahci: 1.01 to 1.2
ata_piix: 1.03 to 1.05
iscsi_sfnet: 4:0.1.11-1 to 4:0.1.11-2
libata: 1.11 to 1.20
qla2100: 8.01.00b5-rh2 to 8.01.02-d3
qla2200: 8.01.00b5-rh2 to 8.01.02-d3
qla2300: 8.01.00b5-rh2 to 8.01.02-d3
qla2322: 8.01.00b5-rh2 to 8.01.02-d3
qla2xxx: 8.01.00b5-rh2 to 8.01.02-d3
qla6312: 8.01.00b5-rh2 to 8.01.02-d3
sata_nv: 0.6 to 0.8
sata_promise: 1.01 to 1.03
sata_svw: 1.06 to 1.07
sata_sx4: 0.7 to 0.8
sata_vsc: 1.0 to 1.1
cifs: 1.20 to 1.34

Added drivers:

bnx2: 1.4.25
dell_rbu: 0.7
hangcheck-timer: 0.9.0
ib_mthca: 0.06
megaraid_sas: 00.00.02.00
qla2400: 8.01.02-d3
typhoon: 1.5.7

All Red Hat Enterprise Linux 4 users are advised to upgrade their
kernels to the packages associated with their machine architectures
and configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0095">CVE-2006-0095</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132002" comment="kernel is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132004" comment="kernel-devel is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132006" comment="kernel-hugemem is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132010" comment="kernel-smp is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132012" comment="kernel-smp-devel is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132014" comment="kernel-largesmp is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132016" comment="kernel-largesmp-devel is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132018" comment="kernel-doc is earlier than 0:2.6.9-34.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060140" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0140: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0140-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0140.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

These new kernel packages contain fixes for the security issues
described below:

- a flaw in network IGMP processing that a allowed a remote user on the
local network to cause a denial of service (disabling of multicast reports)
if the system is running multicast applications (CVE-2002-2185, moderate)

- a flaw in remap_page_range() with O_DIRECT writes that allowed a local
user to cause a denial of service (crash)  (CVE-2004-1057, important)

- a flaw in exec() handling on some 64-bit architectures that allowed
a local user to cause a denial of service (crash)  (CVE-2005-2708, important)

- a flaw in procfs handling during unloading of modules that allowed a
local user to cause a denial of service or potentially gain privileges 
(CVE-2005-2709, moderate)

- a flaw in IPv6 network UDP port hash table lookups that allowed a local
user to cause a denial of service (hang)  (CVE-2005-2973, important)

- a flaw in 32-bit-compat handling of the TIOCGDEV ioctl that allowed
a local user to cause a denial of service (crash)  (CVE-2005-3044, important)

- a network buffer info leak using the orinoco driver that allowed
a remote user to possibly view uninitialized data  (CVE-2005-3180, important)

- a flaw in IPv4 network TCP and UDP netfilter handling that allowed
a local user to cause a denial of service (crash)  (CVE-2005-3275, important)

- a flaw in the IPv6 flowlabel code that allowed a local user to cause a
denial of service (crash)  (CVE-2005-3806, important)

- a flaw in network ICMP processing that allowed a local user to cause
a denial of service (memory exhaustion)  (CVE-2005-3848, important)

- a flaw in file lease time-out handling that allowed a local user to cause
a denial of service (log file overflow)  (CVE-2005-3857, moderate)

- a flaw in network IPv6 xfrm handling that allowed a local user to
cause a denial of service (memory exhaustion)  (CVE-2005-3858, important)

All Red Hat Enterprise Linux 3 users are advised to upgrade their kernels
to the packages associated with their machine architecture and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-19" />
        <updated date="2006-01-19" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-2185">CVE-2002-2185</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1057">CVE-2004-1057</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2708">CVE-2005-2708</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2709">CVE-2005-2709</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2973">CVE-2005-2973</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3044">CVE-2005-3044</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3180">CVE-2005-3180</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3275">CVE-2005-3275</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3806">CVE-2005-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3848">CVE-2005-3848</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3857">CVE-2005-3857</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3858">CVE-2005-3858</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140002" comment="kernel is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140004" comment="kernel-BOOT is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140005" comment="kernel-BOOT is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140006" comment="kernel-doc is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140008" comment="kernel-hugemem is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140010" comment="kernel-hugemem-unsupported is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140011" comment="kernel-hugemem-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140012" comment="kernel-smp is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140014" comment="kernel-smp-unsupported is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140015" comment="kernel-smp-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140016" comment="kernel-source is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140017" comment="kernel-source is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140018" comment="kernel-unsupported is earlier than 0:2.4.21-37.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140019" comment="kernel-unsupported is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060144" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0144: Updated kernel packages available for Red Hat Enterprise Linux 3 Update 7
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0144-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0144.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

This is the seventh regular kernel update to Red Hat Enterprise Linux 3.

New features introduced by this update include:

  - addition of the bnx2, dell_rbu, and megaraid_sas device drivers
  - support for multi-core, multi-threaded Intel Itanium processors
  - upgrade of the SATA subsystem to include ATAPI and SMART support
  - optional tuning via the new numa_memory_allocator, arp_announce,
      and printk_ratelimit sysctls

There were many bug fixes in various parts of the kernel.  The ongoing
effort to resolve these problems has resulted in a marked improvement in
the reliability and scalability of Red Hat Enterprise Linux 3.

There were numerous driver updates and security fixes (elaborated below).
Other key areas affected by fixes in this update include the networking
subsystem, the VM subsystem, NPTL handling, autofs4, the USB subsystem,
CPU enumeration, and 32-bit-exec-mode handling on 64-bit architectures.

The following device drivers have been upgraded to new versions:

  aacraid -------- 1.1.5-2412
  bnx2 ----------- 1.4.30 (new)
  dell_rbu ------- 2.1 (new)
  e1000 ---------- 6.1.16-k3
  emulex --------- 7.3.3
  fusion --------- 2.06.16.02
  ipmi ----------- 35.11
  megaraid2 ------ v2.10.10.1
  megaraid_sas --- 00.00.02.00 (new)
  tg3 ------------ 3.43RH

The following security bugs were fixed in this update:

  - a flaw in gzip/zlib handling internal to the kernel that allowed
    a local user to cause a denial of service (crash)
    (CVE-2005-2458,low)

  - a flaw in ext3 EA/ACL handling of attribute sharing that allowed
    a local user to gain privileges (CVE-2005-2801, moderate)

  - a minor info leak with the get_thread_area() syscall that allowed
    a local user to view uninitialized kernel stack data
    (CVE-2005-3276, low)

Note: The kernel-unsupported package contains various drivers and modules
that are unsupported and therefore might contain security problems that
have not been addressed.

All Red Hat Enterprise Linux 3 users are advised to upgrade their
kernels to the packages associated with their machine architectures
and configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-15" />
        <updated date="2006-03-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2458">CVE-2005-2458</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2801">CVE-2005-2801</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3276">CVE-2005-3276</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4798">CVE-2005-4798</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144002" comment="kernel is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144004" comment="kernel-BOOT is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140005" comment="kernel-BOOT is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144006" comment="kernel-doc is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144008" comment="kernel-hugemem is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144010" comment="kernel-hugemem-unsupported is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140011" comment="kernel-hugemem-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144012" comment="kernel-smp is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144014" comment="kernel-smp-unsupported is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140015" comment="kernel-smp-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144016" comment="kernel-source is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140017" comment="kernel-source is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060144018" comment="kernel-unsupported is earlier than 0:2.4.21-40.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140019" comment="kernel-unsupported is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060156" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0156: ethereal security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0156-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0156.html" />
	<description>Ethereal is a program for monitoring network traffic.

Two denial of service bugs were found in Ethereal's IRC and GTP protocol
dissectors. Ethereal could crash or stop responding if it reads a malformed
IRC or GTP packet off the network. The Common Vulnerabilities and Exposures
project (cve.mitre.org) assigned the names CVE-2005-3313 and CVE-2005-4585
to these issues.

A buffer overflow bug was found in Ethereal's OSPF protocol dissector.
Ethereal could crash or execute arbitrary code if it reads a malformed OSPF
packet off the network.  (CVE-2005-3651)

Users of ethereal should upgrade to these updated packages containing
version 0.10.14, which is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-11" />
        <updated date="2006-01-11" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3313">CVE-2005-3313</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3651">CVE-2005-3651</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4585">CVE-2005-4585</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156002" comment="ethereal is earlier than 0:0.10.14-1.EL3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156003" comment="ethereal is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156004" comment="ethereal-gnome is earlier than 0:0.10.14-1.EL3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156005" comment="ethereal-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156007" comment="ethereal is earlier than 0:0.10.14-1.EL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156003" comment="ethereal is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156008" comment="ethereal-gnome is earlier than 0:0.10.14-1.EL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156005" comment="ethereal-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060159" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0159: httpd security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0159-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0159.html" />
	<description>The Apache HTTP Server is a popular and freely-available Web server.

A memory leak in the worker MPM could allow remote attackers to cause a
denial of service (memory consumption) via aborted connections, which
prevents the memory for the transaction pool from being reused for other
connections.  The Common Vulnerabilities and Exposures project assigned the
name CVE-2005-2970 to this issue.  This vulnerability only affects users
who are using the non-default worker MPM.

A flaw in mod_imap when using the Referer directive with image maps was
discovered.  With certain site configurations, a remote attacker could
perform a cross-site scripting attack if a victim can be forced to visit a
malicious URL using certain web browsers.  (CVE-2005-3352)

A NULL pointer dereference flaw in mod_ssl was discovered affecting server
configurations where an SSL virtual host is configured with access control
and a custom 400 error document.  A remote attacker could send a carefully
crafted request to trigger this issue which would lead to a crash.  This
crash would only be a denial of service if using the non-default worker
MPM.  (CVE-2005-3357)

Users of httpd should update to these erratum packages which contain
backported patches to correct these issues along with some additional bugs.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-05" />
        <updated date="2006-01-05" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2970">CVE-2005-2970</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3352">CVE-2005-3352</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3357">CVE-2005-3357</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159002" comment="httpd is earlier than 0:2.0.46-56.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159003" comment="httpd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159004" comment="httpd-devel is earlier than 0:2.0.46-56.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159005" comment="httpd-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159006" comment="mod_ssl is earlier than 1:2.0.46-56.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159007" comment="mod_ssl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159009" comment="httpd is earlier than 0:2.0.52-22.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159003" comment="httpd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159010" comment="httpd-devel is earlier than 0:2.0.52-22.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159005" comment="httpd-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159011" comment="httpd-manual is earlier than 0:2.0.52-22.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159012" comment="httpd-manual is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159013" comment="httpd-suexec is earlier than 0:2.0.52-22.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159014" comment="httpd-suexec is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159015" comment="mod_ssl is earlier than 1:2.0.52-22.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159007" comment="mod_ssl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060160" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0160: tetex security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0160-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0160.html" />
	<description>TeTeX is an implementation of TeX. TeX takes a text file and a set of
formatting commands as input and creates a typesetter-independent .dvi
(DeVice Independent) file as output.

Several flaws were discovered in the teTeX PDF parsing library. An attacker
could construct a carefully crafted PDF file that could cause teTeX to
crash or possibly execute arbitrary code when opened. The Common
Vulnerabilities and Exposures project assigned the names CVE-2005-3191,
CVE-2005-3192, CVE-2005-3193, CVE-2005-3624, CVE-2005-3625, CVE-2005-3626,
CVE-2005-3627 and CVE-2005-3628 to these issues.

Users of teTeX should upgrade to these updated packages, which contain
backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-19" />
        <updated date="2006-01-19" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3191">CVE-2005-3191</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3192">CVE-2005-3192</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3193">CVE-2005-3193</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3624">CVE-2005-3624</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3625">CVE-2005-3625</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3626">CVE-2005-3626</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3627">CVE-2005-3627</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3628">CVE-2005-3628</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160002" comment="tetex is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160003" comment="tetex is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160004" comment="tetex-afm is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160005" comment="tetex-afm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160006" comment="tetex-dvips is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160007" comment="tetex-dvips is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160008" comment="tetex-fonts is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160009" comment="tetex-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160010" comment="tetex-latex is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160011" comment="tetex-latex is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160012" comment="tetex-xdvi is earlier than 0:1.0.7-67.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160013" comment="tetex-xdvi is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160015" comment="tetex is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160003" comment="tetex is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160016" comment="tetex-afm is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160005" comment="tetex-afm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160017" comment="tetex-doc is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160018" comment="tetex-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160019" comment="tetex-dvips is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160007" comment="tetex-dvips is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160020" comment="tetex-fonts is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160009" comment="tetex-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160021" comment="tetex-latex is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160011" comment="tetex-latex is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160022" comment="tetex-xdvi is earlier than 0:2.0.2-22.EL4.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060160013" comment="tetex-xdvi is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060163" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0163: cups security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0163-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0163.html" />
	<description>The Common UNIX Printing System (CUPS) provides a portable printing layer
for UNIX(R) operating systems.

Chris Evans discovered several flaws in the way CUPS processes PDF files.
An attacker could construct a carefully crafted PDF file that could cause
CUPS to crash or possibly execute arbitrary code when opened. The Common
Vulnerabilities and Exposures project assigned the names CVE-2005-3624,
CVE-2005-3625, CVE-2005-3626, and CVE-2005-3627 to these issues.

All users of CUPS should upgrade to these updated packages, which contain
backported patches to resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-11" />
        <updated date="2006-01-11" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3624">CVE-2005-3624</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3625">CVE-2005-3625</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3626">CVE-2005-3626</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3627">CVE-2005-3627</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163002" comment="cups is earlier than 1:1.1.17-13.3.36" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163003" comment="cups is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163004" comment="cups-devel is earlier than 1:1.1.17-13.3.36" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163005" comment="cups-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163006" comment="cups-libs is earlier than 1:1.1.17-13.3.36" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163007" comment="cups-libs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163009" comment="cups is earlier than 1:1.1.22-0.rc1.9.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163003" comment="cups is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163010" comment="cups-devel is earlier than 1:1.1.22-0.rc1.9.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163005" comment="cups-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163011" comment="cups-libs is earlier than 1:1.1.22-0.rc1.9.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060163007" comment="cups-libs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060164" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0164: mod_auth_pgsql security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0164-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0164.html" />
	<description>The mod_auth_pgsql package is an httpd module that allows user
authentication against information stored in a PostgreSQL database.

Several format string flaws were found in the way mod_auth_pgsql logs
information.  It may be possible for a remote attacker to execute arbitrary
code as the 'apache' user if mod_auth_pgsql is used for user
authentication. The Common Vulnerabilities and Exposures project assigned
the name CVE-2005-3656 to this issue.

Please note that this issue only affects servers which have mod_auth_pgsql
installed and configured to perform user authentication against a
PostgreSQL database.

All users of mod_auth_pgsql should upgrade to these updated packages, which
contain a backported patch to resolve this issue.

This issue does not affect the mod_auth_pgsql package supplied with Red Hat
Enterprise Linux 2.1.

Red Hat would like to thank iDefense for reporting this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-05" />
        <updated date="2006-01-05" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3656">CVE-2005-3656</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060164002" comment="mod_auth_pgsql is earlier than 0:2.0.1-4.ent.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060164003" comment="mod_auth_pgsql is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060164005" comment="mod_auth_pgsql is earlier than 0:2.0.1-7.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060164003" comment="mod_auth_pgsql is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060177" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0177: gpdf security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0177-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0177.html" />
	<description>gpdf is a GNOME based viewer for Portable Document Format (PDF) files.

Chris Evans discovered several flaws in the way gpdf processes PDF files.
An attacker could construct a carefully crafted PDF file that could cause
gpdf to crash or possibly execute arbitrary code when opened. The Common
Vulnerabilities and Exposures project assigned the names CVE-2005-3624,
CVE-2005-3625, CVE-2005-3626, and CVE-2005-3627 to these issues.

Users of gpdf should upgrade to this updated package, which contains a
backported patch to resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-11" />
        <updated date="2006-01-11" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3624">CVE-2005-3624</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3625">CVE-2005-3625</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3626">CVE-2005-3626</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3627">CVE-2005-3627</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060177002" comment="gpdf is earlier than 0:2.8.2-7.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060177003" comment="gpdf is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060178" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0178: ImageMagick security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0178-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0178.html" />
	<description>ImageMagick(TM) is an image display and manipulation tool for the X Window
System that can read and write multiple image formats.

A shell command injection flaw was found in ImageMagick's "display"
command. It is possible to execute arbitrary commands by tricking a user
into running "display" on a file with a specially crafted name. The Common
Vulnerabilities and Exposures project (cve.mitre.org) assigned the name
CVE-2005-4601 to this issue.

A format string flaw was discovered in the way ImageMagick handles
filenames. It may be possible to execute arbitrary commands by tricking a
user into running a carefully crafted ImageMagick command. (CVE-2006-0082)

Users of ImageMagick should upgrade to these updated packages, which
contain backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-14" />
        <updated date="2006-02-14" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4601">CVE-2005-4601</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082">CVE-2006-0082</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178002" comment="ImageMagick is earlier than 0:5.5.6-18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178003" comment="ImageMagick is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178004" comment="ImageMagick-c++ is earlier than 0:5.5.6-18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178005" comment="ImageMagick-c++ is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178006" comment="ImageMagick-c++-devel is earlier than 0:5.5.6-18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178007" comment="ImageMagick-c++-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178008" comment="ImageMagick-devel is earlier than 0:5.5.6-18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178009" comment="ImageMagick-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178010" comment="ImageMagick-perl is earlier than 0:5.5.6-18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178011" comment="ImageMagick-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178013" comment="ImageMagick is earlier than 0:6.0.7.1-14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178003" comment="ImageMagick is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178014" comment="ImageMagick-c++ is earlier than 0:6.0.7.1-14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178005" comment="ImageMagick-c++ is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178015" comment="ImageMagick-c++-devel is earlier than 0:6.0.7.1-14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178007" comment="ImageMagick-c++-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178016" comment="ImageMagick-devel is earlier than 0:6.0.7.1-14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178009" comment="ImageMagick-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178017" comment="ImageMagick-perl is earlier than 0:6.0.7.1-14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178011" comment="ImageMagick-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060184" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0184: kdelibs security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0184-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0184.html" />
	<description>kdelibs contains libraries for the K Desktop Environment (KDE).

A heap overflow flaw was discovered affecting kjs, the JavaScript
interpreter engine used by Konqueror and other parts of KDE.  An attacker
could create a malicious web site containing carefully crafted JavaScript
code that would trigger this flaw and possibly lead to arbitrary code
execution.  The Common Vulnerabilities and Exposures project assigned the
name CVE-2006-0019 to this issue.

NOTE: this issue does not affect KDE in Red Hat Enterprise Linux 3 or 2.1.

Users of KDE should upgrade to these updated packages, which contain a
backported patch from the KDE security team correcting this issue as well
as two bug fixes.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-01-19" />
        <updated date="2006-01-19" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0019">CVE-2006-0019</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060184002" comment="kdelibs is earlier than 6:3.3.1-3.14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060184003" comment="kdelibs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060184004" comment="kdelibs-devel is earlier than 6:3.3.1-3.14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060184005" comment="kdelibs-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060194" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0194: gd security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0194-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0194.html" />
	<description>The gd package contains a graphics library used for the dynamic creation of
images such as PNG and JPEG.

Several buffer overflow flaws were found in the way gd allocates memory. 
An attacker could create a carefully crafted image that could execute
arbitrary code if opened by a victim using a program linked against the gd
library.  The Common Vulnerabilities and Exposures project (cve.mitre.org)
assigned the name CVE-2004-0941 to these issues.

Users of gd should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-01" />
        <updated date="2006-02-01" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0941">CVE-2004-0941</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194002" comment="gd is earlier than 0:2.0.28-4.4E.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194003" comment="gd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194004" comment="gd-devel is earlier than 0:2.0.28-4.4E.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194005" comment="gd-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194006" comment="gd-progs is earlier than 0:2.0.28-4.4E.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060194007" comment="gd-progs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060195" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0195: tar security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0195-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0195.html" />
	<description>The GNU tar program saves many files together in one archive and can
restore individual files (or all of the files) from that archive. 

In 2002, a path traversal flaw was found in the way GNU tar extracted
archives. A malicious user could create a tar archive that could write to
arbitrary files to which the user running GNU tar has write access
(CVE-2002-0399).  Red Hat included a backported security patch to correct
this issue in Red Hat Enterprise Linux 3, and an erratum for Red Hat
Enterprise Linux 2.1 users was issued.

During internal testing, we discovered that our backported security patch
contained an incorrect optimization and therefore was not sufficient to
completely correct this vulnerability.  The Common Vulnerabilities and
Exposures project (cve.mitre.org) assigned the name CVE-2005-1918 to this
issue.

Users of tar should upgrade to this updated package, which contains a
replacement backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-21" />
        <updated date="2006-02-21" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1918">CVE-2005-1918</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060195002" comment="tar is earlier than 0:1.13.25-14.RHEL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060195003" comment="tar is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060197" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0197: python security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0197-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0197.html" />
	<description>Python is an interpreted, interactive, object-oriented programming language.

An integer overflow flaw was found in Python's PCRE library that could be
triggered by a maliciously crafted regular expression. On systems that
accept arbitrary regular expressions from untrusted users, this could be
exploited to execute arbitrary code with the privileges of the application
using the library.  The Common Vulnerabilities and Exposures project
assigned the name CVE-2005-2491 to this issue.

Users of Python should upgrade to these updated packages, which contain a
backported patch that is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-09" />
        <updated date="2006-03-09" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2491">CVE-2005-2491</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197002" comment="python is earlier than 0:2.2.3-6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197003" comment="python is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197004" comment="python-devel is earlier than 0:2.2.3-6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197005" comment="python-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197006" comment="python-tools is earlier than 0:2.2.3-6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197007" comment="python-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197008" comment="tkinter is earlier than 0:2.2.3-6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197009" comment="tkinter is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197011" comment="python is earlier than 0:2.3.4-14.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197003" comment="python is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197012" comment="python-devel is earlier than 0:2.3.4-14.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197005" comment="python-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197013" comment="python-docs is earlier than 0:2.3.4-14.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197014" comment="python-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197015" comment="python-tools is earlier than 0:2.3.4-14.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197007" comment="python-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197016" comment="tkinter is earlier than 0:2.3.4-14.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060197009" comment="tkinter is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060199" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0199: mozilla security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0199-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0199.html" />
	<description>Mozilla is an open source Web browser, advanced email and newsgroup client,
IRC chat client, and HTML editor.

Igor Bukanov discovered a bug in the way Mozilla's Javascript interpreter
dereferences objects. If a user visits a malicious web page, Mozilla could
crash or execute arbitrary code as the user running Mozilla. The Common
Vulnerabilities and Exposures project assigned the name CVE-2006-0292 to
this issue.

moz_bug_r_a4 discovered a bug in Mozilla's XULDocument.persist() function.
A malicious web page could inject arbitrary RDF data into a user's
localstore.rdf file, which can cause Mozilla to execute arbitrary
javascript when a user runs Mozilla.  (CVE-2006-0296)

A denial of service bug was found in the way Mozilla saves history
information. If a user visits a web page with a very long title, it is
possible Mozilla will crash or take a very long time the next time it is
run.  (CVE-2005-4134)

Note that the Red Hat Enterprise Linux 3 packages also fix a bug when
using XSLT to transform documents. Passing DOM Nodes as parameters to
functions expecting an xsl:param could cause Mozilla to throw an exception.

Users of Mozilla are advised to upgrade to these updated packages, which
contain backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-02" />
        <updated date="2006-02-02" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4134">CVE-2005-4134</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0292">CVE-2006-0292</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0296">CVE-2006-0296</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199002" comment="mozilla is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199003" comment="mozilla is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199004" comment="mozilla-chat is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199005" comment="mozilla-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199006" comment="mozilla-devel is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199007" comment="mozilla-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199008" comment="mozilla-dom-inspector is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199009" comment="mozilla-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199010" comment="mozilla-js-debugger is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199011" comment="mozilla-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199012" comment="mozilla-mail is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199013" comment="mozilla-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199014" comment="mozilla-nspr is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199015" comment="mozilla-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199016" comment="mozilla-nspr-devel is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199017" comment="mozilla-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199018" comment="mozilla-nss is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199019" comment="mozilla-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199020" comment="mozilla-nss-devel is earlier than 37:1.7.12-1.1.3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199021" comment="mozilla-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199023" comment="mozilla is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199003" comment="mozilla is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199024" comment="mozilla-chat is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199005" comment="mozilla-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199025" comment="mozilla-devel is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199007" comment="mozilla-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199026" comment="mozilla-dom-inspector is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199009" comment="mozilla-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199027" comment="mozilla-js-debugger is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199011" comment="mozilla-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199028" comment="mozilla-mail is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199013" comment="mozilla-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199029" comment="mozilla-nspr is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199015" comment="mozilla-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199030" comment="mozilla-nspr-devel is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199017" comment="mozilla-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199031" comment="mozilla-nss is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199019" comment="mozilla-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199032" comment="mozilla-nss-devel is earlier than 37:1.7.12-1.4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199021" comment="mozilla-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060200" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0200: firefox security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0200-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0200.html" />
	<description>Mozilla Firefox is an open source Web browser. 

Igor Bukanov discovered a bug in the way Firefox's Javascript interpreter
derefernces objects.  If a user visits a malicious web page, Firefox could
crash or execute arbitrary code as the user running Firefox. The Common
Vulnerabilities and Exposures project assigned the name CVE-2006-0292 to
this issue.

moz_bug_r_a4 discovered a bug in Firefox's XULDocument.persist() function.
A malicious web page could inject arbitrary RDF data into a user's
localstore.rdf file, which can cause Firefox to execute arbitrary
javascript when a user runs Firefox.  (CVE-2006-0296)

A denial of service bug was found in the way Firefox saves history
information. If a user visits a web page with a very long title, it is
possible Firefox will crash or take a very long time the next time it is
run. (CVE-2005-4134)

This update also fixes a bug when using XSLT to transform documents.
Passing DOM Nodes as parameters to functions expecting an xsl:param could
cause Firefox to throw an exception. 

Users of Firefox are advised to upgrade to this updated package, which
contains backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-02" />
        <updated date="2006-02-02" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4134">CVE-2005-4134</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0292">CVE-2006-0292</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0296">CVE-2006-0296</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060200002" comment="firefox is earlier than 0:1.0.7-1.4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060200003" comment="firefox is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060201" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0201: xpdf security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0201-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0201.html" />
	<description>The xpdf package is an X Window System-based viewer for Portable Document
Format (PDF) files.

A heap based buffer overflow bug was discovered in Xpdf. An attacker could
construct a carefully crafted PDF file that could cause Xpdf to crash or
possibly execute arbitrary code when opened. The Common Vulnerabilities and
Exposures project assigned the name CVE-2006-0301 to this issue.

Users of Xpdf should upgrade to this updated package, which contains a
backported patch to resolve these issues.

Red Hat would like to thank Dirk Mueller for reporting this issue and
providing a patch.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-13" />
        <updated date="2006-02-13" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0301">CVE-2006-0301</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060201002" comment="xpdf is earlier than 1:3.00-11.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060201003" comment="xpdf is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060204" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0204: mailman security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0204-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0204.html" />
	<description>Mailman is software to help manage email discussion lists.

A flaw in handling of UTF8 character encodings was found in Mailman.  An
attacker could send a carefully crafted email message to a mailing list run
by Mailman which would cause that particular mailing list to stop working.
The Common Vulnerabilities and Exposures project assigned the name
CVE-2005-3573 to this issue.

A flaw in date handling was found in Mailman version 2.1.4 through 2.1.6. 
An attacker could send a carefully crafted email message to a mailing list
run by Mailman which would cause the Mailman server to crash.  (CVE-2005-4153).

Users of Mailman should upgrade to this updated package, which contains
backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-07" />
        <updated date="2006-03-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3573">CVE-2005-3573</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4153">CVE-2005-4153</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204002" comment="mailman is earlier than 3:2.1.5.1-25.rhel3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204005" comment="mailman is earlier than 3:2.1.5.1-34.rhel4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060205" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0205: libpng security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0205-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0205.html" />
	<description>The libpng package contains a library of functions for creating and
manipulating PNG (Portable Network Graphics) image format files.

A heap based buffer overflow bug was found in the way libpng strips alpha
channels from a PNG image. An attacker could create a carefully crafted PNG
image file in such a way that it could cause an application linked with
libpng to crash or execute arbitrary code when the file is opened by a
victim. The Common Vulnerabilities and Exposures project has assigned the
name CVE-2006-0481 to this issue.

Please note that the vunerable libpng function is only used by TeTeX and
XEmacs on Red Hat Enterprise Linux 4.

All users of libpng are advised to update to these updated packages which
contain a backported patch that is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-13" />
        <updated date="2006-02-13" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0481">CVE-2006-0481</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060205002" comment="libpng is earlier than 2:1.2.7-1.el4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060205003" comment="libpng is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060205004" comment="libpng-devel is earlier than 2:1.2.7-1.el4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060205005" comment="libpng-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060206" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0206: kdegraphics security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0206-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0206.html" />
	<description>The kdegraphics packages contain applications for the K Desktop Environment
including kpdf, a pdf file viewer.

A heap based buffer overflow bug was discovered in kpdf. An attacker could
construct a carefully crafted PDF file that could cause kpdf to crash or
possibly execute arbitrary code when opened. The Common Vulnerabilities and
Exposures project assigned the name CVE-2006-0301 to this issue.

Users of kpdf should upgrade to these updated packages, which contain a
backported patch to resolve this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-13" />
        <updated date="2006-02-13" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0301">CVE-2006-0301</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206002" comment="kdegraphics is earlier than 7:3.3.1-3.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206003" comment="kdegraphics is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206004" comment="kdegraphics-devel is earlier than 7:3.3.1-3.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206005" comment="kdegraphics-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060207" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0207: gnutls security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0207-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0207.html" />
	<description>The GNU TLS Library provides support for cryptographic algorithms and
protocols such as TLS. GNU TLS includes Libtasn1, a library developed for
ASN.1 structures management that includes DER encoding and decoding.

Several flaws were found in the way libtasn1 decodes DER.  An attacker
could create a carefully crafted invalid X.509 certificate in such a way
that could trigger this flaw if parsed by an application that uses GNU TLS.
This could lead to a denial of service (application crash).  It is not
certain if this issue could be escalated to allow arbitrary code execution. 
The Common Vulnerabilities and Exposures project assigned the name
CVE-2006-0645 to this issue.

In Red Hat Enterprise Linux 4, the GNU TLS library is only used by the
Evolution client when connecting to an Exchange server or when publishing
calendar information to a WebDAV server.

Users are advised to upgrade to these updated packages, which contain a
backported patch from the GNU TLS maintainers to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-02-10" />
        <updated date="2006-02-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0645">CVE-2006-0645</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207002" comment="gnutls is earlier than 0:1.0.20-3.2.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207003" comment="gnutls is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207004" comment="gnutls-devel is earlier than 0:1.0.20-3.2.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207005" comment="gnutls-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060232" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0232: tar security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0232-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0232.html" />
	<description>The GNU tar program saves many files together in one archive and can
restore individual files (or all of the files) from that archive.

Jim Meyering discovered a buffer overflow bug in the way GNU tar extracts
malformed archives. By tricking a user into extracting a malicious tar
archive, it is possible to execute arbitrary code as the user running tar.
The Common Vulnerabilities and Exposures project (cve.mitre.org) assigned
the name CVE-2006-0300 to this issue.

Users of tar should upgrade to this updated package, which contains a
backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-01" />
        <updated date="2006-03-01" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0300">CVE-2006-0300</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060232002" comment="tar is earlier than 0:1.14-9.RHEL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060195003" comment="tar is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060262" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0262: kdegraphics security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0262-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0262.html" />
	<description>The kdegraphics packages contain applications for the K Desktop Environment
including kpdf, a PDF file viewer.

Marcelo Ricardo Leitner discovered that a kpdf security fix, CVE-2005-3627,
was incomplete.  Red Hat issued kdegraphics packages with this incomplete
fix in RHSA-2005:868.  An attacker could construct a carefully crafted PDF
file that could cause kpdf to crash or possibly execute arbitrary code when
opened.  The Common Vulnerabilities and Exposures project assigned the name
CVE-2006-0746 to this issue.

Users of kpdf should upgrade to these updated packages, which contain a
backported patch to resolve this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-09" />
        <updated date="2006-03-09" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0746">CVE-2006-0746</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060262002" comment="kdegraphics is earlier than 7:3.3.1-3.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206003" comment="kdegraphics is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060262004" comment="kdegraphics-devel is earlier than 7:3.3.1-3.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206005" comment="kdegraphics-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060264" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0264: sendmail security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0264-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0264.html" />
	<description>Sendmail is a Mail Transport Agent (MTA) used to send mail between machines.

A flaw in the handling of asynchronous signals was discovered in Sendmail.
A remote attacker may be able to exploit a race condition to execute
arbitrary code as root.  The Common Vulnerabilities and Exposures project
assigned the name CVE-2006-0058 to this issue.

By default on Red Hat Enterprise Linux 3 and 4, Sendmail is configured to
only accept connections from the local host.  Therefore, only users who have
configured Sendmail to listen to remote hosts would be able to be remotely
exploited by this vulnerability.

Users of Sendmail are advised to upgrade to these erratum packages, which
contain a backported patch from the Sendmail team to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-22" />
        <updated date="2006-03-22" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0058">CVE-2006-0058</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264002" comment="sendmail is earlier than 0:8.12.11-4.RHEL3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264003" comment="sendmail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264004" comment="sendmail-cf is earlier than 0:8.12.11-4.RHEL3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264005" comment="sendmail-cf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264006" comment="sendmail-devel is earlier than 0:8.12.11-4.RHEL3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264007" comment="sendmail-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264008" comment="sendmail-doc is earlier than 0:8.12.11-4.RHEL3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264009" comment="sendmail-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264011" comment="sendmail is earlier than 0:8.13.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264003" comment="sendmail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264012" comment="sendmail-cf is earlier than 0:8.13.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264005" comment="sendmail-cf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264013" comment="sendmail-devel is earlier than 0:8.13.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264007" comment="sendmail-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264014" comment="sendmail-doc is earlier than 0:8.13.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264009" comment="sendmail-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060266" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0266: gnupg security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0266-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0266.html" />
	<description>GnuPG is a utility for encrypting data and creating digital signatures.

Tavis Ormandy discovered a bug in the way GnuPG verifies cryptographically
signed data with detached signatures. It is possible for an attacker to
construct a cryptographically signed message which could appear to come
from a third party.  When a victim processes a GnuPG message with a
malformed detached signature, GnuPG ignores the malformed signature,
processes and outputs the signed data, and exits with status 0, just as it
would if the signature had been valid.  In this case, GnuPG's exit status
would not indicate that no signature verification had taken place. This
issue would primarily be of concern when processing GnuPG results via an
automated script. The Common Vulnerabilities and Exposures project assigned
the name CVE-2006-0455 to this issue.

Tavis Ormandy also discovered a bug in the way GnuPG verifies
cryptographically signed data with inline signatures. It is possible for an
attacker to inject unsigned data into a signed message in such a way that
when a victim processes the message to recover the data, the unsigned data
is output along with the signed data, giving the appearance of having been
signed.  This issue is mitigated in the GnuPG shipped with Red Hat
Enterprise Linux as the --ignore-crc-error option must be passed to the gpg
executable for this attack to be successful. The Common Vulnerabilities and
Exposures project assigned the name CVE-2006-0049 to this issue.

Note that neither of these issues affect the way RPM or up2date verify RPM
package files, nor is RPM vulnerable to either of these issues.

All users of GnuPG are advised to upgrade to this updated package, which
contains backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-03-15" />
        <updated date="2006-03-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0049">CVE-2006-0049</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0455">CVE-2006-0455</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266002" comment="gnupg is earlier than 0:1.2.1-15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266005" comment="gnupg is earlier than 0:1.2.6-3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060267" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0267: ipsec-tools security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0267-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0267.html" />
	<description>The ipsec-tools package is used in conjunction with the IPsec functionality
in the linux kernel and includes racoon, an IKEv1 keying daemon.

A denial of service flaw was found in the ipsec-tools racoon daemon.  If a
victim's machine has racoon configured in a non-recommended insecure
manner, it is possible for a remote attacker to crash the racoon daemon. 
(CVE-2005-3732)

Users of ipsec-tools should upgrade to these updated packages, which contain
backported patches, and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-25" />
        <updated date="2006-04-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3732">CVE-2005-3732</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060267002" comment="ipsec-tools is earlier than 0:0.2.5-0.7.rhel3.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060267003" comment="ipsec-tools is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060267005" comment="ipsec-tools is earlier than 0:0.3.3-6.rhel4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060267003" comment="ipsec-tools is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060271" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0271: freeradius security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0271-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0271.html" />
	<description>FreeRADIUS is a high-performance and highly configurable free RADIUS server
designed to allow centralized authentication and authorization for a network. 

A bug was found in the way FreeRADIUS authenticates users via the MSCHAP V2
protocol. It is possible for a remote attacker to authenticate as a victim
by sending a malformed MSCHAP V2 login request to the FreeRADIUS server.
(CVE-2006-1354)

Please note that FreeRADIUS installations not using the MSCHAP V2 protocol
for authentication are not vulnerable to this issue.

A bug was also found in the way FreeRADIUS logs SQL errors from the
sql_unixodbc module. It may be possible for an attacker to cause FreeRADIUS
to crash or execute arbitrary code if they are able to manipulate the SQL
database FreeRADIUS is connecting to. (CVE-2005-4744)

Users of FreeRADIUS should update to these erratum packages, which contain
backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-04" />
        <updated date="2006-04-13" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1354">CVE-2006-1354</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4744">CVE-2005-4744</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271002" comment="freeradius is earlier than 0:1.0.1-2.RHEL3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271003" comment="freeradius is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271005" comment="freeradius is earlier than 0:1.0.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271003" comment="freeradius is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271006" comment="freeradius-mysql is earlier than 0:1.0.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271007" comment="freeradius-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271008" comment="freeradius-postgresql is earlier than 0:1.0.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271009" comment="freeradius-postgresql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271010" comment="freeradius-unixODBC is earlier than 0:1.0.1-3.RHEL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060271011" comment="freeradius-unixODBC is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060272" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0272: openmotif security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0272-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0272.html" />
	<description>OpenMotif provides libraries which implement the Motif industry standard
graphical user interface. 

A number of buffer overflow flaws were discovered in OpenMotif's libUil
library. It is possible for an attacker to execute arbitrary code as a
victim who has been tricked into executing a program linked against
OpenMotif, which then loads a malicious User Interface Language (UIL) file.
(CVE-2005-3964)

Users of OpenMotif are advised to upgrade to these erratum packages, which
contain a backported security patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-04" />
        <updated date="2006-04-04" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3964">CVE-2005-3964</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272002" comment="openmotif is earlier than 0:2.2.3-5.RHEL3.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272003" comment="openmotif is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272004" comment="openmotif21 is earlier than 0:2.1.30-9.RHEL3.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272005" comment="openmotif21 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272006" comment="openmotif-devel is earlier than 0:2.2.3-5.RHEL3.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272007" comment="openmotif-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272009" comment="openmotif is earlier than 0:2.2.3-10.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272003" comment="openmotif is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272010" comment="openmotif21 is earlier than 0:2.1.30-11.RHEL4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272005" comment="openmotif21 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272011" comment="openmotif-devel is earlier than 0:2.2.3-10.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060272007" comment="openmotif-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060276" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0276: php security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0276-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0276.html" />
	<description>PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Web server. 

The phpinfo() PHP function did not properly sanitize long strings.  An
attacker could use this to perform cross-site scripting attacks against
sites that have publicly-available PHP scripts that call phpinfo(). 
(CVE-2006-0996)

The html_entity_decode() PHP function was found to not be binary safe. An
attacker could use this flaw to disclose a certain part of the memory.  In
order for this issue to be exploitable the target site would need to have a
PHP script which called the "html_entity_decode()" function with untrusted
input from the user and displayed the result.  (CVE-2006-1490)

The error handling output was found to not properly escape HTML output in
certain cases.  An attacker could use this flaw to perform cross-site
scripting attacks against sites where both display_errors and html_errors
are enabled.  (CVE-2006-0208)

An input validation error was found in the "mb_send_mail()" function.  An
attacker could use this flaw to inject arbitrary headers in a mail sent via
a script calling the "mb_send_mail()" function where the "To" parameter can
be controlled by the attacker.  (CVE-2005-3883)

A buffer overflow flaw was discovered in uw-imap, the University of
Washington's IMAP Server.  php-imap is compiled against the static c-client
libraries from imap and therefore needed to be recompiled against the fixed
version.  This issue only affected Red Hat Enterprise Linux 3.
(CVE-2005-2933).

Users of PHP should upgrade to these updated packages, which contain
backported patches that resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-25" />
        <updated date="2006-04-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1303">CVE-2003-1303</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2933">CVE-2005-2933</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3883">CVE-2005-3883</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0208">CVE-2006-0208</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0996">CVE-2006-0996</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1490">CVE-2006-1490</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276002" comment="php is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276004" comment="php-devel is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276006" comment="php-imap is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276008" comment="php-ldap is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276010" comment="php-mysql is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276012" comment="php-odbc is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276014" comment="php-pgsql is earlier than 0:4.3.2-30.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276017" comment="php is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276018" comment="php-devel is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276019" comment="php-domxml is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276020" comment="php-domxml is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276021" comment="php-gd is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276022" comment="php-gd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276023" comment="php-imap is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276024" comment="php-ldap is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276025" comment="php-mbstring is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276026" comment="php-mbstring is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276027" comment="php-mysql is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276028" comment="php-ncurses is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276029" comment="php-ncurses is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276030" comment="php-odbc is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276031" comment="php-pear is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276032" comment="php-pear is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276033" comment="php-pgsql is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276034" comment="php-snmp is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276035" comment="php-snmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276036" comment="php-xmlrpc is earlier than 0:4.3.9-3.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276037" comment="php-xmlrpc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060280" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0280: dia security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0280-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0280.html" />
	<description>The Dia drawing program is designed to draw various types of diagrams.

infamous41md discovered three buffer overflow bugs in Dia's xfig file
format importer. If an attacker is able to trick a Dia user into opening a
carefully crafted xfig file, it may be possible to execute arbitrary code
as the user running Dia. (CVE-2006-1550)

Users of Dia should update to these erratum packages, which contain
backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-03" />
        <updated date="2006-05-03" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1550">CVE-2006-1550</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060280002" comment="dia is earlier than 1:0.94-5.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060280003" comment="dia is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060283" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0283: squirrelmail security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0283-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0283.html" />
	<description>SquirrelMail is a standards-based webmail package written in PHP4.

A bug was found in the way SquirrelMail presents the right frame to the
user. If a user can be tricked into opening a carefully crafted URL, it is
possible to present the user with arbitrary HTML data. (CVE-2006-0188)

A bug was found in the way SquirrelMail filters incoming HTML email. It is
possible to cause a victim's web browser to request remote content by
opening a HTML email while running a web browser that processes certain
types of invalid style sheets. Only Internet Explorer is known to process
such malformed style sheets. (CVE-2006-0195)

A bug was found in the way SquirrelMail processes a request to select an
IMAP mailbox. If a user can be tricked into opening a carefully crafted
URL, it is possible to execute arbitrary IMAP commands as the user viewing
their mail with SquirrelMail. (CVE-2006-0377)

Users of SquirrelMail are advised to upgrade to this updated package, which
contains SquirrelMail version 1.4.6 and is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-03" />
        <updated date="2006-05-03" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0188">CVE-2006-0188</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0195">CVE-2006-0195</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0377">CVE-2006-0377</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283002" comment="squirrelmail is earlier than 0:1.4.6-5.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283005" comment="squirrelmail is earlier than 0:1.4.6-5.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060298" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0298: openssh security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0298-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0298.html" />
	<description>OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. This
package includes the core files necessary for both the OpenSSH client and
server.

An arbitrary command execution flaw was discovered in the way scp copies
files locally. It is possible for a local attacker to create a file with a
carefully crafted name that could execute arbitrary commands as the user
running scp to copy files locally. (CVE-2006-0225)

The SSH daemon, when restricting host access by numeric IP addresses and
with VerifyReverseMapping disabled, allows remote attackers to bypass
"from=" and "user@host" address restrictions by connecting to a host from a
system whose reverse DNS hostname contains the numeric IP address.
(CVE-2003-0386)

The following issues have also been fixed in this update:

* If the sshd service was stopped using the sshd init script while the
  main sshd daemon was not running, the init script would kill other sshd
  processes, such as the running sessions.  For example, this could happen
  when the 'service sshd stop' command was issued twice.

* When privilege separation was enabled, the last login message was printed
  only for the root user.

* The sshd daemon was sending messages to the system log from a signal
  handler when debug logging was enabled. This could cause a deadlock of
  the user's connection.

All users of openssh should upgrade to these updated packages, which
resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-20" />
        <updated date="2006-07-20" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0225">CVE-2006-0225</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0386">CVE-2003-0386</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060298002" comment="openssh is earlier than 0:3.6.1p2-33.30.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044003" comment="openssh is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060298004" comment="openssh-askpass is earlier than 0:3.6.1p2-33.30.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044005" comment="openssh-askpass is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060298006" comment="openssh-askpass-gnome is earlier than 0:3.6.1p2-33.30.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044007" comment="openssh-askpass-gnome is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060298008" comment="openssh-clients is earlier than 0:3.6.1p2-33.30.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044009" comment="openssh-clients is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060298010" comment="openssh-server is earlier than 0:3.6.1p2-33.30.9" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060044011" comment="openssh-server is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060328" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0328: firefox security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0328-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0328.html" />
	<description>Mozilla Firefox is an open source Web browser.

Several bugs were found in the way Firefox processes malformed javascript.
A malicious web page could modify the content of a different open web page,
possibly stealing sensitive information or conducting a cross-site
scripting attack. (CVE-2006-1731, CVE-2006-1732, CVE-2006-1741)

Several bugs were found in the way Firefox processes certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-1727,
CVE-2006-1728, CVE-2006-1733, CVE-2006-1734, CVE-2006-1735, CVE-2006-1742)

Several bugs were found in the way Firefox processes malformed web pages.
A carefully crafted malicious web page could cause the execution of
arbitrary code as the user running Firefox. (CVE-2006-0748, CVE-2006-0749,
CVE-2006-1724, CVE-2006-1730, CVE-2006-1737, CVE-2006-1738, CVE-2006-1739,
CVE-2006-1790) 

A bug was found in the way Firefox displays the secure site icon. If a
browser is configured to display the non-default secure site modal warning
dialog, it may be possible to trick a user into believing they are viewing
a secure site. (CVE-2006-1740)

A bug was found in the way Firefox allows javascript mutation events on
"input" form elements. A malicious web page could be created in such a way
that when a user submits a form, an arbitrary file could be uploaded to the
attacker. (CVE-2006-1729)

Users of Firefox are advised to upgrade to these updated packages
containing Firefox version 1.0.8 which corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-14" />
        <updated date="2006-04-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0748">CVE-2006-0748</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0749">CVE-2006-0749</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1724">CVE-2006-1724</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1727">CVE-2006-1727</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1728">CVE-2006-1728</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1729">CVE-2006-1729</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1730">CVE-2006-1730</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1731">CVE-2006-1731</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1732">CVE-2006-1732</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1733">CVE-2006-1733</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1734">CVE-2006-1734</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1735">CVE-2006-1735</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1737">CVE-2006-1737</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1738">CVE-2006-1738</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1739">CVE-2006-1739</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1740">CVE-2006-1740</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1741">CVE-2006-1741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1742">CVE-2006-1742</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1790">CVE-2006-1790</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060328002" comment="firefox is earlier than 0:1.0.8-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060200003" comment="firefox is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060329" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0329: mozilla security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0329-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0329.html" />
	<description>Mozilla is an open source Web browser, advanced email and newsgroup client,
IRC chat client, and HTML editor.

Several bugs were found in the way Mozilla processes malformed javascript.
A malicious web page could modify the content of a different open web
page, possibly stealing sensitive information or conducting a cross-site
scripting attack. (CVE-2006-1731, CVE-2006-1732, CVE-2006-1741)

Several bugs were found in the way Mozilla processes certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-1727,
CVE-2006-1728, CVE-2006-1733, CVE-2006-1734, CVE-2006-1735, CVE-2006-1742)

Several bugs were found in the way Mozilla processes malformed web pages. 
A carefully crafted malicious web page could cause the execution of
arbitrary code as the user running Mozilla. (CVE-2006-0748, CVE-2006-0749,
CVE-2006-1730, CVE-2006-1737, CVE-2006-1738, CVE-2006-1739, CVE-2006-1790)

A bug was found in the way Mozilla displays the secure site icon. If a
browser is configured to display the non-default secure site modal warning
dialog, it may be possible to trick a user into believing they are viewing
a secure site. (CVE-2006-1740)

A bug was found in the way Mozilla allows javascript mutation events on
"input" form elements. A malicious web page could be created in such a way
that when a user submits a form, an arbitrary file could be uploaded to the
attacker. (CVE-2006-1729)

A bug was found in the way Mozilla executes in-line mail forwarding. If a
user can be tricked into forwarding a maliciously crafted mail message as
in-line content, it is possible for the message to execute javascript with
the permissions of "chrome". (CVE-2006-0884)

Users of Mozilla are advised to upgrade to these updated packages
containing Mozilla version 1.7.13 which corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-18" />
        <updated date="2006-04-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0748">CVE-2006-0748</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0749">CVE-2006-0749</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0884">CVE-2006-0884</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1724">CVE-2006-1724</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1727">CVE-2006-1727</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1728">CVE-2006-1728</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1729">CVE-2006-1729</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1730">CVE-2006-1730</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1731">CVE-2006-1731</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1732">CVE-2006-1732</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1733">CVE-2006-1733</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1734">CVE-2006-1734</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1735">CVE-2006-1735</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1737">CVE-2006-1737</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1738">CVE-2006-1738</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1739">CVE-2006-1739</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1740">CVE-2006-1740</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1741">CVE-2006-1741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1742">CVE-2006-1742</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1790">CVE-2006-1790</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329002" comment="mozilla is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199003" comment="mozilla is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329004" comment="mozilla-chat is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199005" comment="mozilla-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329006" comment="mozilla-devel is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199007" comment="mozilla-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329008" comment="mozilla-dom-inspector is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199009" comment="mozilla-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329010" comment="mozilla-js-debugger is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199011" comment="mozilla-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329012" comment="mozilla-mail is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199013" comment="mozilla-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329014" comment="mozilla-nspr is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199015" comment="mozilla-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329016" comment="mozilla-nspr-devel is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199017" comment="mozilla-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329018" comment="mozilla-nss is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199019" comment="mozilla-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329020" comment="mozilla-nss-devel is earlier than 37:1.7.13-1.1.3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199021" comment="mozilla-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329023" comment="devhelp is earlier than 0:0.9.2-2.4.8" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329024" comment="devhelp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329025" comment="mozilla is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199003" comment="mozilla is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329026" comment="devhelp-devel is earlier than 0:0.9.2-2.4.8" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329027" comment="devhelp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329028" comment="mozilla-chat is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199005" comment="mozilla-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329029" comment="mozilla-devel is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199007" comment="mozilla-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329030" comment="mozilla-dom-inspector is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199009" comment="mozilla-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329031" comment="mozilla-js-debugger is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199011" comment="mozilla-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329032" comment="mozilla-mail is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199013" comment="mozilla-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329033" comment="mozilla-nspr is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199015" comment="mozilla-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329034" comment="mozilla-nspr-devel is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199017" comment="mozilla-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329035" comment="mozilla-nss is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199019" comment="mozilla-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329036" comment="mozilla-nss-devel is earlier than 37:1.7.13-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060199021" comment="mozilla-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060330" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0330: thunderbird security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0330-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0330.html" />
	<description>Mozilla Thunderbird is a standalone mail and newsgroup client.

Several bugs were found in the way Thunderbird processes malformed
javascript. A malicious HTML mail message could modify the content of a
different open HTML mail message, possibly stealing sensitive information
or conducting a cross-site scripting attack. Please note that JavaScript
support is disabled by default in Thunderbird. (CVE-2006-1731,
CVE-2006-1732, CVE-2006-1741)

Several bugs were found in the way Thunderbird processes certain 
javascript actions. A malicious HTML mail message could execute arbitrary 
javascript instructions with the permissions of 'chrome', allowing the 
page to steal sensitive information or install browser malware. Please 
note that JavaScript support is disabled by default in Thunderbird. 
(CVE-2006-0292, CVE-2006-0296, CVE-2006-1727, CVE-2006-1728, CVE-2006-1733,
CVE-2006-1734, CVE-2006-1735, CVE-2006-1742)

Several bugs were found in the way Thunderbird processes malformed HTML
mail messages.  A carefully crafted malicious HTML mail message could 
cause the execution of arbitrary code as the user running Thunderbird.
(CVE-2006-0748, CVE-2006-0749, CVE-2006-1724, CVE-2006-1730, CVE-2006-1737,
CVE-2006-1738, CVE-2006-1739, CVE-2006-1790)

A bug was found in the way Thunderbird processes certain inline content 
in HTML mail messages. It may be possible for a remote attacker to send a
carefully crafted mail message to the victim, which will fetch remote
content, even if Thunderbird is configured not to fetch remote content.
(CVE-2006-1045)

A bug was found in the way Thunderbird executes in-line mail forwarding. If
a user can be tricked into forwarding a maliciously crafted mail message as
in-line content, it is possible for the message to execute javascript with
the permissions of "chrome". (CVE-2006-0884)

Users of Thunderbird are advised to upgrade to these updated packages
containing Thunderbird version 1.0.8, which is not vulnerable to these 
issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-04-21" />
        <updated date="2006-04-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0292">CVE-2006-0292</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0296">CVE-2006-0296</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0748">CVE-2006-0748</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0749">CVE-2006-0749</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0884">CVE-2006-0884</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1045">CVE-2006-1045</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1724">CVE-2006-1724</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1727">CVE-2006-1727</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1728">CVE-2006-1728</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1730">CVE-2006-1730</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1731">CVE-2006-1731</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1732">CVE-2006-1732</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1733">CVE-2006-1733</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1734">CVE-2006-1734</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1735">CVE-2006-1735</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1737">CVE-2006-1737</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1738">CVE-2006-1738</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1739">CVE-2006-1739</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1741">CVE-2006-1741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1742">CVE-2006-1742</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1790">CVE-2006-1790</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060330002" comment="thunderbird is earlier than 0:1.0.8-1.4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060330003" comment="thunderbird is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060354" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0354: elfutils security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0354-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0354.html" />
	<description>The elfutils packages contain a number of utility programs and libraries
related to the creation and maintenance of executable code.

The elfutils packages that originally shipped with Red Hat Enterprise Linux 4
were GPL-licensed versions which lacked some functionality. Previous
updates provided fully functional versions of elfutils only under the OSL
license. This update provides a fully functional, GPL-licensed version of
elfutils. 

In the OSL-licensed elfutils versions provided in previous updates, some
tools could sometimes crash when given corrupted input files.  (CVE-2005-1704)

Also, when the eu-strip tool was used to create separate debuginfo files
from relocatable objects such as kernel modules (.ko), the resulting
debuginfo files (.ko.debug) were sometimes corrupted.  Both of these
problems are fixed in the new version.

Users of elfutils should upgrade to these updated packages, which resolve
these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1704">CVE-2005-1704</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354002" comment="elfutils is earlier than 0:0.97.1-3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354003" comment="elfutils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354004" comment="elfutils-devel is earlier than 0:0.97.1-3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354005" comment="elfutils-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354006" comment="elfutils-libelf is earlier than 0:0.97.1-3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354007" comment="elfutils-libelf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354008" comment="elfutils-libelf-devel is earlier than 0:0.97.1-3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354009" comment="elfutils-libelf-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060368" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0368: elfutils security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0368-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0368.html" />
	<description>The elfutils packages contain a number of utility programs and libraries
related to the creation and maintenance of executable code.

The elfutils packages that originally shipped with Red Hat Enterprise Linux
3 were GPL-licensed versions which lacked some functionality. Previous
updates provided fully functional versions of elfutils only under the OSL
license. This update provides a fully functional, GPL-licensed version of
elfutils. 

In the OSL-licensed elfutils versions provided in previous updates, some
tools could sometimes crash when given corrupted input files. (CVE-2005-1704)

Also, when the eu-strip tool was used to create separate debuginfo files
from relocatable objects such as kernel modules (.ko), the resulting
debuginfo files (.ko.debug) were sometimes corrupted.  Both of these
problems are fixed in the new version.

Users of elfutils should upgrade to these updated packages, which resolve
these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-20" />
        <updated date="2006-07-20" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1704">CVE-2005-1704</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060368002" comment="elfutils is earlier than 0:0.94.1-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354003" comment="elfutils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060368004" comment="elfutils-devel is earlier than 0:0.94.1-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354005" comment="elfutils-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060368006" comment="elfutils-libelf is earlier than 0:0.94.1-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354007" comment="elfutils-libelf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060368008" comment="elfutils-libelf-devel is earlier than 0:0.94.1-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060354009" comment="elfutils-libelf-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060393" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0393: ntp security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0393-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0393.html" />
	<description>The Network Time Protocol (NTP) is used to synchronize a computer's time
with a reference time source.

The NTP daemon (ntpd), when run with the -u option and using a string to
specify the group, uses the group ID of the user instead of the group,
which causes ntpd to run with different privileges than intended.
(CVE-2005-2496)

The following issues have also been addressed in this update: 
- The init script had several problems
- The script executed on upgrade could fail
- The man page for ntpd indicated the wrong option for specifying a chroot
directory
- The ntp daemon could crash with the message "Exiting: No more memory!"
- There is a new option for syncing the hardware clock after a successful
run of ntpdate

Users of ntp should upgrade to these updated packages, which resolve these
issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2496">CVE-2005-2496</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060393002" comment="ntp is earlier than 0:4.2.0.a.20040617-4.EL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060393003" comment="ntp is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060420" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0420: ethereal security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0420-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0420.html" />
	<description>Ethereal is a program for monitoring network traffic.

Several denial of service bugs were found in Ethereal's protocol
dissectors. Ethereal could crash or stop responding if it reads a malformed
packet off the network.  (CVE-2006-1932, CVE-2006-1933, CVE-2006-1937,
CVE-2006-1938, CVE-2006-1939, CVE-2006-1940)

Several buffer overflow bugs were found in Ethereal's COPS, telnet, and
ALCAP dissectors as well as Network Instruments file code and
NetXray/Windows Sniffer file code.  Ethereal could crash or execute
arbitrary code if it reads a malformed packet off the network.
(CVE-2006-1934, CVE-2006-1935, CVE-2006-1936)

Users of ethereal should upgrade to these updated packages containing
version 0.99.0, which is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-03" />
        <updated date="2006-05-03" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1932">CVE-2006-1932</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1933">CVE-2006-1933</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1934">CVE-2006-1934</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1935">CVE-2006-1935</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1936">CVE-2006-1936</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1937">CVE-2006-1937</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1938">CVE-2006-1938</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1939">CVE-2006-1939</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1940">CVE-2006-1940</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060420002" comment="ethereal is earlier than 0:0.99.0-EL3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156003" comment="ethereal is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060420004" comment="ethereal-gnome is earlier than 0:0.99.0-EL3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156005" comment="ethereal-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060420007" comment="ethereal is earlier than 0:0.99.0-EL4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156003" comment="ethereal is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060420008" comment="ethereal-gnome is earlier than 0:0.99.0-EL4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060156005" comment="ethereal-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060425" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0425: libtiff security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0425-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0425.html" />
	<description>The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) image format files.

An integer overflow flaw was discovered in libtiff. An attacker could
create a carefully crafted TIFF file in such a way that it could cause an
application linked with libtiff to crash or possibly execute arbitrary
code. (CVE-2006-2025)

A double free flaw was discovered in libtiff. An attacker could create a
carefully crafted TIFF file in such a way that it could cause an
application linked with libtiff to crash or possibly execute arbitrary
code. (CVE-2006-2026)

Several denial of service flaws were discovered in libtiff. An attacker
could create a carefully crafted TIFF file in such a way that it could
cause an application linked with libtiff to crash. (CVE-2006-2024,
CVE-2006-2120)

All users are advised to upgrade to these updated packages, which contain
backported fixes for these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-09" />
        <updated date="2006-05-09" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2024">CVE-2006-2024</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2025">CVE-2006-2025</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2026">CVE-2006-2026</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2120">CVE-2006-2120</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425002" comment="libtiff is earlier than 0:3.5.7-25.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425003" comment="libtiff is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425004" comment="libtiff-devel is earlier than 0:3.5.7-25.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425005" comment="libtiff-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425007" comment="libtiff is earlier than 0:3.6.1-10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425003" comment="libtiff is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425008" comment="libtiff-devel is earlier than 0:3.6.1-10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425005" comment="libtiff-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060427" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0427: ruby security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0427-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0427.html" />
	<description>Ruby is an interpreted scripting language for object-oriented programming. 

A bug was found in the way Ruby creates its xmlrpc and http servers. The
servers use a non blocking socket, which enables a remote user to cause a
denial of service condition if they are able to transmit a large volume of
information from the network server. (CVE-2006-1931)

Users of Ruby should update to these erratum packages, which contain a
backported patch and are not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-09" />
        <updated date="2006-05-09" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1931">CVE-2006-1931</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427002" comment="ruby is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427003" comment="ruby is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427004" comment="irb is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427005" comment="irb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427006" comment="ruby-devel is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427007" comment="ruby-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427008" comment="ruby-docs is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427009" comment="ruby-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427010" comment="ruby-libs is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427011" comment="ruby-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427012" comment="ruby-mode is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427013" comment="ruby-mode is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427014" comment="ruby-tcltk is earlier than 0:1.8.1-7.EL4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427015" comment="ruby-tcltk is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060437" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0437: Updated kernel packages for Red Hat Enterprise Linux 3 Update 8
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0437-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0437.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

This is the eighth regular kernel update to Red Hat Enterprise Linux 3.

New features introduced by this update include:

  - addition of the adp94xx and dcdbas device drivers
  - diskdump support on megaraid_sas, qlogic, and swap partitions
  - support for new hardware via driver and SCSI white-list updates

There were many bug fixes in various parts of the kernel.  The ongoing
effort to resolve these problems has resulted in a marked improvement in
the reliability and scalability of Red Hat Enterprise Linux 3.

There were numerous driver updates and security fixes (elaborated below).
Other key areas affected by fixes in this update include the networking
subsystem, the NFS and autofs4 file systems, the SCSI and USB subsystems,
and architecture-specific handling affecting AMD Opteron and Intel EM64T
processors.

The following device drivers have been added or upgraded to new versions:

  adp94xx -------- 1.0.8 (new)
  bnx2 ----------- 1.4.38
  cciss ---------- 2.4.60.RH1
  dcdbas --------- 5.6.0-1 (new)
  e1000 ---------- 7.0.33-k2
  emulex --------- 7.3.6
  forcedeth ------ 0.30
  ipmi ----------- 35.13
  qlogic --------- 7.07.04b6
  tg3 ------------ 3.52RH

The following security bugs were fixed in this update:

  - a flaw in the USB devio handling of device removal that allowed a
    local user to cause a denial of service (crash)  (CVE-2005-3055,
    moderate)

  - a flaw in the exec() handling of multi-threaded tasks using ptrace()
    that allowed a local user to cause a denial of service (hang of a
    user process)  (CVE-2005-3107, low)

  - a difference in "sysretq" operation of EM64T (as opposed to Opteron)
    processors that allowed a local user to cause a denial of service
    (crash) upon return from certain system calls  (CVE-2006-0741 and
    CVE-2006-0744, important)

  - a flaw in unaligned accesses handling on Intel Itanium processors
    that allowed a local user to cause a denial of service (crash)
    (CVE-2006-0742, important)

  - an info leak on AMD-based x86 and x86_64 systems that allowed a local
    user to retrieve the floating point exception state of a process
    run by a different user  (CVE-2006-1056, important)

  - a flaw in IPv4 packet output handling that allowed a remote user to
    bypass the zero IP ID countermeasure on systems with a disabled
    firewall  (CVE-2006-1242, low)

  - a minor info leak in socket option handling in the network code
    (CVE-2006-1343, low)

  - a flaw in IPv4 netfilter handling for the unlikely use of SNMP NAT
    processing that allowed a remote user to cause a denial of service
    (crash) or potential memory corruption  (CVE-2006-2444, moderate)

Note: The kernel-unsupported package contains various drivers and modules
that are unsupported and therefore might contain security problems that
have not been addressed.

All Red Hat Enterprise Linux 3 users are advised to upgrade their
kernels to the packages associated with their machine architectures
and configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-20" />
        <updated date="2006-07-20" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3055">CVE-2005-3055</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3107">CVE-2005-3107</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0741">CVE-2006-0741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0742">CVE-2006-0742</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0744">CVE-2006-0744</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1056">CVE-2006-1056</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1242">CVE-2006-1242</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1343">CVE-2006-1343</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2444">CVE-2006-2444</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437002" comment="kernel is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437004" comment="kernel-BOOT is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140005" comment="kernel-BOOT is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437006" comment="kernel-doc is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437008" comment="kernel-hugemem is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437010" comment="kernel-hugemem-unsupported is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140011" comment="kernel-hugemem-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437012" comment="kernel-smp is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437014" comment="kernel-smp-unsupported is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140015" comment="kernel-smp-unsupported is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437016" comment="kernel-source is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140017" comment="kernel-source is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060437018" comment="kernel-unsupported is earlier than 0:2.4.21-47.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060140019" comment="kernel-unsupported is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060451" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0451: xorg-x11 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0451-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0451.html" />
	<description>X.org is an open source implementation of the X Window System. It provides
the basic low-level functionality that full-fledged graphical user
interfaces such as GNOME and KDE are designed upon. 

A buffer overflow flaw in the X.org server RENDER extension was discovered.
A malicious authorized client could exploit this issue to cause a denial of
service (crash) or potentially execute arbitrary code with root privileges
on the X.org server. (CVE-2006-1526)

Users of X.org should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to this issue.

This issue does not affect Red Hat Enterprise Linux 2.1 or 3.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-04" />
        <updated date="2006-05-04" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1526">CVE-2006-1526</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451002" comment="xorg-x11 is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451003" comment="xorg-x11 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451004" comment="xorg-x11-Mesa-libGL is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451005" comment="xorg-x11-Mesa-libGL is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451006" comment="xorg-x11-Mesa-libGLU is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451007" comment="xorg-x11-Mesa-libGLU is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451008" comment="xorg-x11-Xdmx is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451009" comment="xorg-x11-Xdmx is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451010" comment="xorg-x11-Xnest is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451011" comment="xorg-x11-Xnest is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451012" comment="xorg-x11-Xvfb is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451013" comment="xorg-x11-Xvfb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451014" comment="xorg-x11-deprecated-libs is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451015" comment="xorg-x11-deprecated-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451016" comment="xorg-x11-deprecated-libs-devel is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451017" comment="xorg-x11-deprecated-libs-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451018" comment="xorg-x11-devel is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451019" comment="xorg-x11-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451020" comment="xorg-x11-doc is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451021" comment="xorg-x11-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451022" comment="xorg-x11-font-utils is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451023" comment="xorg-x11-font-utils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451024" comment="xorg-x11-libs is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451025" comment="xorg-x11-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451026" comment="xorg-x11-sdk is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451027" comment="xorg-x11-sdk is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451028" comment="xorg-x11-tools is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451029" comment="xorg-x11-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451030" comment="xorg-x11-twm is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451031" comment="xorg-x11-twm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451032" comment="xorg-x11-xauth is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451033" comment="xorg-x11-xauth is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451034" comment="xorg-x11-xdm is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451035" comment="xorg-x11-xdm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451036" comment="xorg-x11-xfs is earlier than 0:6.8.2-1.EL.13.25.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451037" comment="xorg-x11-xfs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060486" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0486: mailman security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0486-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0486.html" />
	<description>Mailman is software to help manage email discussion lists.

A flaw was found in the way Mailman handles MIME multipart messages. An
attacker could send a carefully crafted MIME multipart email message to a
mailing list run by Mailman which would cause that particular mailing list
to stop working. (CVE-2006-0052)

Users of Mailman should upgrade to this updated package, which contains
backported patches to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-09" />
        <updated date="2006-06-06" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0052">CVE-2006-0052</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060486002" comment="mailman is earlier than 3:2.1.5.1-25.rhel3.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060486005" comment="mailman is earlier than 3:2.1.5.1-34.rhel4.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060493" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0493: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0493-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0493.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

These new kernel packages contain fixes for the security issues
described below:

* a flaw in the IPv6 implementation that allowed a local user to cause a
denial of service (infinite loop and crash) (CVE-2005-2973, important)

* a flaw in the bridge implementation that allowed a remote user to
cause forwarding of spoofed packets via poisoning of the forwarding
table with already dropped frames (CVE-2005-3272, moderate)

* a flaw in the atm module that allowed a local user to cause a denial
of service (panic) via certain socket calls (CVE-2005-3359, important)

* a flaw in the NFS client implementation that allowed a local user to
cause a denial of service (panic) via O_DIRECT writes (CVE-2006-0555,
important)

* a difference in "sysretq" operation of EM64T (as opposed to Opteron)
processors that allowed a local user to cause a denial of service
(crash) upon return from certain system calls (CVE-2006-0741 and
CVE-2006-0744, important)

* a flaw in the keyring implementation that allowed a local user to
cause a denial of service (OOPS) (CVE-2006-1522, important)

* a flaw in IP routing implementation that allowed a local user to cause
a denial of service (panic) via a request for a route for a multicast IP
(CVE-2006-1525, important)

* a flaw in the SCTP-netfilter implementation that allowed a remote user
to cause a denial of service (infinite loop) (CVE-2006-1527, important)

* a flaw in the sg driver that allowed a local user to cause a denial of
service (crash) via a dio transfer to memory mapped (mmap) IO space
(CVE-2006-1528, important)

* a flaw in the threading implementation that allowed a local user to
cause a denial of service (panic) (CVE-2006-1855, important)

* two missing LSM hooks that allowed a local user to bypass the LSM by
using readv() or writev() (CVE-2006-1856, moderate)

* a flaw in the virtual memory implementation that allowed local user to
cause a denial of service (panic) by using the lsof command
(CVE-2006-1862, important)

* a directory traversal vulnerability in smbfs that allowed a local user
to escape chroot restrictions for an SMB-mounted filesystem via "..\\"
sequences (CVE-2006-1864, moderate)

* a flaw in the ECNE chunk handling of SCTP that allowed a remote user
to cause a denial of service (panic) (CVE-2006-2271, moderate)

* a flaw in the handling of COOKIE_ECHO and HEARTBEAT control chunks of
SCTP that allowed a remote user to cause a denial of service (panic)
(CVE-2006-2272, moderate)

* a flaw in the handling of DATA fragments of SCTP that allowed a remote
user to cause a denial of service (infinite recursion and crash)
(CVE-2006-2274, moderate)


All Red Hat Enterprise Linux 4 users are advised to upgrade their kernels
to the packages associated with their machine architectures and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-24" />
        <updated date="2006-05-24" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2973">CVE-2005-2973</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3272">CVE-2005-3272</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3359">CVE-2005-3359</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0555">CVE-2006-0555</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0741">CVE-2006-0741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0744">CVE-2006-0744</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1522">CVE-2006-1522</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1525">CVE-2006-1525</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1527">CVE-2006-1527</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1528">CVE-2006-1528</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1855">CVE-2006-1855</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1856">CVE-2006-1856</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1862">CVE-2006-1862</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1864">CVE-2006-1864</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2271">CVE-2006-2271</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2272">CVE-2006-2272</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2274">CVE-2006-2274</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493002" comment="kernel is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493004" comment="kernel-devel is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493006" comment="kernel-hugemem is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493010" comment="kernel-smp is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493012" comment="kernel-smp-devel is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493014" comment="kernel-largesmp is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493016" comment="kernel-largesmp-devel is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060493018" comment="kernel-doc is earlier than 0:2.6.9-34.0.1.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060498" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0498: xscreensaver security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0498-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0498.html" />
	<description>XScreenSaver is a collection of screensavers.

A keyboard focus flaw was found in the way XScreenSaver prompts the user to
enter their password to unlock the screen. XScreenSaver did not properly
ensure it had proper keyboard focus, which could leak a users password to
the program with keyboard focus. This behavior is not common, as only certain
applications exhibit this focus error. (CVE-2004-2655)

Several flaws were found in the way various XScreenSaver screensavers
create temporary files. It may be possible for a local attacker to create a
temporary file in way that could overwrite a different file to which the user
running XScreenSaver has write permissions. (CVE-2003-1294)

Users of XScreenSaver should upgrade to this updated package, which
contains backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-23" />
        <updated date="2006-05-23" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1294">CVE-2003-1294</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-2655">CVE-2004-2655</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060498002" comment="xscreensaver is earlier than 1:4.10-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060498003" comment="xscreensaver is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060500" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0500: freetype security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0500-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0500.html" />
	<description>FreeType is a free, high-quality, and portable font engine.

Chris Evans discovered several integer underflow and overflow flaws in the
FreeType font engine. If a user loads a carefully crafted font file with a
program linked against FreeType, it could cause the application to crash or
execute arbitrary code as the user. While it is uncommon for a user to
explicitly load a font file, there are several application file formats
which contain embedded fonts that are parsed by FreeType. (CVE-2006-0747,
CVE-2006-1861, CVE-2006-3467)

A NULL pointer dereference flaw was found in the FreeType font engine. An
application linked against FreeType can crash upon loading a malformed font
file. (CVE-2006-2661)

Users of FreeType should upgrade to these updated packages, which contain
backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-18" />
        <updated date="2006-07-18" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0747">CVE-2006-0747</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1861">CVE-2006-1861</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2661">CVE-2006-2661</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3467">CVE-2006-3467</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500002" comment="freetype is earlier than 0:2.1.4-4.0.rhel3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500003" comment="freetype is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500004" comment="freetype-devel is earlier than 0:2.1.4-4.0.rhel3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500005" comment="freetype-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500007" comment="freetype is earlier than 0:2.1.9-1.rhel4.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500003" comment="freetype is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500008" comment="freetype-demos is earlier than 0:2.1.9-1.rhel4.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500009" comment="freetype-demos is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500010" comment="freetype-devel is earlier than 0:2.1.9-1.rhel4.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500005" comment="freetype-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500011" comment="freetype-utils is earlier than 0:2.1.9-1.rhel4.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060500012" comment="freetype-utils is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060515" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0515: sendmail security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0515-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0515.html" />
	<description>Sendmail is a Mail Transport Agent (MTA) used to send mail between machines.

A flaw in the handling of multi-part MIME messages was discovered in
Sendmail.  A remote attacker could create a carefully crafted message that
could crash the sendmail process during delivery (CVE-2006-1173).  By
default on Red Hat Enterprise Linux, Sendmail is configured to only accept
connections from the local host. Therefore, only users who have configured
Sendmail to listen to remote hosts would be remotely vulnerable to this issue.

Users of Sendmail are advised to upgrade to these erratum packages, which
contain a backported patch from the Sendmail team to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-14" />
        <updated date="2006-06-27" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1173">CVE-2006-1173</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515002" comment="sendmail is earlier than 0:8.12.11-4.RHEL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264003" comment="sendmail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515004" comment="sendmail-cf is earlier than 0:8.12.11-4.RHEL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264005" comment="sendmail-cf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515006" comment="sendmail-devel is earlier than 0:8.12.11-4.RHEL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264007" comment="sendmail-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515008" comment="sendmail-doc is earlier than 0:8.12.11-4.RHEL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264009" comment="sendmail-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515011" comment="sendmail is earlier than 0:8.13.1-3.RHEL4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264003" comment="sendmail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515012" comment="sendmail-cf is earlier than 0:8.13.1-3.RHEL4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264005" comment="sendmail-cf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515013" comment="sendmail-devel is earlier than 0:8.13.1-3.RHEL4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264007" comment="sendmail-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060515014" comment="sendmail-doc is earlier than 0:8.13.1-3.RHEL4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060264009" comment="sendmail-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060525" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0525: quagga security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0525-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0525.html" />
	<description>Quagga manages the TCP/IP based routing protocol. It takes a multi-server
and multi-thread approach to resolve the current complexity of the Internet.

An information disclosure flaw was found in the way Quagga interprets RIP
REQUEST packets. RIPd in Quagga will respond to RIP REQUEST packets for RIP
versions that have been disabled or that have authentication enabled,
allowing a remote attacker to acquire information about the local network.
(CVE-2006-2223)

A route injection flaw was found in the way Quagga interprets RIPv1
RESPONSE packets when RIPv2 authentication is enabled. It is possible for a
remote attacker to inject arbitrary route information into the RIPd routing
tables. This issue does not affect Quagga configurations where only RIPv2
is specified. (CVE-2006-2224)

A denial of service flaw was found in Quagga's telnet interface. If an
attacker is able to connect to the Quagga telnet interface, it is possible
to cause Quagga to consume vast quantities of CPU resources by issuing a
malformed 'sh' command. (CVE-2006-2276)

Users of Quagga should upgrade to these updated packages, which contain
backported patches that correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-01" />
        <updated date="2006-06-01" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2223">CVE-2006-2223</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2224">CVE-2006-2224</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2276">CVE-2006-2276</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525002" comment="quagga is earlier than 0:0.96.2-11.3E" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525003" comment="quagga is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525005" comment="quagga is earlier than 0:0.98.3-2.4E" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525003" comment="quagga is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525006" comment="quagga-contrib is earlier than 0:0.98.3-2.4E" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525007" comment="quagga-contrib is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525008" comment="quagga-devel is earlier than 0:0.98.3-2.4E" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060525009" comment="quagga-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060526" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0526: postgresql security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0526-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0526.html" />
	<description>PostgreSQL is an advanced Object-Relational database management system
(DBMS).

A bug was found in the way PostgreSQL's PQescapeString function escapes
strings when operating in a multibyte character encoding. It is possible
for an attacker to provide an application a carefully crafted string
containing invalidly-encoded characters, which may be improperly escaped,
allowing the attacker to inject malicious SQL. While this update fixes how
PQescapeString operates, the PostgreSQL server has also been modified to
prevent such an attack occurring through unpatched clients. 
(CVE-2006-2313, CVE-2006-2314).  More details about this issue are
available in the linked PostgreSQL technical documentation.

An integer signedness bug was found in the way PostgreSQL generated
password salts. The actual salt size is only half the size of the expected
salt, making the process of brute forcing password hashes slightly easier.
This update will not strengthen already existing passwords, but all newly
assigned passwords will have the proper salt length. (CVE-2006-0591)

Users of PostgreSQL should upgrade to these updated packages containing
PostgreSQL version 7.4.13, which corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-05-23" />
        <updated date="2006-05-23" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0591">CVE-2006-0591</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2313">CVE-2006-2313</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2314">CVE-2006-2314</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526002" comment="rh-postgresql is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526003" comment="rh-postgresql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526004" comment="rh-postgresql-contrib is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526005" comment="rh-postgresql-contrib is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526006" comment="rh-postgresql-devel is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526007" comment="rh-postgresql-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526008" comment="rh-postgresql-docs is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526009" comment="rh-postgresql-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526010" comment="rh-postgresql-jdbc is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526011" comment="rh-postgresql-jdbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526012" comment="rh-postgresql-libs is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526013" comment="rh-postgresql-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526014" comment="rh-postgresql-pl is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526015" comment="rh-postgresql-pl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526016" comment="rh-postgresql-python is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526017" comment="rh-postgresql-python is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526018" comment="rh-postgresql-server is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526019" comment="rh-postgresql-server is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526020" comment="rh-postgresql-tcl is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526021" comment="rh-postgresql-tcl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526022" comment="rh-postgresql-test is earlier than 0:7.3.15-2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526023" comment="rh-postgresql-test is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526025" comment="postgresql is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526026" comment="postgresql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526027" comment="postgresql-contrib is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526028" comment="postgresql-contrib is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526029" comment="postgresql-devel is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526030" comment="postgresql-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526031" comment="postgresql-docs is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526032" comment="postgresql-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526033" comment="postgresql-jdbc is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526034" comment="postgresql-jdbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526035" comment="postgresql-libs is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526036" comment="postgresql-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526037" comment="postgresql-pl is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526038" comment="postgresql-pl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526039" comment="postgresql-python is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526040" comment="postgresql-python is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526041" comment="postgresql-server is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526042" comment="postgresql-server is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526043" comment="postgresql-tcl is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526044" comment="postgresql-tcl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526045" comment="postgresql-test is earlier than 0:7.4.13-2.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060526046" comment="postgresql-test is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060539" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0539: vixie-cron security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0539-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0539.html" />
	<description>The vixie-cron package contains the Vixie version of cron. Cron is a
standard UNIX daemon that runs specified programs at scheduled times.

A privilege escalation flaw was found in the way Vixie Cron runs programs;
vixie-cron does not properly verify an attempt to set the current process
user id succeeded. It was possible for a malicious local users who
exhausted certain limits to execute arbitrary commands as root via cron.
(CVE-2006-2607)

All users of vixie-cron should upgrade to these updated packages, which
contain a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-12" />
        <updated date="2006-07-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2607">CVE-2006-2607</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060539002" comment="vixie-cron is earlier than 4:4.1-44.EL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060117003" comment="vixie-cron is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060541" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0541: dia security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0541-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0541.html" />
	<description>The Dia drawing program is designed to draw various types of diagrams.

Several format string flaws were found in the way dia displays certain
messages. If an attacker is able to trick a Dia user into opening a
carefully crafted file, it may be possible to execute arbitrary code as the
user running Dia. (CVE-2006-2453, CVE-2006-2480)

Users of Dia should update to these erratum packages, which contain
backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-01" />
        <updated date="2006-06-01" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2453">CVE-2006-2453</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2480">CVE-2006-2480</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060541002" comment="dia is earlier than 1:0.94-5.7.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060280003" comment="dia is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060543" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0543: spamassassin security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0543-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0543.html" />
	<description>SpamAssassin provides a way to reduce unsolicited commercial email (SPAM)
from incoming email.

A flaw was found with the way the Spamassassin spamd daemon processes the
virtual pop username passed to it. If a site is running spamd with both the
--vpopmail and --paranoid flags, it is possible for a remote user with the
ability to connect to the spamd daemon to execute arbitrary commands as
the user running the spamd daemon. (CVE-2006-2447)

Note: None of the IMAP or POP servers shipped with Red Hat Enterprise Linux
4 support vpopmail delivery.  Running spamd with the --vpopmail and
--paranoid flags is uncommon and not the default startup option as shipped
with Red Hat Enterprise Linux 4.

Spamassassin, as shipped in Red Hat Enterprise Linux 4, performs RBL
lookups against visi.com to help determine if an email is spam. However,
this DNS RBL has recently disappeared, resulting in mail filtering delays
and timeouts.

Users of SpamAssassin should upgrade to these updated packages containing
version 3.0.6 and backported patches, which are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-06" />
        <updated date="2006-06-06" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2447">CVE-2006-2447</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060543002" comment="spamassassin is earlier than 0:3.0.6-1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060129003" comment="spamassassin is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060544" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0544: mysql security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0544-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0544.html" />
	<description>MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld) and
many different client programs and libraries.

A flaw was found in the way the MySQL mysql_real_escape() function escaped
strings when operating in a multibyte character encoding.  An attacker
could provide an application a carefully crafted string containing
invalidly-encoded characters which may be improperly escaped, leading to
the injection of malicious SQL commands. (CVE-2006-2753)

An information disclosure flaw was found in the way the MySQL server
processed malformed usernames. An attacker could view a small portion
of server memory by supplying an anonymous login username which was not
null terminated. (CVE-2006-1516)

An information disclosure flaw was found in the way the MySQL server
executed the COM_TABLE_DUMP command. An authenticated malicious user could
send a specially crafted packet to the MySQL server which returned
random unallocated memory. (CVE-2006-1517)

A log file obfuscation flaw was found in the way the mysql_real_query()
function creates log file entries. An attacker with the the ability to call
the mysql_real_query() function against a mysql server can obfuscate the
entry the server will write to the log file.  However, an attacker needed
to have complete control over a server in order to attempt this attack.
(CVE-2006-0903)

This update also fixes numerous non-security-related flaws, such as
intermittent authentication failures.

All users of mysql are advised to upgrade to these updated packages
containing MySQL version 4.1.20, which is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-09" />
        <updated date="2006-06-08" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0903">CVE-2006-0903</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1516">CVE-2006-1516</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517">CVE-2006-1517</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2753">CVE-2006-2753</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3081">CVE-2006-3081</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4380">CVE-2006-4380</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544002" comment="mysql is earlier than 0:4.1.20-1.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544003" comment="mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544004" comment="mysql-bench is earlier than 0:4.1.20-1.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544005" comment="mysql-bench is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544006" comment="mysql-devel is earlier than 0:4.1.20-1.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544007" comment="mysql-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544008" comment="mysql-server is earlier than 0:4.1.20-1.RHEL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060544009" comment="mysql-server is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060547" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0547: squirrelmail security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0547-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0547.html" />
	<description>SquirrelMail is a standards-based webmail package written in PHP4.

A local file disclosure flaw was found in the way SquirrelMail loads
plugins. In SquirrelMail 1.4.6 or earlier, if register_globals is on and
magic_quotes_gpc is off, it became possible for an unauthenticated remote
user to view the contents of arbitrary local files the web server has
read-access to. This configuration is neither default nor safe, and
configuring PHP with the register_globals set on is dangerous and not
recommended.  (CVE-2006-2842) 

Users of SquirrelMail should upgrade to this erratum package, which
contains a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-03" />
        <updated date="2006-07-03" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2842">CVE-2006-2842</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060547002" comment="squirrelmail is earlier than 0:1.4.6-7.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060547005" comment="squirrelmail is earlier than 0:1.4.6-7.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060548" version="303" class="patch">
      <metadata>
        <title>RHSA-2006:0548: kdebase security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0548-03" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0548.html" />
	<description>The kdebase packages provide the core applications for KDE, the K Desktop
Environment. These core packages include the KDE Display Manager (KDM).

Ludwig Nussel discovered a flaw in KDM. A malicious local KDM user could
use a symlink attack to read an arbitrary file that they would not normally
have permissions to read. (CVE-2006-2449)

Note: this issue does not affect the version of KDM as shipped with Red Hat
Enterprise Linux 2.1 or 3.

All users of KDM should upgrade to these updated packages which contain a
backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-06-14" />
        <updated date="2006-06-26" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2449">CVE-2006-2449</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548002" comment="kdebase is earlier than 6:3.3.1-5.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548003" comment="kdebase is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548004" comment="kdebase-devel is earlier than 6:3.3.1-5.12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548005" comment="kdebase-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060568" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0568: php security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0568-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0568.html" />
	<description>PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Web server. 

A directory traversal vulnerability was found in PHP.  Local users could
bypass open_basedir restrictions allowing remote attackers to create files
in arbitrary directories via the tempnam() function.  (CVE-2006-1494)

The wordwrap() PHP function did not properly check for integer overflow in
the handling of the "break" parameter. An attacker who could control the
string passed to the "break" parameter could cause a heap overflow.
(CVE-2006-1990) 

A flaw was found in the zend_hash_del() PHP function.  For PHP scripts that
rely on the use of the unset() function, a remote attacker could force
variable initialization to be bypassed.  This would be a security issue
particularly for installations that enable the "register_globals" setting.
"register_globals" is disabled by default in Red Hat Enterprise Linux.
(CVE-2006-3017)

Users of PHP should upgrade to these updated packages, which contain
backported patches that resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-12" />
        <updated date="2006-07-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1494">CVE-2006-1494</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1990">CVE-2006-1990</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3017">CVE-2006-3017</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568002" comment="php is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568004" comment="php-devel is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568006" comment="php-imap is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568008" comment="php-ldap is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568010" comment="php-mysql is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568012" comment="php-odbc is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568014" comment="php-pgsql is earlier than 0:4.3.2-33.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568017" comment="php is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568018" comment="php-devel is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568019" comment="php-domxml is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276020" comment="php-domxml is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568021" comment="php-gd is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276022" comment="php-gd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568023" comment="php-imap is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568024" comment="php-ldap is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568025" comment="php-mbstring is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276026" comment="php-mbstring is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568027" comment="php-mysql is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568028" comment="php-ncurses is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276029" comment="php-ncurses is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568030" comment="php-odbc is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568031" comment="php-pear is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276032" comment="php-pear is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568033" comment="php-pgsql is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568034" comment="php-snmp is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276035" comment="php-snmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060568036" comment="php-xmlrpc is earlier than 0:4.3.9-3.15" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276037" comment="php-xmlrpc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060571" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0571: gnupg security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0571-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0571.html" />
	<description>GnuPG is a utility for encrypting data and creating digital signatures.

An integer overflow flaw was found in GnuPG.  An attacker could create a
carefully crafted message packet with a large length that could cause GnuPG
to crash or possibly overwrite memory when opened. (CVE-2006-3082)

All users of GnuPG are advised to upgrade to this updated package, which
contains a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-18" />
        <updated date="2006-07-18" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3082">CVE-2006-3082</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060571002" comment="gnupg is earlier than 0:1.2.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060571005" comment="gnupg is earlier than 0:1.2.6-5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060573" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0573: openoffice.org security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0573-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0573.html" />
	<description>OpenOffice.org is an office productivity suite that includes desktop
applications such as a word processor, spreadsheet, presentation manager,
formula editor, and drawing program.

A Sun security specialist reported an issue with the application framework.
An attacker could put macros into document locations that could cause
OpenOffice.org to execute them when the file was opened by a victim.
(CVE-2006-2198)

A bug was found in the OpenOffice.org Java virtual machine implementation.
An attacker could write a carefully crafted Java applet that can break
through the "sandbox" and have full access to system resources with the
current user privileges. (CVE-2006-2199)

A buffer overflow bug was found in the OpenOffice.org file processor. An
attacker could create a carefully crafted XML file that could cause
OpenOffice.org to write data to an arbitrary location in memory when the
file was opened by a victim. (CVE-2006-3117)

All users of OpenOffice.org are advised to upgrade to these updated
packages, which contain backported fixes for these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-03" />
        <updated date="2006-07-03" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2198">CVE-2006-2198</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2199">CVE-2006-2199</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3117">CVE-2006-3117</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573002" comment="openoffice.org is earlier than 0:1.1.2-34.2.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573003" comment="openoffice.org is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573004" comment="openoffice.org-i18n is earlier than 0:1.1.2-34.2.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573005" comment="openoffice.org-i18n is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573006" comment="openoffice.org-libs is earlier than 0:1.1.2-34.2.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573007" comment="openoffice.org-libs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573009" comment="openoffice.org is earlier than 0:1.1.2-34.6.0.EL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573003" comment="openoffice.org is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573010" comment="openoffice.org-i18n is earlier than 0:1.1.2-34.6.0.EL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573005" comment="openoffice.org-i18n is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573011" comment="openoffice.org-kde is earlier than 0:1.1.2-34.6.0.EL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573012" comment="openoffice.org-kde is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573013" comment="openoffice.org-libs is earlier than 0:1.1.2-34.6.0.EL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060573007" comment="openoffice.org-libs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060574" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0574: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0574-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0574.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

During security research, Red Hat discovered a behavioral flaw in core dump
handling.  A local user could create a program that would cause a core file
to be dumped into a directory they would not normally have permissions to
write to.  This could lead to a denial of service (disk consumption), or
allow the local user to gain root privileges.  (CVE-2006-2451)

Prior to applying this update, users can remove the ability to escalate
privileges using this flaw by configuring core files to dump to an absolute
location.  By default, core files are created in the working directory of
the faulting application, but this can be overridden by specifying an
absolute location for core files in /proc/sys/kernel/core_pattern.  To
avoid a potential denial of service, a separate partition for the core
files should be used.

All Red Hat Enterprise Linux 4 users are advised to upgrade their kernels
to the packages associated with their machine architectures and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-07" />
        <updated date="2006-07-07" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2451">CVE-2006-2451</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574002" comment="kernel is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574004" comment="kernel-devel is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574006" comment="kernel-hugemem is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574010" comment="kernel-smp is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574012" comment="kernel-smp-devel is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574014" comment="kernel-largesmp is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574016" comment="kernel-largesmp-devel is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060574018" comment="kernel-doc is earlier than 0:2.6.9-34.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060575" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0575: Updated kernel packages available for Red Hat Enterprise Linux 4 Update 4
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0575-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0575.html" />
	<description>New features introduced in this update include:

* Device Mapper mirroring support

* IDE diskdump support

* x86, AMD64 and Intel EM64T: Multi-core scheduler support enhancements

* Itanium: perfmon support for Montecito

* much improved support for IBM x460

* AMD PowerNow! patches to support Opteron Rev G

* Vmalloc support > 64MB

The following device drivers have been upgraded to new versions:

ipmi: 33.11 to 33.13
ib_mthca: 0.06 to 0.08
bnx2: 1.4.30 to 1.4.38
bonding: 2.6.1 to 2.6.3
e100: 3.4.8-k2-NAPI to 3.5.10-k2-NAPI
e1000: 6.1.16-k3-NAPI to 7.0.33-k2-NAPI
sky2: 0.13 to 1.1
tg3: 3.43-rh to 3.52-rh
ipw2100: 1.1.0 to git-1.1.4
ipw2200: 1.0.0 to git-1.0.10
3w-9xxx: 2.26.02.001 to 2.26.04.010
ips: 7.10.18 to 7.12.02
iscsi_sfnet: 4:0.1.11-2 to 4:0.1.11-3
lpfc: 0:8.0.16.18 to 0:8.0.16.27
megaraid_sas: 00.00.02.00 to 00.00.02.03-RH1
qla2xxx: 8.01.02-d4 to 8.01.04-d7
qla6312: 8.01.02-d4 to 8.01.04-d7
sata_promise: 1.03 to 1.04
sata_vsc: 1.1 to 1.2
ibmvscsic: 1.5.5 to 1.5.6
ipr: 2.0.11.1 to 2.0.11.2

Added drivers:

dcdbas: 5.6.0-2
sata_mv: 0.6
sata_qstor: 0.05
sata_uli: 0.5
skge: 1.1
stex: 2.9.0.13
pdc_adma: 0.03

This update includes fixes for the security issues:

* a flaw in the USB devio handling of device removal that allowed a
local user to cause a denial of service (crash) (CVE-2005-3055,
moderate)

* a flaw in the ACL handling of nfsd that allowed a remote user to
bypass ACLs for readonly mounted NFS file systems (CVE-2005-3623,
moderate)

* a flaw in the netfilter handling that allowed a local user with
CAP_NET_ADMIN rights to cause a buffer overflow (CVE-2006-0038, low)

* a flaw in the IBM S/390 and IBM zSeries strnlen_user() function that
allowed a local user to cause a denial of service (crash) or to retrieve
random kernel data (CVE-2006-0456, important)

* a flaw in the keyctl functions that allowed a local user to cause a
denial of service (crash) or to read sensitive kernel memory
(CVE-2006-0457, important)

* a flaw in unaligned accesses handling on Itanium processors that
allowed a local user to cause a denial of service (crash)
(CVE-2006-0742, important)

* a flaw in SELinux ptrace logic that allowed a local user with ptrace
permissions to change the tracer SID to a SID of another process
(CVE-2006-1052, moderate)

* an info leak on AMD-based x86 and x86_64 systems that allowed a local
user to retrieve the floating point exception state of a process run by a
different user (CVE-2006-1056, important)

* a flaw in IPv4 packet output handling that allowed a remote user to
bypass the zero IP ID countermeasure on systems with a disabled firewall
(CVE-2006-1242, low)

* a minor info leak in socket option handling in the network code
(CVE-2006-1343, low)

* a flaw in the HB-ACK chunk handling of SCTP that allowed a remote user to
cause a denial of service (crash) (CVE-2006-1857, moderate)

* a flaw in the SCTP implementation that allowed a remote user to cause a
denial of service (deadlock) (CVE-2006-2275, moderate)

* a flaw in the socket buffer handling that allowed a remote user to cause
a denial of service (panic) (CVE-2006-2446, important)

* a flaw in the signal handling access checking on PowerPC that allowed a
local user to cause a denial of service (crash) or read arbitrary kernel
memory on 64-bit systems (CVE-2006-2448, important)

* a flaw in the netfilter SCTP module when receiving a chunkless packet
that allowed a remote user to cause a denial of service (crash)
(CVE-2006-2934, important)

There were several bug fixes in various parts of the kernel. The ongoing
effort to resolve these problems has resulted in a marked improvement
in the reliability and scalability of Red Hat Enterprise Linux 4.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3055">CVE-2005-3055</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3623">CVE-2005-3623</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0038">CVE-2006-0038</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0456">CVE-2006-0456</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0457">CVE-2006-0457</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0742">CVE-2006-0742</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1052">CVE-2006-1052</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1056">CVE-2006-1056</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1242">CVE-2006-1242</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1343">CVE-2006-1343</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1857">CVE-2006-1857</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2275">CVE-2006-2275</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2446">CVE-2006-2446</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2448">CVE-2006-2448</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2934">CVE-2006-2934</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575002" comment="kernel is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575004" comment="kernel-devel is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575006" comment="kernel-hugemem is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575010" comment="kernel-smp is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575012" comment="kernel-smp-devel is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575014" comment="kernel-largesmp is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575016" comment="kernel-largesmp-devel is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060575018" comment="kernel-doc is earlier than 0:2.6.9-42.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060576" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0576: kdebase security fix
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0576-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0576.html" />
	<description>The kdebase packages provide the core applications for KDE, the K Desktop
Environment.

A flaw was found in KDE where the kdesktop_lock process sometimes
failed to terminate properly.  This issue could either block the user's
ability to manually lock the desktop or prevent the screensaver to
activate, both of which could have a security impact for users who rely on
these functionalities. 
(CVE-2006-2933)

Please note that this issue only affected Red Hat Enterprise Linux 3.

All users of kdebase should upgrade to these updated packages, which
contain a patch to resolve this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-25" />
        <updated date="2006-07-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2933">CVE-2006-2933</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060576002" comment="kdebase is earlier than 6:3.1.3-5.11" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548003" comment="kdebase is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060576004" comment="kdebase-devel is earlier than 6:3.1.3-5.11" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548005" comment="kdebase-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060577" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0577: mutt security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0577-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0577.html" />
	<description>Mutt is a text-mode mail user agent.

A buffer overflow flaw was found in the way Mutt processes an overly
long namespace from a malicious imap server.  In order to exploit this
flaw a user would have to use Mutt to connect to a malicious IMAP server.
(CVE-2006-3242)

Users of Mutt are advised to upgrade to these erratum packages, which
contain a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-12" />
        <updated date="2006-07-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3242">CVE-2006-3242</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060577002" comment="mutt is earlier than 5:1.4.1-3.5.rhel3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060577003" comment="mutt is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060577005" comment="mutt is earlier than 5:1.4.1-11.rhel4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060577003" comment="mutt is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060578" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0578: seamonkey security update (was mozilla)
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0578-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0578.html" />
	<description>SeaMonkey is an open source Web browser, advanced email and newsgroup
client, IRC chat client, and HTML editor.

The Mozilla Foundation has discontinued support for the Mozilla Suite. This
update deprecates the Mozilla Suite in Red Hat Enterprise Linux 3 in favor
of the supported SeaMonkey Suite.

This update also resolves a number of outstanding Mozilla security issues:

Several flaws were found in the way Mozilla processed certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-2776,
CVE-2006-2784, CVE-2006-2785, CVE-2006-2787)

Several denial of service flaws were found in the way Mozilla processed
certain web content. A malicious web page could crash firefox or possibly
execute arbitrary code. These issues to date were not proven to be
exploitable, but do show evidence of memory corruption. (CVE-2006-2779,
CVE-2006-2780)

A double-free flaw was found in the way Mozilla-mail displayed malformed
inline vcard attachments. If a victim viewed an email message containing
a carefully crafted vcard it could execute arbitrary code as the user
running Mozilla-mail. (CVE-2006-2781) 

A cross site scripting flaw was found in the way Mozilla processed Unicode
Byte-order-Mark (BOM) markers in UTF-8 web pages. A malicious web page
could execute a script within the browser that a web input sanitizer could
miss due to a malformed "script" tag. (CVE-2006-2783)

A form file upload flaw was found in the way Mozilla handled javascript
input object mutation. A malicious web page could upload an arbitrary local
file at form submission time without user interaction. (CVE-2006-2782)

A denial of service flaw was found in the way Mozilla called the
crypto.signText() javascript function. A malicious web page could crash the
browser if the victim had a client certificate loaded. (CVE-2006-2778)

Two HTTP response smuggling flaws were found in the way Mozilla processed
certain invalid HTTP response headers. A malicious web site could return
specially crafted HTTP response headers which may bypass HTTP proxy
restrictions. (CVE-2006-2786)

A double free flaw was found in the way the nsIX509::getRawDER method was
called. If a victim visited a carefully crafted web page it could execute
arbitrary code as the user running Mozilla. (CVE-2006-2788)

Users of Mozilla are advised to upgrade to this update, which contains
SeaMonkey version 1.0.2 that is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-20" />
        <updated date="2006-07-20" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2779">CVE-2006-2779</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2780">CVE-2006-2780</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2781">CVE-2006-2781</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2783">CVE-2006-2783</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2782">CVE-2006-2782</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2778">CVE-2006-2778</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2776">CVE-2006-2776</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2784">CVE-2006-2784</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2785">CVE-2006-2785</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2786">CVE-2006-2786</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2787">CVE-2006-2787</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2788">CVE-2006-2788</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578002" comment="seamonkey is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578003" comment="seamonkey is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578004" comment="seamonkey-chat is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578005" comment="seamonkey-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578006" comment="seamonkey-devel is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578007" comment="seamonkey-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578008" comment="seamonkey-dom-inspector is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578009" comment="seamonkey-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578010" comment="seamonkey-js-debugger is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578011" comment="seamonkey-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578012" comment="seamonkey-mail is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578013" comment="seamonkey-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578014" comment="seamonkey-nspr is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578015" comment="seamonkey-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578016" comment="seamonkey-nspr-devel is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578017" comment="seamonkey-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578018" comment="seamonkey-nss is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578019" comment="seamonkey-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578020" comment="seamonkey-nss-devel is earlier than 0:1.0.2-0.1.0.EL3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578021" comment="seamonkey-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060582" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0582: kdebase security fix
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0582-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0582.html" />
	<description>The kdebase packages provide the core applications for KDE, the K Desktop
Environment. These core packages include the file manager Konqueror.

Ilja van Sprundel discovered a lock file handling flaw in kcheckpass.  If
the directory /var/lock is writable by a user who is allowed to run
kcheckpass, that user could gain root privileges.  In Red Hat Enterprise
Linux, the /var/lock directory is not writable by users and therefore this
flaw could only have been exploited if the permissions on that directory
have been badly configured.  A patch to block this issue has been included
in this update.  (CVE-2005-2494)

The following bugs have also been addressed:

- kstart --tosystray does not send the window to the system tray in Kicker

- When the customer enters or selects URLs in Firefox's address field, the
desktop freezes for a couple of seconds

- fish kioslave is broken on 64-bit systems

All users of kdebase should upgrade to these updated packages, which
contain patches to resolve these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2494">CVE-2005-2494</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060582002" comment="kdebase is earlier than 6:3.3.1-5.13" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548003" comment="kdebase is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060582004" comment="kdebase-devel is earlier than 6:3.3.1-5.13" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060548005" comment="kdebase-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060591" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0591: samba security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0591-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0591.html" />
	<description>Samba provides file and printer sharing services to SMB/CIFS clients.

A denial of service bug was found in the way the smbd daemon tracks active
connections to shares. It was possible for a remote attacker to cause the
smbd daemon to consume a large amount of system memory by sending carefully
crafted smb requests. (CVE-2006-3403)

Users of Samba are advised to upgrade to these packages, which
contain a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-25" />
        <updated date="2006-07-25" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3403">CVE-2006-3403</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591002" comment="samba is earlier than 0:3.0.9-1.3E.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591003" comment="samba is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591004" comment="samba-client is earlier than 0:3.0.9-1.3E.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591005" comment="samba-client is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591006" comment="samba-common is earlier than 0:3.0.9-1.3E.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591007" comment="samba-common is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591008" comment="samba-swat is earlier than 0:3.0.9-1.3E.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591009" comment="samba-swat is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591011" comment="samba is earlier than 0:3.0.10-1.4E.6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591003" comment="samba is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591012" comment="samba-client is earlier than 0:3.0.10-1.4E.6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591005" comment="samba-client is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591013" comment="samba-common is earlier than 0:3.0.10-1.4E.6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591007" comment="samba-common is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591014" comment="samba-swat is earlier than 0:3.0.10-1.4E.6.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060591009" comment="samba-swat is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060597" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0597: libwmf security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0597-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0597.html" />
	<description>Libwmf is a library for reading and converting Windows MetaFile vector
graphics (WMF).  Libwmf is used by packages such as The GIMP and ImageMagick.

An integer overflow flaw was discovered in libwmf.  An attacker could
create a carefully crafted WMF flaw that could execute arbitrary code if
opened by a victim.  (CVE-2006-3376).

Users of libwmf should update to these packages which contain a backported
security patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-18" />
        <updated date="2006-07-18" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3376">CVE-2006-3376</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060597002" comment="libwmf is earlier than 0:0.2.8.3-5.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060597003" comment="libwmf is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060597004" comment="libwmf-devel is earlier than 0:0.2.8.3-5.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060597005" comment="libwmf-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060598" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0598: gimp security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0598-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0598.html" />
	<description>The GIMP (GNU Image Manipulation Program) is an image composition and
editing program.

Henning Makholm discovered a buffer overflow bug in The GIMP XCF file
loader. An attacker could create a carefully crafted image that could
execute arbitrary code if opened by a victim.  (CVE-2006-3404)

Please note that this issue did not affect the gimp packages in Red Hat
Enterprise Linux 2.1, or 3.

Users of The GIMP should update to these erratum packages which contain a
backported fix to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-18" />
        <updated date="2006-07-18" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3404">CVE-2006-3404</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060598002" comment="gimp is earlier than 1:2.0.5-6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060598003" comment="gimp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060598004" comment="gimp-devel is earlier than 1:2.0.5-6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060598005" comment="gimp-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060600" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0600: mailman security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0600-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0600.html" />
	<description>Mailman is a program used to help manage email discussion lists.

A flaw was found in the way Mailman handled MIME multipart messages. An
attacker could send a carefully crafted MIME multipart email message to a
mailing list run by Mailman which caused that particular mailing list
to stop working.  (CVE-2006-2941)

Several cross-site scripting (XSS) issues were found in Mailman.  An
attacker could exploit these issues to perform cross-site scripting attacks
against the Mailman administrator.  (CVE-2006-3636)

Red Hat would like to thank Barry Warsaw for disclosing these vulnerabilities.

Users of Mailman should upgrade to these updated packages, which contain
backported patches to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-06" />
        <updated date="2006-09-06" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2941">CVE-2006-2941</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3636">CVE-2006-3636</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060600002" comment="mailman is earlier than 3:2.1.5.1-25.rhel3.7" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060600005" comment="mailman is earlier than 3:2.1.5.1-34.rhel4.5" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060204003" comment="mailman is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060602" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0602: wireshark security update (was ethereal)
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0602-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0602.html" />
	<description>Ethereal is a program for monitoring network traffic.

In May 2006, Ethereal changed its name to Wireshark.  This update
deprecates the Ethereal packages in Red Hat Enterprise Linux 2.1, 3, and 4
in favor of the supported Wireshark packages.

Several denial of service bugs were found in Ethereal's protocol
dissectors. It was possible for Ethereal to crash or stop responding if it
read a malformed packet off the network.  (CVE-2006-3627, CVE-2006-3629,
CVE-2006-3631)

Several buffer overflow bugs were found in Ethereal's ANSI MAP, NCP NMAS,
and NDPStelnet dissectors. It was possible for Ethereal to crash or execute
arbitrary code if it read a malformed packet off the network.
(CVE-2006-3630, CVE-2006-3632)

Several format string bugs were found in Ethereal's Checkpoint FW-1, MQ,
XML, and NTP dissectors. It was possible for Ethereal to crash or execute
arbitrary code if it read a malformed packet off the network. (CVE-2006-3628)

Users of Ethereal should upgrade to these updated packages containing
Wireshark version 0.99.2, which is not vulnerable to these issues</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-16" />
        <updated date="2006-08-16" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3627">CVE-2006-3627</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3628">CVE-2006-3628</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3629">CVE-2006-3629</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3630">CVE-2006-3630</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3631">CVE-2006-3631</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3632">CVE-2006-3632</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602002" comment="wireshark is earlier than 0:0.99.2-EL3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602003" comment="wireshark is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602004" comment="wireshark-gnome is earlier than 0:0.99.2-EL3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602005" comment="wireshark-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602007" comment="wireshark is earlier than 0:0.99.2-EL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602003" comment="wireshark is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602008" comment="wireshark-gnome is earlier than 0:0.99.2-EL4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602005" comment="wireshark-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060603" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0603: libtiff security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0603-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0603.html" />
	<description>The libtiff package contains a library of functions for manipulating TIFF
(Tagged Image File Format) files.

Tavis Ormandy of Google discovered a number of flaws in libtiff during a
security audit.  An attacker could create a carefully crafted TIFF file in
such a way that it was possible to cause an application linked with libtiff
to crash or possibly execute arbitrary code. (CVE-2006-3459, CVE-2006-3460,
CVE-2006-3461, CVE-2006-3462, CVE-2006-3463, CVE-2006-3464, CVE-2006-3465)

All users are advised to upgrade to these updated packages, which contain
backported fixes for these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-02" />
        <updated date="2006-08-02" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3459">CVE-2006-3459</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3460">CVE-2006-3460</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3461">CVE-2006-3461</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3462">CVE-2006-3462</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3463">CVE-2006-3463</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3464">CVE-2006-3464</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3465">CVE-2006-3465</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060603002" comment="libtiff is earlier than 0:3.5.7-25.el3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425003" comment="libtiff is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060603004" comment="libtiff-devel is earlier than 0:3.5.7-25.el3.4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425005" comment="libtiff-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060603007" comment="libtiff is earlier than 0:3.6.1-12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425003" comment="libtiff is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060603008" comment="libtiff-devel is earlier than 0:3.6.1-12" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060425005" comment="libtiff-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060604" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0604: ruby security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0604-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0604.html" />
	<description>Ruby is an interpreted scripting language for object-oriented programming. 

A number of flaws were found in the safe-level restrictions in Ruby.  It
was possible for an attacker to create a carefully crafted malicious script
that can allow the bypass of certain safe-level restrictions. (CVE-2006-3694)

Users of Ruby should update to these erratum packages, which contain a
backported patch and are not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-27" />
        <updated date="2006-07-27" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3694">CVE-2006-3694</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604002" comment="ruby is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427003" comment="ruby is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604004" comment="irb is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427005" comment="irb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604006" comment="ruby-devel is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427007" comment="ruby-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604008" comment="ruby-docs is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427009" comment="ruby-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604010" comment="ruby-libs is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427011" comment="ruby-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604012" comment="ruby-mode is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427013" comment="ruby-mode is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604014" comment="ruby-tcltk is earlier than 0:1.6.8-9.EL3.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427015" comment="ruby-tcltk is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604017" comment="ruby is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427003" comment="ruby is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604018" comment="irb is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427005" comment="irb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604019" comment="ruby-devel is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427007" comment="ruby-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604020" comment="ruby-docs is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427009" comment="ruby-docs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604021" comment="ruby-libs is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427011" comment="ruby-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604022" comment="ruby-mode is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427013" comment="ruby-mode is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060604023" comment="ruby-tcltk is earlier than 0:1.8.1-7.EL4.6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060427015" comment="ruby-tcltk is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060605" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0605: perl security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0605-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0605.html" />
	<description>Perl is a high-level programming language commonly used for system
administration utilities and Web programming.

Kevin Finisterre discovered a flaw in sperl, the Perl setuid wrapper, which
can cause debugging information to be logged to arbitrary files. By setting
an environment variable, a local user could cause sperl to create, as root,
files with arbitrary filenames, or append the debugging information to
existing files. (CVE-2005-0155)

A fix for this issue was first included in the update RHSA-2005:103
released in February 2005.  However the patch to correct this issue was
dropped from the update RHSA-2005:674 made in October 2005.  This
regression has been assigned CVE-2006-3813.

Users of Perl are advised to upgrade to these updated packages, which
contain a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3813">CVE-2006-3813</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060605002" comment="perl is earlier than 3:5.8.5-36.RHEL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060605003" comment="perl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060605004" comment="perl-suidperl is earlier than 3:5.8.5-36.RHEL4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060605005" comment="perl-suidperl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060608" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0608: seamonkey security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0608-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0608.html" />
	<description>SeaMonkey is an open source Web browser, advanced email and newsgroup
client, IRC chat client, and HTML editor.

Several flaws were found in the way SeaMonkey processed certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-3807,
CVE-2006-3809, CVE-2006-3812)

Several denial of service flaws were found in the way SeaMonkey processed
certain web content. A malicious web page could crash the browser or
possibly execute arbitrary code as the user running SeaMonkey.
(CVE-2006-3801, CVE-2006-3677, CVE-2006-3113, CVE-2006-3803, CVE-2006-3805,
CVE-2006-3806, CVE-2006-3811)

A buffer overflow flaw was found in the way SeaMonkey Messenger displayed
malformed inline vcard attachments. If a victim viewed an email message
containing a carefully crafted vcard, it was possible to execute arbitrary
code as the user running SeaMonkey Messenger. (CVE-2006-3804)

Several flaws were found in the way SeaMonkey processed certain javascript
actions. A malicious web page could conduct a cross-site scripting attack
or steal sensitive information (such as cookies owned by other domains).
(CVE-2006-3802, CVE-2006-3810)

A flaw was found in the way SeaMonkey processed Proxy AutoConfig scripts. A
malicious Proxy AutoConfig server could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-3808)

Users of SeaMonkey are advised to upgrade to this update, which contains
SeaMonkey version 1.0.3 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-27" />
        <updated date="2006-07-27" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3801">CVE-2006-3801</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3677">CVE-2006-3677</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3113">CVE-2006-3113</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3802">CVE-2006-3802</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3803">CVE-2006-3803</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3804">CVE-2006-3804</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3805">CVE-2006-3805</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3806">CVE-2006-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3807">CVE-2006-3807</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3808">CVE-2006-3808</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3809">CVE-2006-3809</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3810">CVE-2006-3810</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3811">CVE-2006-3811</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3812">CVE-2006-3812</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608002" comment="seamonkey is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578003" comment="seamonkey is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608004" comment="seamonkey-chat is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578005" comment="seamonkey-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608006" comment="seamonkey-devel is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578007" comment="seamonkey-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608008" comment="seamonkey-dom-inspector is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578009" comment="seamonkey-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608010" comment="seamonkey-js-debugger is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578011" comment="seamonkey-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608012" comment="seamonkey-mail is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578013" comment="seamonkey-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608014" comment="seamonkey-nspr is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578015" comment="seamonkey-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608016" comment="seamonkey-nspr-devel is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578017" comment="seamonkey-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608018" comment="seamonkey-nss is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578019" comment="seamonkey-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060608020" comment="seamonkey-nss-devel is earlier than 0:1.0.3-0.el3.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578021" comment="seamonkey-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060609" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0609: seamonkey security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0609-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0609.html" />
	<description>Seamonkey is an open source Web browser, advanced email and newsgroup
client, IRC chat client, and HTML editor.

The Mozilla Foundation has discontinued support for the Mozilla Suite. This
update deprecates the Mozilla Suite in Red Hat Enterprise Linux 4 in
favor of the supported Seamonkey Suite.

This update also resolves a number of outstanding Mozilla security issues:

Several flaws were found in the way Seamonkey processed certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-2776,
CVE-2006-2784, CVE-2006-2785, CVE-2006-2787, CVE-2006-3807, CVE-2006-3809,
CVE-2006-3812)

Several denial of service flaws were found in the way Seamonkey processed
certain web content. A malicious web page could crash the browser or
possibly execute arbitrary code as the user running Seamonkey.
(CVE-2006-2779, CVE-2006-2780, CVE-2006-3801, CVE-2006-3677, CVE-2006-3113,
CVE-2006-3803, CVE-2006-3805, CVE-2006-3806, CVE-2006-3811)

Two flaws were found in the way Seamonkey-mail displayed malformed
inline vcard attachments. If a victim viewed an email message containing
a carefully crafted vcard it was possible to execute arbitrary code as the
user running Mozilla-mail. (CVE-2006-2781, CVE-2006-3804)

A cross-site scripting flaw was found in the way Seamonkey processed
Unicode Byte-Order-Mark (BOM) markers in UTF-8 web pages. A malicious web
page could execute a script within the browser that a web input sanitizer
could miss due to a malformed "script" tag. (CVE-2006-2783)

Several flaws were found in the way Seamonkey processed certain javascript
actions. A malicious web page could conduct a cross-site scripting attack
or steal sensitive information (such as cookies owned by other domains).
(CVE-2006-3802, CVE-2006-3810)

A form file upload flaw was found in the way Seamonkey handled javascript
input object mutation. A malicious web page could upload an arbitrary local
file at form submission time without user interaction. (CVE-2006-2782)

A denial of service flaw was found in the way Seamonkey called the
crypto.signText() javascript function. A malicious web page could crash the
browser if the victim had a client certificate loaded. (CVE-2006-2778)

Two HTTP response smuggling flaws were found in the way Seamonkey processed
certain invalid HTTP response headers. A malicious web site could return
specially crafted HTTP response headers which may bypass HTTP proxy
restrictions. (CVE-2006-2786)

A flaw was found in the way Seamonkey processed Proxy AutoConfig scripts. A
malicious Proxy AutoConfig server could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-3808)

A double free flaw was found in the way the nsIX509::getRawDER method was
called. If a victim visited a carefully crafted web page, it was possible
to execute arbitrary code as the user running Mozilla. (CVE-2006-2788)

Users of Mozilla are advised to upgrade to this update, which contains
Seamonkey version 1.0.3 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-02" />
        <updated date="2006-08-02" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2779">CVE-2006-2779</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2780">CVE-2006-2780</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2781">CVE-2006-2781</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2783">CVE-2006-2783</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2782">CVE-2006-2782</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2778">CVE-2006-2778</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2776">CVE-2006-2776</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2784">CVE-2006-2784</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2785">CVE-2006-2785</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2786">CVE-2006-2786</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2787">CVE-2006-2787</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2788">CVE-2006-2788</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3801">CVE-2006-3801</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3677">CVE-2006-3677</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3113">CVE-2006-3113</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3802">CVE-2006-3802</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3803">CVE-2006-3803</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3804">CVE-2006-3804</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3805">CVE-2006-3805</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3806">CVE-2006-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3807">CVE-2006-3807</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3808">CVE-2006-3808</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3809">CVE-2006-3809</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3810">CVE-2006-3810</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3811">CVE-2006-3811</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3812">CVE-2006-3812</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609002" comment="devhelp is earlier than 0:0.10-0.2.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329024" comment="devhelp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609004" comment="seamonkey is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578003" comment="seamonkey is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609006" comment="devhelp-devel is earlier than 0:0.10-0.2.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329027" comment="devhelp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609008" comment="seamonkey-chat is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578005" comment="seamonkey-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609010" comment="seamonkey-devel is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578007" comment="seamonkey-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609012" comment="seamonkey-dom-inspector is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578009" comment="seamonkey-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609014" comment="seamonkey-js-debugger is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578011" comment="seamonkey-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609016" comment="seamonkey-mail is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578013" comment="seamonkey-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609018" comment="seamonkey-nspr is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578015" comment="seamonkey-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609020" comment="seamonkey-nspr-devel is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578017" comment="seamonkey-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609022" comment="seamonkey-nss is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578019" comment="seamonkey-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060609024" comment="seamonkey-nss-devel is earlier than 0:1.0.3-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578021" comment="seamonkey-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060610" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0610: firefox security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0610-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0610.html" />
	<description>Mozilla Firefox is an open source Web browser.

The Mozilla Foundation has discontinued support for the Mozilla Firefox
1.0 branch. This update deprecates the Mozilla Firefox 1.0 branch in
Red Hat Enterprise Linux 4 in favor of the supported Mozilla Firefox
1.5 branch.

This update also resolves a number of outstanding Firefox security issues:

Several flaws were found in the way Firefox processed certain javascript
actions. A malicious web page could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-2776,
CVE-2006-2784, CVE-2006-2785, CVE-2006-2787, CVE-2006-3807, CVE-2006-3809,
CVE-2006-3812)

Several denial of service flaws were found in the way Firefox processed
certain web content. A malicious web page could crash the browser or
possibly execute arbitrary code as the user running Firefox.
(CVE-2006-2779, CVE-2006-2780, CVE-2006-3801, CVE-2006-3677, CVE-2006-3113,
CVE-2006-3803, CVE-2006-3805, CVE-2006-3806, CVE-2006-3811)

A cross-site scripting flaw was found in the way Firefox processed
Unicode Byte-Order-Mark (BOM) markers in UTF-8 web pages. A malicious web
page could execute a script within the browser that a web input sanitizer
could miss due to a malformed "script" tag. (CVE-2006-2783)

Several flaws were found in the way Firefox processed certain javascript
actions. A malicious web page could conduct a cross-site scripting attack
or steal sensitive information (such as cookies owned by other domains).
(CVE-2006-3802, CVE-2006-3810)

A form file upload flaw was found in the way Firefox handled javascript
input object mutation. A malicious web page could upload an arbitrary local
file at form submission time without user interaction. (CVE-2006-2782)

A denial of service flaw was found in the way Firefox called the
crypto.signText() javascript function. A malicious web page could crash the
browser if the victim had a client certificate loaded. (CVE-2006-2778)

Two HTTP response smuggling flaws were found in the way Firefox processed
certain invalid HTTP response headers. A malicious web site could return
specially crafted HTTP response headers which may bypass HTTP proxy
restrictions. (CVE-2006-2786)

A flaw was found in the way Firefox processed Proxy AutoConfig scripts. A
malicious Proxy AutoConfig server could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install browser malware. (CVE-2006-3808)

A double free flaw was found in the way the nsIX509::getRawDER method was
called. If a victim visited a carefully crafted web page, it was possible
to execute arbitrary code as the user running Firefox. (CVE-2006-2788)

Users of Firefox are advised to upgrade to this update, which contains
Firefox version 1.5.0.5 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-28" />
        <updated date="2006-07-28" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2779">CVE-2006-2779</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2780">CVE-2006-2780</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2783">CVE-2006-2783</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2782">CVE-2006-2782</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2778">CVE-2006-2778</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2776">CVE-2006-2776</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2784">CVE-2006-2784</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2785">CVE-2006-2785</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2786">CVE-2006-2786</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2787">CVE-2006-2787</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2788">CVE-2006-2788</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3801">CVE-2006-3801</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3677">CVE-2006-3677</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3113">CVE-2006-3113</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3802">CVE-2006-3802</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3803">CVE-2006-3803</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3805">CVE-2006-3805</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3806">CVE-2006-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3807">CVE-2006-3807</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3808">CVE-2006-3808</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3809">CVE-2006-3809</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3810">CVE-2006-3810</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3811">CVE-2006-3811</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3812">CVE-2006-3812</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060610002" comment="firefox is earlier than 0:1.5.0.5-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060200003" comment="firefox is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060611" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0611: thunderbird security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0611-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0611.html" />
	<description>Mozilla Thunderbird is a standalone mail and newsgroup client.

The Mozilla Foundation has discontinued support for the Mozilla Thunderbird
1.0 branch. This update deprecates the Mozilla Thunderbird 1.0 branch in
Red Hat Enterprise Linux 4 in favor of the supported Mozilla Thunderbird
1.5 branch.

This update also resolves a number of outstanding Thunderbird security issues:

Several flaws were found in the way Thunderbird processed certain
javascript actions. A malicious mail message could execute arbitrary
javascript instructions with the permissions of "chrome", allowing the page
to steal sensitive information or install browser malware. (CVE-2006-2776,
CVE-2006-2784, CVE-2006-2785, CVE-2006-2787, CVE-2006-3807, CVE-2006-3809)

Several denial of service flaws were found in the way Thunderbird processed
certain mail messages. A malicious web page could crash the browser or
possibly execute arbitrary code as the user running Thunderbird.
(CVE-2006-2779, CVE-2006-2780, CVE-2006-3801, CVE-2006-3677,
CVE-2006-3113, CVE-2006-3803, CVE-2006-3805, CVE-2006-3806, CVE-2006-3811)

Several flaws were found in the way Thunderbird processed certain
javascript actions. A malicious mail message could conduct a cross-site
scripting attack or steal sensitive information (such as cookies owned by
other domains). (CVE-2006-3802, CVE-2006-3810)

A form file upload flaw was found in the way Thunderbird handled javascript
input object mutation. A malicious mail message could upload an arbitrary
local file at form submission time without user interaction. (CVE-2006-2782)

A denial of service flaw was found in the way Thunderbird called the
crypto.signText() javascript function. A malicious mail message could crash
the browser if the victim had a client certificate loaded. (CVE-2006-2778)

A flaw was found in the way Thunderbird processed Proxy AutoConfig scripts.
A malicious Proxy AutoConfig server could execute arbitrary javascript
instructions with the permissions of "chrome", allowing the page to steal
sensitive information or install client malware. (CVE-2006-3808)

Note: Please note that JavaScript support is disabled by default in
Thunderbird. The above issues are not exploitable with JavaScript disabled. 

Two flaws were found in the way Thunderbird displayed malformed inline
vcard attachments. If a victim viewed an email message containing a
carefully crafted vcard it was possible to execute arbitrary code as the
user running Thunderbird. (CVE-2006-2781, CVE-2006-3804)

A cross site scripting flaw was found in the way Thunderbird processed
Unicode Byte-order-Mark (BOM) markers in UTF-8 mail messages. A malicious
web page could execute a script within the browser that a web input
sanitizer could miss due to a malformed "script" tag. (CVE-2006-2783)

Two HTTP response smuggling flaws were found in the way Thunderbird
processed certain invalid HTTP response headers. A malicious web site could
return specially crafted HTTP response headers which may bypass HTTP proxy
restrictions. (CVE-2006-2786)

A double free flaw was found in the way the nsIX509::getRawDER method was
called. If a victim visited a carefully crafted web page, it was possible
to crash Thunderbird. (CVE-2006-2788)

Users of Thunderbird are advised to upgrade to this update, which contains
Thunderbird version 1.5.0.5 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-07-28" />
        <updated date="2006-07-28" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2779">CVE-2006-2779</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2780">CVE-2006-2780</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2781">CVE-2006-2781</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2783">CVE-2006-2783</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2782">CVE-2006-2782</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2778">CVE-2006-2778</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2776">CVE-2006-2776</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2784">CVE-2006-2784</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2785">CVE-2006-2785</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2786">CVE-2006-2786</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2787">CVE-2006-2787</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2788">CVE-2006-2788</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3801">CVE-2006-3801</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3677">CVE-2006-3677</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3113">CVE-2006-3113</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3802">CVE-2006-3802</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3803">CVE-2006-3803</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3804">CVE-2006-3804</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3805">CVE-2006-3805</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3806">CVE-2006-3806</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3807">CVE-2006-3807</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3808">CVE-2006-3808</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3809">CVE-2006-3809</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3810">CVE-2006-3810</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3811">CVE-2006-3811</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060611002" comment="thunderbird is earlier than 0:1.5.0.5-0.el4.1" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060330003" comment="thunderbird is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060612" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0612: krb5 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0612-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0612.html" />
	<description>Kerberos is a network authentication system which allows clients and
servers to authenticate to each other through use of symmetric encryption
and a trusted third party, the KDC.

A flaw was found where some bundled Kerberos-aware applications would fail
to check the result of the setuid() call. On Linux 2.6 kernels, the
setuid() call can fail if certain user limits are hit. A local attacker
could manipulate their environment in such a way to get the applications to
continue to run as root, potentially leading to an escalation of
privileges.  (CVE-2006-3083).

Users are advised to update to these erratum packages which contain a
backported fix to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-08" />
        <updated date="2006-08-08" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3083">CVE-2006-3083</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612002" comment="krb5 is earlier than 0:1.3.4-33" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612003" comment="krb5 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612004" comment="krb5-devel is earlier than 0:1.3.4-33" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612005" comment="krb5-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612006" comment="krb5-libs is earlier than 0:1.3.4-33" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612007" comment="krb5-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612008" comment="krb5-server is earlier than 0:1.3.4-33" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612009" comment="krb5-server is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612010" comment="krb5-workstation is earlier than 0:1.3.4-33" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060612011" comment="krb5-workstation is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060615" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0615: gnupg security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0615-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0615.html" />
	<description>GnuPG is a utility for encrypting data and creating digital signatures.

An integer overflow flaw was found in GnuPG. An attacker could create a
carefully crafted message packet with a large length that could cause GnuPG
to crash or possibly overwrite memory when opened. (CVE-2006-3746)

All users of GnuPG are advised to upgrade to these updated packages, which
contain a backported patch to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-02" />
        <updated date="2006-08-02" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3746">CVE-2006-3746</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060615002" comment="gnupg is earlier than 0:1.2.1-17" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060615005" comment="gnupg is earlier than 0:1.2.6-6" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060266003" comment="gnupg is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060617" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0617: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0617-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0617.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

These new kernel packages contain fixes for the security issues described
below:

* a flaw in the proc file system that allowed a local user to use a
suid-wrapper for scripts to gain root privileges (CVE-2006-3626, Important)

* a flaw in the SCTP implementation that allowed a local user to cause a
denial of service (panic) or to possibly gain root privileges
(CVE-2006-3745, Important)

* a flaw in NFS exported ext2/ext3 partitions when handling invalid inodes
that allowed a remote authenticated user to cause a denial of service
(filesystem panic) (CVE-2006-3468, Important)

* a flaw in the restore_all code path of the 4/4GB split support of
non-hugemem kernels that allowed a local user to cause a denial of service
(panic) (CVE-2006-2932, Important)

* a flaw in IPv4 netfilter handling for the unlikely use of SNMP NAT
processing that allowed a remote user to cause a denial of service (crash)
or potential memory corruption (CVE-2006-2444, Moderate)

* a flaw in the DVD handling of the CDROM driver that could be used
together with a custom built USB device to gain root privileges
(CVE-2006-2935, Moderate)

* a flaw in the handling of O_DIRECT writes that allowed a local user
to cause a denial of service (memory consumption) (CVE-2004-2660, Low)

* a flaw in the SCTP chunk length handling that allowed a remote user to
cause a denial of service (crash) (CVE-2006-1858, Low)

* a flaw in the input handling of the ftdi_sio driver that allowed a local
user to cause a denial of service (memory consumption) (CVE-2006-2936, Low)

In addition a bugfix was added to enable a clean reboot for the IBM Pizzaro
machines.

Red Hat would like to thank Wei Wang of McAfee Avert Labs and Kirill
Korotaev for reporting issues fixed in this erratum.

All Red Hat Enterprise Linux 4 users are advised to upgrade their kernels
to the packages associated with their machine architectures and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-22" />
        <updated date="2006-08-22" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-2660">CVE-2004-2660</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1858">CVE-2006-1858</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2444">CVE-2006-2444</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2932">CVE-2006-2932</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2935">CVE-2006-2935</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2936">CVE-2006-2936</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3468">CVE-2006-3468</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3626">CVE-2006-3626</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3745">CVE-2006-3745</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617002" comment="kernel is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617004" comment="kernel-devel is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617006" comment="kernel-hugemem is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617008" comment="kernel-hugemem-devel is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617010" comment="kernel-smp is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617012" comment="kernel-smp-devel is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617014" comment="kernel-largesmp is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617016" comment="kernel-largesmp-devel is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060617018" comment="kernel-doc is earlier than 0:2.6.9-42.0.2.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060619" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0619: httpd security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0619-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0619.html" />
	<description>The Apache HTTP Server is a popular Web server available for free.

A bug was found in Apache where an invalid Expect header sent to the server
was returned to the user in an unescaped error message.  This could
allow an attacker to perform a cross-site scripting attack if a victim was
tricked into connecting to a site and sending a carefully crafted Expect
header.  (CVE-2006-3918)

While a web browser cannot be forced to send an arbitrary Expect
header by a third-party attacker, it was recently discovered that
certain versions of the Flash plugin can manipulate request headers.
If users running such versions can be persuaded to load a web page
with a malicious Flash applet, a cross-site scripting attack against
the server may be possible.

On Red Hat Enterprise Linux 3 and 4 systems, due to an unrelated issue in
the handling of malformed Expect headers, the page produced by the
cross-site scripting attack will only be returned after a timeout expires
(2-5 minutes by default) if not first canceled by the user.

Users of httpd should update to these erratum packages, which contain a
backported patch to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-10" />
        <updated date="2006-08-10" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3918">CVE-2006-3918</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619002" comment="httpd is earlier than 0:2.0.46-61.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159003" comment="httpd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619004" comment="httpd-devel is earlier than 0:2.0.46-61.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159005" comment="httpd-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619006" comment="mod_ssl is earlier than 1:2.0.46-61.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159007" comment="mod_ssl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619009" comment="httpd is earlier than 0:2.0.52-28.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159003" comment="httpd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619010" comment="httpd-devel is earlier than 0:2.0.52-28.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159005" comment="httpd-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619011" comment="httpd-manual is earlier than 0:2.0.52-28.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159012" comment="httpd-manual is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619013" comment="httpd-suexec is earlier than 0:2.0.52-28.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159014" comment="httpd-suexec is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060619015" comment="mod_ssl is earlier than 1:2.0.52-28.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060159007" comment="mod_ssl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060633" version="304" class="patch">
      <metadata>
        <title>RHSA-2006:0633: ImageMagick security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0633-04" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0633.html" />
	<description>ImageMagick(TM) is an image display and manipulation tool for the X Window
System that can read and write multiple image formats.

Tavis Ormandy discovered several integer and buffer overflow flaws in the
way ImageMagick decodes XCF, SGI, and Sun bitmap graphic files. An attacker
could execute arbitrary code on a victim's machine if they were able to
trick the victim into opening a specially crafted image file.
(CVE-2006-3743, CVE-2006-3744, CVE-2006-4144)

Users of ImageMagick should upgrade to these updated packages, which
contain backported patches and are not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-24" />
        <updated date="2006-08-24" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3743">CVE-2006-3743</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3744">CVE-2006-3744</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4144">CVE-2006-4144</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633002" comment="ImageMagick is earlier than 0:5.5.6-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178003" comment="ImageMagick is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633004" comment="ImageMagick-c++ is earlier than 0:5.5.6-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178005" comment="ImageMagick-c++ is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633006" comment="ImageMagick-c++-devel is earlier than 0:5.5.6-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178007" comment="ImageMagick-c++-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633008" comment="ImageMagick-devel is earlier than 0:5.5.6-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178009" comment="ImageMagick-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633010" comment="ImageMagick-perl is earlier than 0:5.5.6-20" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178011" comment="ImageMagick-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633013" comment="ImageMagick is earlier than 0:6.0.7.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178003" comment="ImageMagick is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633014" comment="ImageMagick-c++ is earlier than 0:6.0.7.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178005" comment="ImageMagick-c++ is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633015" comment="ImageMagick-c++-devel is earlier than 0:6.0.7.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178007" comment="ImageMagick-c++-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633016" comment="ImageMagick-devel is earlier than 0:6.0.7.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178009" comment="ImageMagick-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060633017" comment="ImageMagick-perl is earlier than 0:6.0.7.1-16" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060178011" comment="ImageMagick-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060634" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0634: xorg-x11 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0634-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0634.html" />
	<description>X.org is an open source implementation of the X Window System. It provides
the basic low-level functionality that full-fledged graphical user
interfaces are designed upon.

An integer overflow flaw in the way the X.org server processes PCF files
was discovered. A malicious authorized client could exploit this issue to
cause a denial of service (crash) or potentially execute arbitrary code
with root privileges on the X.org server. (CVE-2006-3467)

Users of X.org should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-21" />
        <updated date="2006-08-21" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3467">CVE-2006-3467</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634002" comment="xorg-x11 is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451003" comment="xorg-x11 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634004" comment="xorg-x11-Mesa-libGL is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451005" comment="xorg-x11-Mesa-libGL is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634006" comment="xorg-x11-Mesa-libGLU is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451007" comment="xorg-x11-Mesa-libGLU is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634008" comment="xorg-x11-Xdmx is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451009" comment="xorg-x11-Xdmx is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634010" comment="xorg-x11-Xnest is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451011" comment="xorg-x11-Xnest is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634012" comment="xorg-x11-Xvfb is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451013" comment="xorg-x11-Xvfb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634014" comment="xorg-x11-deprecated-libs is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451015" comment="xorg-x11-deprecated-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634016" comment="xorg-x11-deprecated-libs-devel is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451017" comment="xorg-x11-deprecated-libs-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634018" comment="xorg-x11-devel is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451019" comment="xorg-x11-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634020" comment="xorg-x11-doc is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451021" comment="xorg-x11-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634022" comment="xorg-x11-font-utils is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451023" comment="xorg-x11-font-utils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634024" comment="xorg-x11-libs is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451025" comment="xorg-x11-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634026" comment="xorg-x11-sdk is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451027" comment="xorg-x11-sdk is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634028" comment="xorg-x11-tools is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451029" comment="xorg-x11-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634030" comment="xorg-x11-twm is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451031" comment="xorg-x11-twm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634032" comment="xorg-x11-xauth is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451033" comment="xorg-x11-xauth is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634034" comment="xorg-x11-xdm is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451035" comment="xorg-x11-xdm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060634036" comment="xorg-x11-xfs is earlier than 0:6.8.2-1.EL.13.37" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451037" comment="xorg-x11-xfs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060635" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0635: XFree86 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0635-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0635.html" />
	<description>XFree86 is an implementation of the X Window System, which provides the
core functionality for the Linux graphical desktop.

An integer overflow flaw in the way the XFree86 server processes PCF files
was discovered. A malicious authorized client could exploit this issue to
cause a denial of service (crash) or potentially execute arbitrary code
with root privileges on the XFree86 server. (CVE-2006-3467)

Users of XFree86 should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-21" />
        <updated date="2006-08-21" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3467">CVE-2006-3467</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635002" comment="XFree86 is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635003" comment="XFree86 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635004" comment="XFree86-100dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635005" comment="XFree86-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635006" comment="XFree86-75dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635007" comment="XFree86-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635008" comment="XFree86-ISO8859-14-100dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635009" comment="XFree86-ISO8859-14-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635010" comment="XFree86-ISO8859-14-75dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635011" comment="XFree86-ISO8859-14-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635012" comment="XFree86-ISO8859-15-100dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635013" comment="XFree86-ISO8859-15-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635014" comment="XFree86-ISO8859-15-75dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635015" comment="XFree86-ISO8859-15-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635016" comment="XFree86-ISO8859-2-100dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635017" comment="XFree86-ISO8859-2-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635018" comment="XFree86-ISO8859-2-75dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635019" comment="XFree86-ISO8859-2-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635020" comment="XFree86-ISO8859-9-100dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635021" comment="XFree86-ISO8859-9-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635022" comment="XFree86-ISO8859-9-75dpi-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635023" comment="XFree86-ISO8859-9-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635024" comment="XFree86-Mesa-libGL is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635025" comment="XFree86-Mesa-libGL is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635026" comment="XFree86-Mesa-libGLU is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635027" comment="XFree86-Mesa-libGLU is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635028" comment="XFree86-Xnest is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635029" comment="XFree86-Xnest is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635030" comment="XFree86-Xvfb is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635031" comment="XFree86-Xvfb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635032" comment="XFree86-base-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635033" comment="XFree86-base-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635034" comment="XFree86-cyrillic-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635035" comment="XFree86-cyrillic-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635036" comment="XFree86-devel is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635037" comment="XFree86-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635038" comment="XFree86-doc is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635039" comment="XFree86-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635040" comment="XFree86-font-utils is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635041" comment="XFree86-font-utils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635042" comment="XFree86-libs is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635043" comment="XFree86-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635044" comment="XFree86-libs-data is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635045" comment="XFree86-libs-data is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635046" comment="XFree86-sdk is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635047" comment="XFree86-sdk is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635048" comment="XFree86-syriac-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635049" comment="XFree86-syriac-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635050" comment="XFree86-tools is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635051" comment="XFree86-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635052" comment="XFree86-truetype-fonts is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635053" comment="XFree86-truetype-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635054" comment="XFree86-twm is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635055" comment="XFree86-twm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635056" comment="XFree86-xauth is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635057" comment="XFree86-xauth is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635058" comment="XFree86-xdm is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635059" comment="XFree86-xdm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635060" comment="XFree86-xfs is earlier than 0:4.3.0-111.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635061" comment="XFree86-xfs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060648" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0648: kdegraphics security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0648-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0648.html" />
	<description>The kdegraphics package contains graphics applications for the K Desktop
Environment.

Tavis Ormandy of Google discovered a number of flaws in libtiff during a
security audit.  The kfax application contains a copy of the libtiff code
used for parsing TIFF files and is therefore affected by these flaws.  
An attacker who has the ability to trick a user into opening a malicious
TIFF file could cause kfax to crash or possibly execute arbitrary code.
(CVE-2006-3459, CVE-2006-3460, CVE-2006-3461, CVE-2006-3462, CVE-2006-3463,
CVE-2006-3464, CVE-2006-3465)

Red Hat Enterprise Linux 4 is not vulnerable to these issues as kfax uses
the shared libtiff library which has been fixed in a previous update.

Users of kfax should upgrade to these updated packages, which contain
backported patches and are not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-08-28" />
        <updated date="2006-08-28" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3459">CVE-2006-3459</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3460">CVE-2006-3460</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3461">CVE-2006-3461</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3462">CVE-2006-3462</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3463">CVE-2006-3463</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3464">CVE-2006-3464</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3465">CVE-2006-3465</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060648002" comment="kdegraphics is earlier than 7:3.1.3-3.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206003" comment="kdegraphics is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060648004" comment="kdegraphics-devel is earlier than 7:3.1.3-3.10" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060206005" comment="kdegraphics-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060658" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0658: wireshark security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0658-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0658.html" />
	<description>Wireshark is a program for monitoring network traffic.

Bugs were found in Wireshark's SCSI and SSCOP protocol dissectors. Ethereal
could crash or stop responding if it read a malformed packet off the
network. (CVE-2006-4330, CVE-2006-4333)

An off-by-one bug was found in the IPsec ESP decryption preference parser.
Ethereal could crash or stop responding if it read a malformed packet off
the network. (CVE-2006-4331)

Users of Wireshark or Ethereal should upgrade to these updated packages
containing Wireshark version 0.99.3, which is not vulnerable to these
issues.   These packages also fix a bug in the PAM configuration of the
Wireshark packages which prevented non-root users starting a capture.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-12" />
        <updated date="2006-09-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4330">CVE-2006-4330</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4331">CVE-2006-4331</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4333">CVE-2006-4333</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060658002" comment="wireshark is earlier than 0:0.99.3-EL3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602003" comment="wireshark is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060658004" comment="wireshark-gnome is earlier than 0:0.99.3-EL3.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602005" comment="wireshark-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060658007" comment="wireshark is earlier than 0:0.99.3-EL4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602003" comment="wireshark is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060658008" comment="wireshark-gnome is earlier than 0:0.99.3-EL4.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060602005" comment="wireshark-gnome is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060661" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0661: openssl security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0661-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0661.html" />
	<description>The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL includes a certificate management tool and shared
libraries which provide various cryptographic algorithms and protocols.

Daniel Bleichenbacher recently described an attack on PKCS #1 v1.5
signatures.  Where an RSA key with exponent 3 is used it may be possible
for an attacker to forge a PKCS #1 v1.5 signature that would be incorrectly
verified by implementations that do not check for excess data in the RSA
exponentiation result of the signature.  

The Google Security Team discovered that OpenSSL is vulnerable to this
attack.  This issue affects applications that use OpenSSL to verify X.509
certificates as well as other uses of PKCS #1 v1.5.  (CVE-2006-4339)

This errata also resolves a problem where a customized ca-bundle.crt file
was overwritten when the openssl package was upgraded.

Users are advised to upgrade to these updated packages, which contain a
backported patch to correct this issue.

Note: After installing this update, users are advised to either restart all
services that use OpenSSL or restart their system.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-06" />
        <updated date="2006-09-06" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4339">CVE-2006-4339</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661002" comment="openssl is earlier than 0:0.9.7a-33.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661003" comment="openssl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661004" comment="openssl096b is earlier than 0:0.9.6b-16.43" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661005" comment="openssl096b is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661006" comment="openssl-devel is earlier than 0:0.9.7a-33.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661007" comment="openssl-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661008" comment="openssl-perl is earlier than 0:0.9.7a-33.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661009" comment="openssl-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661011" comment="openssl is earlier than 0:0.9.7a-43.11" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661003" comment="openssl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661012" comment="openssl096b is earlier than 0:0.9.6b-22.43" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661005" comment="openssl096b is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661013" comment="openssl-devel is earlier than 0:0.9.7a-43.11" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661007" comment="openssl-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661014" comment="openssl-perl is earlier than 0:0.9.7a-43.11" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661009" comment="openssl-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060663" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0663: ncompress security update
        (Low)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0663-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0663.html" />
	<description>The ncompress package contains file compression and decompression
utilities, which are compatible with the original UNIX compress utility (.Z
file extensions).

Tavis Ormandy of the Google Security Team discovered a lack of bounds
checking in ncompress. An attacker could create a carefully crafted file
that could execute arbitrary code if uncompressed by a victim. (CVE-2006-1168)

In addition, two bugs that affected Red Hat Enterprise Linux 4 ncompress
packages were fixed:

* The display statistics and compression results in verbose mode were not
shown when operating on zero length files.

* An attempt to compress zero length files resulted in an unexpected return
code.

Users of ncompress are advised to upgrade to these updated packages, which
contain backported patches to correct these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Low</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-12" />
        <updated date="2006-09-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1168">CVE-2006-1168</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060663002" comment="ncompress is earlier than 0:4.2.4-39.rhel3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060663003" comment="ncompress is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060663005" comment="ncompress is earlier than 0:4.2.4-43.rhel4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060663003" comment="ncompress is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060665" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0665: xorg-x11 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0665-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0665.html" />
	<description>X.org is an open source implementation of the X Window System. It provides
the basic low-level functionality that full-fledged graphical user
interfaces are designed upon.

iDefense reported two integer overflow flaws in the way the X.org server
processed CID font files. A malicious authorized client could exploit this
issue to cause a denial of service (crash) or potentially execute arbitrary
code with root privileges on the X.org server. (CVE-2006-3739, CVE-2006-3740)

Users of X.org should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-12" />
        <updated date="2006-09-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3739">CVE-2006-3739</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3740">CVE-2006-3740</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665002" comment="xorg-x11 is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451003" comment="xorg-x11 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665004" comment="xorg-x11-Mesa-libGL is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451005" comment="xorg-x11-Mesa-libGL is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665006" comment="xorg-x11-Mesa-libGLU is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451007" comment="xorg-x11-Mesa-libGLU is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665008" comment="xorg-x11-Xdmx is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451009" comment="xorg-x11-Xdmx is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665010" comment="xorg-x11-Xnest is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451011" comment="xorg-x11-Xnest is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665012" comment="xorg-x11-Xvfb is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451013" comment="xorg-x11-Xvfb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665014" comment="xorg-x11-deprecated-libs is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451015" comment="xorg-x11-deprecated-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665016" comment="xorg-x11-deprecated-libs-devel is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451017" comment="xorg-x11-deprecated-libs-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665018" comment="xorg-x11-devel is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451019" comment="xorg-x11-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665020" comment="xorg-x11-doc is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451021" comment="xorg-x11-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665022" comment="xorg-x11-font-utils is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451023" comment="xorg-x11-font-utils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665024" comment="xorg-x11-libs is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451025" comment="xorg-x11-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665026" comment="xorg-x11-sdk is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451027" comment="xorg-x11-sdk is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665028" comment="xorg-x11-tools is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451029" comment="xorg-x11-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665030" comment="xorg-x11-twm is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451031" comment="xorg-x11-twm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665032" comment="xorg-x11-xauth is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451033" comment="xorg-x11-xauth is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665034" comment="xorg-x11-xdm is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451035" comment="xorg-x11-xdm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060665036" comment="xorg-x11-xfs is earlier than 0:6.8.2-1.EL.13.37.2" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060451037" comment="xorg-x11-xfs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060666" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0666: XFree86 security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0666-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0666.html" />
	<description>XFree86 is an implementation of the X Window System, which provides the
core functionality for the Linux graphical desktop.

iDefense reported two integer overflow flaws in the way the XFree86 server
processed CID font files. A malicious authorized client could exploit this
issue to cause a denial of service (crash) or potentially execute arbitrary
code with root privileges on the XFree86 server. (CVE-2006-3739,
CVE-2006-3740) 

Users of XFree86 should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-12" />
        <updated date="2006-09-12" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3739">CVE-2006-3739</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3740">CVE-2006-3740</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666002" comment="XFree86 is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635003" comment="XFree86 is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666004" comment="XFree86-100dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635005" comment="XFree86-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666006" comment="XFree86-75dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635007" comment="XFree86-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666008" comment="XFree86-ISO8859-14-100dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635009" comment="XFree86-ISO8859-14-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666010" comment="XFree86-ISO8859-14-75dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635011" comment="XFree86-ISO8859-14-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666012" comment="XFree86-ISO8859-15-100dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635013" comment="XFree86-ISO8859-15-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666014" comment="XFree86-ISO8859-15-75dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635015" comment="XFree86-ISO8859-15-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666016" comment="XFree86-ISO8859-2-100dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635017" comment="XFree86-ISO8859-2-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666018" comment="XFree86-ISO8859-2-75dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635019" comment="XFree86-ISO8859-2-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666020" comment="XFree86-ISO8859-9-100dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635021" comment="XFree86-ISO8859-9-100dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666022" comment="XFree86-ISO8859-9-75dpi-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635023" comment="XFree86-ISO8859-9-75dpi-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666024" comment="XFree86-Mesa-libGL is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635025" comment="XFree86-Mesa-libGL is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666026" comment="XFree86-Mesa-libGLU is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635027" comment="XFree86-Mesa-libGLU is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666028" comment="XFree86-Xnest is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635029" comment="XFree86-Xnest is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666030" comment="XFree86-Xvfb is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635031" comment="XFree86-Xvfb is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666032" comment="XFree86-base-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635033" comment="XFree86-base-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666034" comment="XFree86-cyrillic-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635035" comment="XFree86-cyrillic-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666036" comment="XFree86-devel is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635037" comment="XFree86-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666038" comment="XFree86-doc is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635039" comment="XFree86-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666040" comment="XFree86-font-utils is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635041" comment="XFree86-font-utils is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666042" comment="XFree86-libs is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635043" comment="XFree86-libs is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666044" comment="XFree86-libs-data is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635045" comment="XFree86-libs-data is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666046" comment="XFree86-sdk is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635047" comment="XFree86-sdk is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666048" comment="XFree86-syriac-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635049" comment="XFree86-syriac-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666050" comment="XFree86-tools is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635051" comment="XFree86-tools is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666052" comment="XFree86-truetype-fonts is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635053" comment="XFree86-truetype-fonts is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666054" comment="XFree86-twm is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635055" comment="XFree86-twm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666056" comment="XFree86-xauth is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635057" comment="XFree86-xauth is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666058" comment="XFree86-xdm is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635059" comment="XFree86-xdm is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060666060" comment="XFree86-xfs is earlier than 0:4.3.0-113.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060635061" comment="XFree86-xfs is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060667" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0667: gzip security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0667-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0667.html" />
	<description>The gzip package contains the GNU gzip data compression program.

Tavis Ormandy of the Google Security Team discovered two denial of service
flaws in the way gzip expanded archive files. If a victim expanded a
specially crafted archive, it could cause the gzip executable to hang or
crash. (CVE-2006-4334, CVE-2006-4338)

Tavis Ormandy of the Google Security Team discovered several code execution
flaws in the way gzip expanded archive files. If a victim expanded a
specially crafted archive, it could cause the gzip executable to crash or
execute arbitrary code. (CVE-2006-4335, CVE-2006-4336, CVE-2006-4337)

Users of gzip should upgrade to these updated packages, which contain a
backported patch and is not vulnerable to these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-19" />
        <updated date="2006-09-19" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4334">CVE-2006-4334</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4335">CVE-2006-4335</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4336">CVE-2006-4336</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4337">CVE-2006-4337</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4338">CVE-2006-4338</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060667002" comment="gzip is earlier than 0:1.3.3-13.rhel3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060667003" comment="gzip is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060667005" comment="gzip is earlier than 0:1.3.3-16.rhel4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060667003" comment="gzip is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060668" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0668: squirrelmail security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0668-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0668.html" />
	<description>SquirrelMail is a standards-based webmail package written in PHP.

A dynamic variable evaluation flaw was found in SquirrelMail.  Users who
have an account on a SquirrelMail server and are logged in could use this
flaw to overwrite variables which may allow them to read or write other
users' preferences or attachments.  (CVE-2006-4019)

Users of SquirrelMail should upgrade to this erratum package, which
contains SquirrelMail 1.4.8 to correct this issue.  This package also
contains a number of additional patches to correct various bugs.

Note: After installing this update, users are advised to restart their httpd
service to ensure that the new version functions correctly.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-26" />
        <updated date="2006-09-26" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4019">CVE-2006-4019</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060668002" comment="squirrelmail is earlier than 0:1.4.8-2.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060668005" comment="squirrelmail is earlier than 0:1.4.8-2.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060283003" comment="squirrelmail is signed with Red Hat master key" />
            
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060669" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0669: php security update
        (Moderate)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0669-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0669.html" />
	<description>PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Web server.

A response-splitting issue was discovered in the PHP session handling.  If
a remote attacker can force a carefully crafted session identifier to be
used, a cross-site-scripting or response-splitting attack could be
possible.  (CVE-2006-3016)

A buffer overflow was discovered in the PHP sscanf() function.  If a script
used the sscanf() function with positional arguments in the format string,
a remote attacker sending a carefully crafted request could execute
arbitrary code as the 'apache' user.  (CVE-2006-4020)

An integer overflow was discovered in the PHP wordwrap() and str_repeat()
functions.  If a script running on a 64-bit server used either of these
functions on untrusted user data, a remote attacker sending a carefully
crafted request might be able to cause a heap overflow.  (CVE-2006-4482)

A buffer overflow was discovered in the PHP gd extension.  If a script was
set up to process GIF images from untrusted sources using the gd extension,
a remote attacker could cause a heap overflow.  (CVE-2006-4484)

An integer overflow was discovered in the PHP memory allocation handling. 
On 64-bit platforms, the "memory_limit" setting was not enforced correctly,
which could allow a denial of service attack by a remote user.  (CVE-2006-4486)

Users of PHP should upgrade to these updated packages which contain
backported patches to correct these issues.  These packages also contain a
fix for a bug where certain input strings to the metaphone() function could
cause memory corruption.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Moderate</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-21" />
        <updated date="2006-09-21" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3016">CVE-2006-3016</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4020">CVE-2006-4020</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4482">CVE-2006-4482</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4484">CVE-2006-4484</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4486">CVE-2006-4486</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669002" comment="php is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669004" comment="php-devel is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669006" comment="php-imap is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669008" comment="php-ldap is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669010" comment="php-mysql is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669012" comment="php-odbc is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669014" comment="php-pgsql is earlier than 0:4.3.2-36.ent" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669017" comment="php is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276003" comment="php is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669018" comment="php-devel is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276005" comment="php-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669019" comment="php-domxml is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276020" comment="php-domxml is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669021" comment="php-gd is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276022" comment="php-gd is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669023" comment="php-imap is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276007" comment="php-imap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669024" comment="php-ldap is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276009" comment="php-ldap is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669025" comment="php-mbstring is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276026" comment="php-mbstring is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669027" comment="php-mysql is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276011" comment="php-mysql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669028" comment="php-ncurses is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276029" comment="php-ncurses is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669030" comment="php-odbc is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276013" comment="php-odbc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669031" comment="php-pear is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276032" comment="php-pear is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669033" comment="php-pgsql is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276015" comment="php-pgsql is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669034" comment="php-snmp is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276035" comment="php-snmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060669036" comment="php-xmlrpc is earlier than 0:4.3.9-3.18" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060276037" comment="php-xmlrpc is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060675" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0675: firefox security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0675-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0675.html" />
	<description>Mozilla Firefox is an open source Web browser.

Two flaws were found in the way Firefox processed certain regular
expressions.  A malicious web page could crash the browser or possibly
execute arbitrary code as the user running Firefox.  (CVE-2006-4565,
CVE-2006-4566)

A number of flaws were found in Firefox.  A malicious web page could crash
the browser or possibly execute arbitrary code as the user running Firefox.
 (CVE-2006-4571)

A flaw was found in the handling of Javascript timed events.  A malicious
web page could crash the browser or possibly execute arbitrary code as the
user running Firefox. (CVE-2006-4253)

Daniel Bleichenbacher recently described an implementation error in RSA
signature verification.  For RSA keys with exponent 3 it is possible for an
attacker to forge a signature that would be incorrectly verified by the NSS
library. Firefox as shipped trusts several root Certificate Authorities
that use exponent 3.  An attacker could have created a carefully crafted
SSL certificate which be incorrectly trusted when their site was visited by
a victim. (CVE-2006-4340)

A flaw was found in the Firefox auto-update verification system.  An
attacker who has the ability to spoof a victim's DNS could get Firefox to
download and install malicious code. In order to exploit this issue an
attacker would also need to get a victim to previously accept an
unverifiable certificate. (CVE-2006-4567)

Firefox did not properly prevent a frame in one domain from injecting
content into a sub-frame that belongs to another domain, which facilitates
website spoofing and other attacks (CVE-2006-4568)

Firefox did not load manually opened, blocked popups in the right domain
context, which could lead to cross-site scripting attacks.  In order to
exploit this issue an attacker would need to find a site which would frame
their malicious page and convince the user to manually open a blocked
popup. (CVE-2006-4569)

Users of Firefox are advised to upgrade to this update, which contains
Firefox version 1.5.0.7 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-15" />
        <updated date="2006-09-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4340">CVE-2006-4340</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4253">CVE-2006-4253</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4565">CVE-2006-4565</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4566">CVE-2006-4566</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4567">CVE-2006-4567</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4568">CVE-2006-4568</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4569">CVE-2006-4569</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4571">CVE-2006-4571</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060675002" comment="firefox is earlier than 0:1.5.0.7-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060200003" comment="firefox is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060676" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0676: seamonkey security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0676-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0676.html" />
	<description>SeaMonkey is an open source Web browser, advanced email and newsgroup
client, IRC chat client, and HTML editor.

Two flaws were found in the way SeaMonkey processed certain regular
expressions.  A malicious web page could crash the browser or possibly
execute arbitrary code as the user running SeaMonkey.  (CVE-2006-4565,
CVE-2006-4566)

A flaw was found in the handling of Javascript timed events. A malicious
web page could crash the browser or possibly execute arbitrary code as the
user running SeaMonkey. (CVE-2006-4253)

Daniel Bleichenbacher recently described an implementation error in RSA
signature verification.  For RSA keys with exponent 3 it is possible for an
attacker to forge a signature that would be incorrectly verified by the NSS
library. SeaMonkey as shipped trusts several root Certificate Authorities
that use exponent 3.  An attacker could have created a carefully crafted
SSL certificate which be incorrectly trusted when their site was visited by
a victim. (CVE-2006-4340)

SeaMonkey did not properly prevent a frame in one domain from injecting
content into a sub-frame that belongs to another domain, which facilitates
website spoofing and other attacks (CVE-2006-4568)

A flaw was found in SeaMonkey Messenger triggered when a HTML message
contained a remote image pointing to a XBL script.  An attacker could have
created a carefully crafted message which would execute Javascript if
certain actions were performed on the email by the recipient, even if
Javascript was disabled. (CVE-2006-4570)

A number of flaws were found in SeaMonkey.  A malicious web page could
crash the browser or possibly execute arbitrary code as the user running
SeaMonkey.  (CVE-2006-4571)

Users of SeaMonkey or Mozilla are advised to upgrade to this update, which
contains SeaMonkey version 1.0.5 that corrects these issues.

For users of Red Hat Enterprise Linux 2.1 this SeaMonkey update obsoletes
Galeon.  Galeon was a web browser based on the Mozilla Gecko layout engine.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-15" />
        <updated date="2006-09-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4253">CVE-2006-4253</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4340">CVE-2006-4340</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4565">CVE-2006-4565</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4566">CVE-2006-4566</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4568">CVE-2006-4568</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4570">CVE-2006-4570</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4571">CVE-2006-4571</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676002" comment="seamonkey is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578003" comment="seamonkey is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676004" comment="seamonkey-chat is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578005" comment="seamonkey-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676006" comment="seamonkey-devel is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578007" comment="seamonkey-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676008" comment="seamonkey-dom-inspector is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578009" comment="seamonkey-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676010" comment="seamonkey-js-debugger is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578011" comment="seamonkey-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676012" comment="seamonkey-mail is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578013" comment="seamonkey-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676014" comment="seamonkey-nspr is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578015" comment="seamonkey-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676016" comment="seamonkey-nspr-devel is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578017" comment="seamonkey-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676018" comment="seamonkey-nss is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578019" comment="seamonkey-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676020" comment="seamonkey-nss-devel is earlier than 0:1.0.5-0.1.el3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578021" comment="seamonkey-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676023" comment="devhelp is earlier than 0:0.10-0.4.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329024" comment="devhelp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676025" comment="seamonkey is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578003" comment="seamonkey is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676026" comment="devhelp-devel is earlier than 0:0.10-0.4.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060329027" comment="devhelp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676028" comment="seamonkey-chat is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578005" comment="seamonkey-chat is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676029" comment="seamonkey-devel is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578007" comment="seamonkey-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676030" comment="seamonkey-dom-inspector is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578009" comment="seamonkey-dom-inspector is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676031" comment="seamonkey-js-debugger is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578011" comment="seamonkey-js-debugger is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676032" comment="seamonkey-mail is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578013" comment="seamonkey-mail is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676033" comment="seamonkey-nspr is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578015" comment="seamonkey-nspr is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676034" comment="seamonkey-nspr-devel is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578017" comment="seamonkey-nspr-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676035" comment="seamonkey-nss is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578019" comment="seamonkey-nss is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060676036" comment="seamonkey-nss-devel is earlier than 0:1.0.5-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060578021" comment="seamonkey-nss-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060677" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0677: thunderbird security update
        (Critical)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0677-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0677.html" />
	<description>Mozilla Thunderbird is a standalone mail and newsgroup client.

Two flaws were found in the way Thunderbird processed certain regular
expressions.  A malicious HTML email could cause a crash or possibly
execute arbitrary code as the user running Thunderbird.  (CVE-2006-4565,
CVE-2006-4566)

A flaw was found in the Thunderbird auto-update verification system.  An
attacker who has the ability to spoof a victim's DNS could get Firefox to
download and install malicious code. In order to exploit this issue an
attacker would also need to get a victim to previously accept an
unverifiable certificate. (CVE-2006-4567)

A flaw was found in the handling of Javascript timed events.  A malicious
HTML email could crash the browser or possibly execute arbitrary code as
the user running Thunderbird. (CVE-2006-4253)

Daniel Bleichenbacher recently described an implementation error in RSA
signature verification.  For RSA keys with exponent 3 it is possible for an
attacker to forge a signature that which would be incorrectly verified by
the NSS library.  (CVE-2006-4340)

A flaw was found in Thunderbird that triggered when a HTML message
contained a remote image pointing to a XBL script.  An attacker could have
created a carefully crafted message which would execute Javascript if
certain actions were performed on the email by the recipient, even if
Javascript was disabled.  (CVE-2006-4570)

A number of flaws were found in Thunderbird.  A malicious HTML email could
cause a crash or possibly execute arbitrary code as the user running
Thunderbird.  (CVE-2006-4571)

Users of Thunderbird are advised to upgrade to this update, which contains
Thunderbird version 1.5.0.7 that corrects these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Critical</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-15" />
        <updated date="2006-09-15" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4253">CVE-2006-4253</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4340">CVE-2006-4340</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4565">CVE-2006-4565</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4566">CVE-2006-4566</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4567">CVE-2006-4567</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4570">CVE-2006-4570</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4571">CVE-2006-4571</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
            

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060677002" comment="thunderbird is earlier than 0:1.5.0.7-0.1.el4" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060330003" comment="thunderbird is signed with Red Hat master key" />
            
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060680" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0680: gnutls security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0680-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0680.html" />
	<description>The GnuTLS Library provides support for cryptographic algorithms and
protocols such as TLS. GnuTLS includes libtasn1, a library developed for
ASN.1 structures management that includes DER encoding and decoding.

Daniel Bleichenbacher recently described an attack on PKCS #1 v1.5
signatures. Where an RSA key with exponent 3 is used it may be possible for
an attacker to forge a PKCS #1 v1.5 signature that would be incorrectly
verified by implementations that do not check for excess data in the RSA
exponentiation result of the signature.

The core GnuTLS team discovered that GnuTLS is vulnerable to a variant of
the Bleichenbacker attack. This issue affects applications that use GnuTLS
to verify X.509 certificates as well as other uses of PKCS #1 v1.5.
(CVE-2006-4790)

In Red Hat Enterprise Linux 4, the GnuTLS library is only used by the
Evolution client when connecting to an Exchange server or when publishing
calendar information to a WebDAV server.

Users are advised to upgrade to these updated packages, which contain a
backported patch from the GnuTLS maintainers to correct this issue.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-14" />
        <updated date="2006-09-14" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4790">CVE-2006-4790</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060680002" comment="gnutls is earlier than 0:1.0.20-3.2.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207003" comment="gnutls is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060680004" comment="gnutls-devel is earlier than 0:1.0.20-3.2.3" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060207005" comment="gnutls-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060689" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0689: kernel security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0689-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0689.html" />
	<description>The Linux kernel handles the basic functions of the operating system.

These new kernel packages contain fixes for the security issues described
below:

* a flaw in the SCTP support that allowed a local user to cause a denial of
service (crash) with a specific SO_LINGER value. (CVE-2006-4535, Important)

* a flaw in the hugepage table support that allowed a local user to cause a
denial of service (crash). (CVE-2005-4811, Important)

* a flaw in the mprotect system call that allowed setting write permission
for a read-only attachment of shared memory. (CVE-2006-2071, Moderate)

* a flaw in HID0[31] (en_attn) register handling on PowerPC 970 systems
that allowed a local user to cause a denial of service. (crash)
(CVE-2006-4093, Moderate)

* a flaw in the perfmon support of Itanium systems that allowed a local
user to cause a denial of service by consuming all file descriptors.
(CVE-2006-3741, Moderate)

* a flaw in the ATM subsystem. On systems with installed ATM hardware and
configured ATM support, a remote user could cause a denial of service
(panic) by accessing socket buffers memory after freeing them.
(CVE-2006-4997, Moderate)

* a flaw in the DVB subsystem. On systems with installed DVB hardware and
configured DVB support, a remote user could cause a denial of service
(panic) by sending a ULE SNDU packet with length of 0. (CVE-2006-4623, Low)

* an information leak in the network subsystem that possibly allowed a
local user to read sensitive data from kernel memory. (CVE-2006-0039, Low)

In addition, two bugfixes for the IPW-2200 wireless driver were included.
The first one ensures that wireless management applications correctly
identify IPW-2200 controlled devices, while the second fix ensures that
DHCP requests using the IPW-2200 operate correctly.

Red Hat would like to thank Olof Johansson, Stephane Eranian and Solar
Designer for reporting issues fixed in this erratum.

All Red Hat Enterprise Linux 4 users are advised to upgrade their kernels
to the packages associated with their machine architectures and
configurations as listed in this erratum.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-10-05" />
        <updated date="2006-10-05" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4811">CVE-2005-4811</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0039">CVE-2006-0039</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2071">CVE-2006-2071</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3741">CVE-2006-3741</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4093">CVE-2006-4093</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4535">CVE-2006-4535</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4623">CVE-2006-4623</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4997">CVE-2006-4997</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata>  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689002" comment="kernel is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101003" comment="kernel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689004" comment="kernel-devel is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101005" comment="kernel-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689006" comment="kernel-doc is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101015" comment="kernel-doc is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689008" comment="kernel-hugemem is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101007" comment="kernel-hugemem is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689010" comment="kernel-hugemem-devel is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101009" comment="kernel-hugemem-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689012" comment="kernel-smp is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101011" comment="kernel-smp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689014" comment="kernel-smp-devel is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060101013" comment="kernel-smp-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689016" comment="kernel-largesmp is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132015" comment="kernel-largesmp is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060689018" comment="kernel-largesmp-devel is earlier than 0:2.6.9-42.0.3.EL" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060132017" comment="kernel-largesmp-devel is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060695" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0695: openssl security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0695-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0695.html" />
	<description>The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL includes a certificate management tool and shared
libraries which provide various cryptographic algorithms and protocols.

Tavis Ormandy and Will Drewry of the Google Security Team discovered a
buffer overflow in the SSL_get_shared_ciphers() utility function.  An
attacker could send a list of ciphers to an application that used this
function and overrun a buffer (CVE-2006-3738).  Few applications make use
of this vulnerable function and generally it is used only when applications
are compiled for debugging.

Tavis Ormandy and Will Drewry of the Google Security Team discovered a 
flaw in the SSLv2 client code.  When a client application used OpenSSL to
create an SSLv2 connection to a malicious server, that server could cause
the client to crash.  (CVE-2006-4343)

Dr S. N. Henson of the OpenSSL core team and Open Network Security recently
developed an ASN.1 test suite for NISCC (www.niscc.gov.uk) which uncovered
denial of service vulnerabilities: 

* Certain public key types can take disproportionate amounts of time to
process, leading to a denial of service.  (CVE-2006-2940)

* During parsing of certain invalid ASN.1 structures an error condition was
mishandled.  This can result in an infinite loop which consumed system
memory (CVE-2006-2937).  This issue does not affect the OpenSSL version
distributed in Red Hat Enterprise Linux 2.1.

These vulnerabilities can affect applications which use OpenSSL to parse
ASN.1 data from untrusted sources, including SSL servers which enable
client authentication and S/MIME applications.

Users are advised to upgrade to these updated packages, which contain
backported patches to correct these issues.

Note: After installing this update, users are advised to either restart all
services that use OpenSSL or restart their system.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyright 2006 Red Hat, Inc.</rights>
        <issued date="2006-09-28" />
        <updated date="2006-09-28" />
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2937">CVE-2006-2937</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2940">CVE-2006-2940</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3738">CVE-2006-3738</cve>
        <cve href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4343">CVE-2006-4343</cve>
  	<affected_cpe_list>
        <cpe>cpe://redhat:enterprise_linux:3</cpe>
        <cpe>cpe://redhat:enterprise_linux:4</cpe>
        </affected_cpe_list>
</advisory>
      </metadata><criteria operator="OR">
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060287001" comment="Red Hat Enterprise Linux 3 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695002" comment="openssl is earlier than 0:0.9.7a-33.21" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661003" comment="openssl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695004" comment="openssl096b is earlier than 0:0.9.6b-16.46" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661005" comment="openssl096b is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695006" comment="openssl-devel is earlier than 0:0.9.7a-33.21" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661007" comment="openssl-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695008" comment="openssl-perl is earlier than 0:0.9.7a-33.21" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661009" comment="openssl-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
  <criteria operator="AND">
    <criterion test_ref="oval:com.redhat.rhba:tst:20060288001" comment="Red Hat Enterprise Linux 4 is installed" />
    <criteria operator="OR">
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695011" comment="openssl is earlier than 0:0.9.7a-43.14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661003" comment="openssl is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695012" comment="openssl096b is earlier than 0:0.9.6b-22.46" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661005" comment="openssl096b is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695013" comment="openssl-devel is earlier than 0:0.9.7a-43.14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661007" comment="openssl-devel is signed with Red Hat master key" />
            </criteria>
            <criteria operator="AND">

            <criterion test_ref="oval:com.redhat.rhsa:tst:20060695014" comment="openssl-perl is earlier than 0:0.9.7a-43.14" />
            <criterion test_ref="oval:com.redhat.rhsa:tst:20060661009" comment="openssl-perl is signed with Red Hat master key" />
            </criteria>
    </criteria>
  </criteria>
</criteria>

    </definition>
<definition id="oval:com.redhat.rhsa:def:20060697" version="302" class="patch">
      <metadata>
        <title>RHSA-2006:0697: openssh security update
        (Important)
	</title>
  	<affected family="unix">
        <platform>Red Hat Enterprise Linux 3</platform>
        <platform>Red Hat Enterprise Linux 4</platform>
        </affected>
        <reference source="RHSA" ref_id="RHSA-2006:0697-02" ref_url="https://rhn.redhat.com/errata/RHSA-2006-0697.html" />
	<description>OpenSSH is OpenBSD's SSH (Secure SHell) protocol implementation. This
package includes the core files necessary for both the OpenSSH client and
server.

Mark Dowd discovered a signal handler race condition in the OpenSSH sshd
server. A remote attacker could possibly leverage this flaw to cause a
denial of service (crash). (CVE-2006-5051) The OpenSSH project believes the
likelihood of successful exploitation leading to arbitrary code execution
appears remote. However, the Red Hat Security Response Team have not yet
been able to verify this claim due to lack of upstream vulnerability
information. We are therefore including a fix for this flaw and have rated
it important security severity in the event our continued investigation
finds this issue to be exploitable.

Tavis Ormandy of the Google Security Team discovered a denial of service
bug in the OpenSSH sshd server. A remote attacker can send a specially
crafted SSH-1 request to the server causing sshd to consume a large
quantity of CPU resources. (CVE-2006-4924)

All users of openssh should upgrade to these updated packages, which
contain backported patches that resolves these issues.</description>

<!-- ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ -->

<advisory from="secalert@redhat.com">
        <severity>Important</severity>
        <rights>Copyr