<?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>