what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Red Hat Security Advisory 2014-1765-01

Red Hat Security Advisory 2014-1765-01
Posted Oct 30, 2014
Authored by Red Hat | Site access.redhat.com

Red Hat Security Advisory 2014-1765-01 - PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. A buffer overflow flaw was found in the Exif extension. A specially crafted JPEG or TIFF file could cause a PHP application using the exif_thumbnail() function to crash or, possibly, execute arbitrary code. Multiple buffer overflow flaws were found in the way PHP parsed DNS responses. A malicious DNS server or a man-in-the-middle attacker could use these flaws to crash or, possibly, execute arbitrary code with the privileges of a PHP application that uses the dns_get_record() function.

tags | advisory, web, overflow, arbitrary, php
systems | linux, redhat
advisories | CVE-2013-6712, CVE-2013-7345, CVE-2014-0207, CVE-2014-0237, CVE-2014-0238, CVE-2014-1943, CVE-2014-2270, CVE-2014-2497, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-3515, CVE-2014-3538, CVE-2014-3587, CVE-2014-3597, CVE-2014-3668, CVE-2014-3669, CVE-2014-3670, CVE-2014-3710, CVE-2014-4049, CVE-2014-4670, CVE-2014-4698, CVE-2014-4721, CVE-2014-5120
SHA-256 | 362757b3bfd3a6b631b51131cc90b35f3677fc1a047df1d9dd2a1a227704367b

Red Hat Security Advisory 2014-1765-01

Change Mirror Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
Red Hat Security Advisory

Synopsis: Important: php54-php security update
Advisory ID: RHSA-2014:1765-01
Product: Red Hat Software Collections
Advisory URL: https://rhn.redhat.com/errata/RHSA-2014-1765.html
Issue date: 2014-10-30
CVE Names: CVE-2013-6712 CVE-2013-7345 CVE-2014-0207
CVE-2014-0237 CVE-2014-0238 CVE-2014-1943
CVE-2014-2270 CVE-2014-2497 CVE-2014-3478
CVE-2014-3479 CVE-2014-3480 CVE-2014-3487
CVE-2014-3515 CVE-2014-3538 CVE-2014-3587
CVE-2014-3597 CVE-2014-3668 CVE-2014-3669
CVE-2014-3670 CVE-2014-3710 CVE-2014-4049
CVE-2014-4670 CVE-2014-4698 CVE-2014-4721
CVE-2014-5120
=====================================================================

1. Summary:

Updated php54-php packages that fix multiple security issues are now
available for Red Hat Software Collections 1.

Red Hat Product Security has rated this update as having Important security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 7) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.4) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.5) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 6) - x86_64
Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 7) - x86_64

3. Description:

PHP is an HTML-embedded scripting language commonly used with the Apache
HTTP Server.

A buffer overflow flaw was found in the Exif extension. A specially crafted
JPEG or TIFF file could cause a PHP application using the exif_thumbnail()
function to crash or, possibly, execute arbitrary code. (CVE-2014-3670)

Multiple buffer overflow flaws were found in the way PHP parsed DNS
responses. A malicious DNS server or a man-in-the-middle attacker could
use these flaws to crash or, possibly, execute arbitrary code with the
privileges of a PHP application that uses the dns_get_record() function.
(CVE-2014-4049, CVE-2014-3597)

Multiple denial of service flaws were found in the File Information
(fileinfo) extension. A remote attacker could use these flaws to cause a
PHP application using fileinfo to consume an excessive amount of CPU and
possibly crash. (CVE-2013-7345, CVE-2014-0237, CVE-2014-0238,
CVE-2014-1943, CVE-2014-3538)

Multiple boundary check flaws were found in the File Information
(fileinfo) extension. A remote attacker could use these flaws to cause a
PHP application using fileinfo to crash. (CVE-2014-0207, CVE-2014-2270,
CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-3587,
CVE-2014-3710)

A type confusion issue was found in PHP's phpinfo() function. A malicious
script author could possibly use this flaw to disclose certain portions of
server memory. (CVE-2014-4721)

A type confusion issue was found in the SPL ArrayObject and
SPLObjectStorage classes' unserialize() method. A remote attacker able to
submit specially crafted input to a PHP application, which would then
unserialize this input using one of the aforementioned methods, could use
this flaw to execute arbitrary code with the privileges of the user running
that PHP application. (CVE-2014-3515)

Two use-after-free flaws were found in the way PHP handled certain Standard
PHP Library (SPL) Iterators and ArrayIterators. A malicious script author
could possibly use either of these flaws to disclose certain portions of
server memory. (CVE-2014-4670, CVE-2014-4698)

An integer overflow flaw was found in the way custom objects were
unserialized. Specially crafted input processed by the unserialize()
function could cause a PHP application to crash. (CVE-2014-3669)

It was found that PHP's gd extension did not properly handle file names
with a null character. A remote attacker could possibly use this flaw to
make a PHP application access unexpected files and bypass intended file
system access restrictions. (CVE-2014-5120)

A NULL pointer dereference flaw was found in the gdImageCreateFromXpm()
function of PHP's gd extension. A remote attacker could use this flaw to
crash a PHP application using gd via a specially crafted X PixMap (XPM)
file. (CVE-2014-2497)

A buffer over-read flaw was found in the way the DateInterval class parsed
interval specifications. An attacker able to make a PHP application parse a
specially crafted specification using DateInterval could possibly cause the
PHP interpreter to crash. (CVE-2013-6712)

An out of bounds read flaw was found in the way the xmlrpc extension parsed
dates in the ISO 8601 format. A specially crafted XML-RPC request or
response could possibly cause a PHP application to crash. (CVE-2014-3668)

The CVE-2014-0207, CVE-2014-0237, CVE-2014-0238, CVE-2014-3478,
CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, and CVE-2014-3710 issues were
discovered by Francisco Alonso of Red Hat Product Security; the
CVE-2014-3538 issue was discovered by Jan Kaluža of the Red Hat Web Stack
Team; the CVE-2014-3597 issue was discovered by David Kutálek of Red Hat
BaseOS QE.

All php54-php users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. After installing the
updated packages, the httpd service must be restarted for the update to
take effect.

4. Solution:

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258

5. Bugs fixed (https://bugzilla.redhat.com/):

1035670 - CVE-2013-6712 php: heap-based buffer over-read in DateInterval
1065836 - CVE-2014-1943 file: unrestricted recursion in handling of indirect type rules
1072220 - CVE-2014-2270 file: out-of-bounds access in search rules with offsets from input file
1076676 - CVE-2014-2497 gd: NULL pointer dereference in gdImageCreateFromXpm()
1079846 - CVE-2013-7345 file: extensive backtracking in awk rule regular expression
1091842 - CVE-2014-0207 file: cdf_read_short_sector insufficient boundary check
1098155 - CVE-2014-0238 file: CDF property info parsing nelements infinite loop
1098193 - CVE-2014-0237 file: cdf_unpack_summary_info() excessive looping DoS
1098222 - CVE-2014-3538 file: unrestricted regular expression matching
1104858 - CVE-2014-3480 file: cdf_count_chain insufficient boundary check
1104863 - CVE-2014-3478 file: mconvert incorrect handling of truncated pascal string size
1104869 - CVE-2014-3479 file: cdf_check_stream_offset insufficient boundary check
1107544 - CVE-2014-3487 file: cdf_read_property_info insufficient boundary check
1108447 - CVE-2014-4049 php: heap-based buffer overflow in DNS TXT record parsing
1112154 - CVE-2014-3515 php: unserialize() SPL ArrayObject / SPLObjectStorage type confusion flaw
1116662 - CVE-2014-4721 php: type confusion issue in phpinfo() leading to information leak
1120259 - CVE-2014-4698 php: ArrayIterator use-after-free due to object change during sorting
1120266 - CVE-2014-4670 php: SPL Iterators use-after-free
1128587 - CVE-2014-3587 file: incomplete fix for CVE-2012-1571 in cdf_read_property_info
1132589 - CVE-2014-3597 php: multiple buffer over-reads in php_parserr
1132793 - CVE-2014-5120 php: gd extension NUL byte injection in file names
1154500 - CVE-2014-3669 php: integer overflow in unserialize()
1154502 - CVE-2014-3670 php: heap corruption issue in exif_thumbnail()
1154503 - CVE-2014-3668 php: xmlrpc ISO8601 date format parsing out-of-bounds read in mkgmtime()
1155071 - CVE-2014-3710 file: out-of-bounds read in elf note headers

6. Package List:

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 6):

Source:
php54-php-5.4.16-22.el6.src.rpm

x86_64:
php54-php-5.4.16-22.el6.x86_64.rpm
php54-php-bcmath-5.4.16-22.el6.x86_64.rpm
php54-php-cli-5.4.16-22.el6.x86_64.rpm
php54-php-common-5.4.16-22.el6.x86_64.rpm
php54-php-dba-5.4.16-22.el6.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el6.x86_64.rpm
php54-php-devel-5.4.16-22.el6.x86_64.rpm
php54-php-enchant-5.4.16-22.el6.x86_64.rpm
php54-php-fpm-5.4.16-22.el6.x86_64.rpm
php54-php-gd-5.4.16-22.el6.x86_64.rpm
php54-php-imap-5.4.16-22.el6.x86_64.rpm
php54-php-intl-5.4.16-22.el6.x86_64.rpm
php54-php-ldap-5.4.16-22.el6.x86_64.rpm
php54-php-mbstring-5.4.16-22.el6.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el6.x86_64.rpm
php54-php-odbc-5.4.16-22.el6.x86_64.rpm
php54-php-pdo-5.4.16-22.el6.x86_64.rpm
php54-php-pgsql-5.4.16-22.el6.x86_64.rpm
php54-php-process-5.4.16-22.el6.x86_64.rpm
php54-php-pspell-5.4.16-22.el6.x86_64.rpm
php54-php-recode-5.4.16-22.el6.x86_64.rpm
php54-php-snmp-5.4.16-22.el6.x86_64.rpm
php54-php-soap-5.4.16-22.el6.x86_64.rpm
php54-php-tidy-5.4.16-22.el6.x86_64.rpm
php54-php-xml-5.4.16-22.el6.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el6.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.4):

Source:
php54-php-5.4.16-22.el6.src.rpm

x86_64:
php54-php-5.4.16-22.el6.x86_64.rpm
php54-php-bcmath-5.4.16-22.el6.x86_64.rpm
php54-php-cli-5.4.16-22.el6.x86_64.rpm
php54-php-common-5.4.16-22.el6.x86_64.rpm
php54-php-dba-5.4.16-22.el6.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el6.x86_64.rpm
php54-php-devel-5.4.16-22.el6.x86_64.rpm
php54-php-enchant-5.4.16-22.el6.x86_64.rpm
php54-php-fpm-5.4.16-22.el6.x86_64.rpm
php54-php-gd-5.4.16-22.el6.x86_64.rpm
php54-php-imap-5.4.16-22.el6.x86_64.rpm
php54-php-intl-5.4.16-22.el6.x86_64.rpm
php54-php-ldap-5.4.16-22.el6.x86_64.rpm
php54-php-mbstring-5.4.16-22.el6.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el6.x86_64.rpm
php54-php-odbc-5.4.16-22.el6.x86_64.rpm
php54-php-pdo-5.4.16-22.el6.x86_64.rpm
php54-php-pgsql-5.4.16-22.el6.x86_64.rpm
php54-php-process-5.4.16-22.el6.x86_64.rpm
php54-php-pspell-5.4.16-22.el6.x86_64.rpm
php54-php-recode-5.4.16-22.el6.x86_64.rpm
php54-php-snmp-5.4.16-22.el6.x86_64.rpm
php54-php-soap-5.4.16-22.el6.x86_64.rpm
php54-php-tidy-5.4.16-22.el6.x86_64.rpm
php54-php-xml-5.4.16-22.el6.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el6.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.5):

Source:
php54-php-5.4.16-22.el6.src.rpm

x86_64:
php54-php-5.4.16-22.el6.x86_64.rpm
php54-php-bcmath-5.4.16-22.el6.x86_64.rpm
php54-php-cli-5.4.16-22.el6.x86_64.rpm
php54-php-common-5.4.16-22.el6.x86_64.rpm
php54-php-dba-5.4.16-22.el6.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el6.x86_64.rpm
php54-php-devel-5.4.16-22.el6.x86_64.rpm
php54-php-enchant-5.4.16-22.el6.x86_64.rpm
php54-php-fpm-5.4.16-22.el6.x86_64.rpm
php54-php-gd-5.4.16-22.el6.x86_64.rpm
php54-php-imap-5.4.16-22.el6.x86_64.rpm
php54-php-intl-5.4.16-22.el6.x86_64.rpm
php54-php-ldap-5.4.16-22.el6.x86_64.rpm
php54-php-mbstring-5.4.16-22.el6.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el6.x86_64.rpm
php54-php-odbc-5.4.16-22.el6.x86_64.rpm
php54-php-pdo-5.4.16-22.el6.x86_64.rpm
php54-php-pgsql-5.4.16-22.el6.x86_64.rpm
php54-php-process-5.4.16-22.el6.x86_64.rpm
php54-php-pspell-5.4.16-22.el6.x86_64.rpm
php54-php-recode-5.4.16-22.el6.x86_64.rpm
php54-php-snmp-5.4.16-22.el6.x86_64.rpm
php54-php-soap-5.4.16-22.el6.x86_64.rpm
php54-php-tidy-5.4.16-22.el6.x86_64.rpm
php54-php-xml-5.4.16-22.el6.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el6.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server EUS (v. 6.6):

Source:
php54-php-5.4.16-22.el6.src.rpm

x86_64:
php54-php-5.4.16-22.el6.x86_64.rpm
php54-php-bcmath-5.4.16-22.el6.x86_64.rpm
php54-php-cli-5.4.16-22.el6.x86_64.rpm
php54-php-common-5.4.16-22.el6.x86_64.rpm
php54-php-dba-5.4.16-22.el6.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el6.x86_64.rpm
php54-php-devel-5.4.16-22.el6.x86_64.rpm
php54-php-enchant-5.4.16-22.el6.x86_64.rpm
php54-php-fpm-5.4.16-22.el6.x86_64.rpm
php54-php-gd-5.4.16-22.el6.x86_64.rpm
php54-php-imap-5.4.16-22.el6.x86_64.rpm
php54-php-intl-5.4.16-22.el6.x86_64.rpm
php54-php-ldap-5.4.16-22.el6.x86_64.rpm
php54-php-mbstring-5.4.16-22.el6.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el6.x86_64.rpm
php54-php-odbc-5.4.16-22.el6.x86_64.rpm
php54-php-pdo-5.4.16-22.el6.x86_64.rpm
php54-php-pgsql-5.4.16-22.el6.x86_64.rpm
php54-php-process-5.4.16-22.el6.x86_64.rpm
php54-php-pspell-5.4.16-22.el6.x86_64.rpm
php54-php-recode-5.4.16-22.el6.x86_64.rpm
php54-php-snmp-5.4.16-22.el6.x86_64.rpm
php54-php-soap-5.4.16-22.el6.x86_64.rpm
php54-php-tidy-5.4.16-22.el6.x86_64.rpm
php54-php-xml-5.4.16-22.el6.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el6.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 6):

Source:
php54-php-5.4.16-22.el6.src.rpm

x86_64:
php54-php-5.4.16-22.el6.x86_64.rpm
php54-php-bcmath-5.4.16-22.el6.x86_64.rpm
php54-php-cli-5.4.16-22.el6.x86_64.rpm
php54-php-common-5.4.16-22.el6.x86_64.rpm
php54-php-dba-5.4.16-22.el6.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el6.x86_64.rpm
php54-php-devel-5.4.16-22.el6.x86_64.rpm
php54-php-enchant-5.4.16-22.el6.x86_64.rpm
php54-php-fpm-5.4.16-22.el6.x86_64.rpm
php54-php-gd-5.4.16-22.el6.x86_64.rpm
php54-php-imap-5.4.16-22.el6.x86_64.rpm
php54-php-intl-5.4.16-22.el6.x86_64.rpm
php54-php-ldap-5.4.16-22.el6.x86_64.rpm
php54-php-mbstring-5.4.16-22.el6.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el6.x86_64.rpm
php54-php-odbc-5.4.16-22.el6.x86_64.rpm
php54-php-pdo-5.4.16-22.el6.x86_64.rpm
php54-php-pgsql-5.4.16-22.el6.x86_64.rpm
php54-php-process-5.4.16-22.el6.x86_64.rpm
php54-php-pspell-5.4.16-22.el6.x86_64.rpm
php54-php-recode-5.4.16-22.el6.x86_64.rpm
php54-php-snmp-5.4.16-22.el6.x86_64.rpm
php54-php-soap-5.4.16-22.el6.x86_64.rpm
php54-php-tidy-5.4.16-22.el6.x86_64.rpm
php54-php-xml-5.4.16-22.el6.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el6.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Server (v. 7):

Source:
php54-php-5.4.16-22.el7.src.rpm

x86_64:
php54-php-5.4.16-22.el7.x86_64.rpm
php54-php-bcmath-5.4.16-22.el7.x86_64.rpm
php54-php-cli-5.4.16-22.el7.x86_64.rpm
php54-php-common-5.4.16-22.el7.x86_64.rpm
php54-php-dba-5.4.16-22.el7.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el7.x86_64.rpm
php54-php-devel-5.4.16-22.el7.x86_64.rpm
php54-php-enchant-5.4.16-22.el7.x86_64.rpm
php54-php-fpm-5.4.16-22.el7.x86_64.rpm
php54-php-gd-5.4.16-22.el7.x86_64.rpm
php54-php-intl-5.4.16-22.el7.x86_64.rpm
php54-php-ldap-5.4.16-22.el7.x86_64.rpm
php54-php-mbstring-5.4.16-22.el7.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el7.x86_64.rpm
php54-php-odbc-5.4.16-22.el7.x86_64.rpm
php54-php-pdo-5.4.16-22.el7.x86_64.rpm
php54-php-pgsql-5.4.16-22.el7.x86_64.rpm
php54-php-process-5.4.16-22.el7.x86_64.rpm
php54-php-pspell-5.4.16-22.el7.x86_64.rpm
php54-php-recode-5.4.16-22.el7.x86_64.rpm
php54-php-snmp-5.4.16-22.el7.x86_64.rpm
php54-php-soap-5.4.16-22.el7.x86_64.rpm
php54-php-xml-5.4.16-22.el7.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el7.x86_64.rpm

Red Hat Software Collections 1 for Red Hat Enterprise Linux Workstation (v. 7):

Source:
php54-php-5.4.16-22.el7.src.rpm

x86_64:
php54-php-5.4.16-22.el7.x86_64.rpm
php54-php-bcmath-5.4.16-22.el7.x86_64.rpm
php54-php-cli-5.4.16-22.el7.x86_64.rpm
php54-php-common-5.4.16-22.el7.x86_64.rpm
php54-php-dba-5.4.16-22.el7.x86_64.rpm
php54-php-debuginfo-5.4.16-22.el7.x86_64.rpm
php54-php-devel-5.4.16-22.el7.x86_64.rpm
php54-php-enchant-5.4.16-22.el7.x86_64.rpm
php54-php-fpm-5.4.16-22.el7.x86_64.rpm
php54-php-gd-5.4.16-22.el7.x86_64.rpm
php54-php-intl-5.4.16-22.el7.x86_64.rpm
php54-php-ldap-5.4.16-22.el7.x86_64.rpm
php54-php-mbstring-5.4.16-22.el7.x86_64.rpm
php54-php-mysqlnd-5.4.16-22.el7.x86_64.rpm
php54-php-odbc-5.4.16-22.el7.x86_64.rpm
php54-php-pdo-5.4.16-22.el7.x86_64.rpm
php54-php-pgsql-5.4.16-22.el7.x86_64.rpm
php54-php-process-5.4.16-22.el7.x86_64.rpm
php54-php-pspell-5.4.16-22.el7.x86_64.rpm
php54-php-recode-5.4.16-22.el7.x86_64.rpm
php54-php-snmp-5.4.16-22.el7.x86_64.rpm
php54-php-soap-5.4.16-22.el7.x86_64.rpm
php54-php-xml-5.4.16-22.el7.x86_64.rpm
php54-php-xmlrpc-5.4.16-22.el7.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://access.redhat.com/security/cve/CVE-2013-6712
https://access.redhat.com/security/cve/CVE-2013-7345
https://access.redhat.com/security/cve/CVE-2014-0207
https://access.redhat.com/security/cve/CVE-2014-0237
https://access.redhat.com/security/cve/CVE-2014-0238
https://access.redhat.com/security/cve/CVE-2014-1943
https://access.redhat.com/security/cve/CVE-2014-2270
https://access.redhat.com/security/cve/CVE-2014-2497
https://access.redhat.com/security/cve/CVE-2014-3478
https://access.redhat.com/security/cve/CVE-2014-3479
https://access.redhat.com/security/cve/CVE-2014-3480
https://access.redhat.com/security/cve/CVE-2014-3487
https://access.redhat.com/security/cve/CVE-2014-3515
https://access.redhat.com/security/cve/CVE-2014-3538
https://access.redhat.com/security/cve/CVE-2014-3587
https://access.redhat.com/security/cve/CVE-2014-3597
https://access.redhat.com/security/cve/CVE-2014-3668
https://access.redhat.com/security/cve/CVE-2014-3669
https://access.redhat.com/security/cve/CVE-2014-3670
https://access.redhat.com/security/cve/CVE-2014-3710
https://access.redhat.com/security/cve/CVE-2014-4049
https://access.redhat.com/security/cve/CVE-2014-4670
https://access.redhat.com/security/cve/CVE-2014-4698
https://access.redhat.com/security/cve/CVE-2014-4721
https://access.redhat.com/security/cve/CVE-2014-5120
https://access.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2014 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFUUqUKXlSAg2UNWIIRAjOVAKCpGLdlKkkekepN6kcFJZMPAAABIQCeOxaS
CZNh+ke6Be93ZKCSwqWDm+c=
=YZgO
-----END PGP SIGNATURE-----


--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://www.redhat.com/mailman/listinfo/rhsa-announce
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close