rhsa-2015:1460
Vulnerability from csaf_redhat
Published
2015-07-21 10:14
Modified
2025-10-09 15:16
Summary
Red Hat Security Advisory: wireshark security, bug fix, and enhancement update
Notes
Topic
Updated wireshark packages that fix multiple security issues, several bugs,
and add various enhancements are now available for Red Hat Enterprise
Linux 6.
Red Hat Product Security has rated this update as having Moderate 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.
Details
Wireshark, previously known as Ethereal, is a network protocol analyzer,
which is used to capture and browse the traffic running on a computer
network.
Several denial of service flaws were found in Wireshark. Wireshark could
crash or stop responding if it read a malformed packet off a network, or
opened a malicious dump file. (CVE-2014-8714, CVE-2014-8712, CVE-2014-8713,
CVE-2014-8711, CVE-2014-8710, CVE-2015-0562, CVE-2015-0564, CVE-2015-2189,
CVE-2015-2191)
This update also fixes the following bugs:
* Previously, the Wireshark tool did not support Advanced Encryption
Standard Galois/Counter Mode (AES-GCM) cryptographic algorithm. As a
consequence, AES-GCM was not decrypted. Support for AES-GCM has been added
to Wireshark, and AES-GCM is now correctly decrypted. (BZ#1095065)
* Previously, when installing the system using the kickstart method, a
dependency on the shadow-utils packages was missing from the wireshark
packages, which could cause the installation to fail with a "bad scriptlet"
error message. With this update, shadow-utils are listed as required in the
wireshark packages spec file, and kickstart installation no longer fails.
(BZ#1121275)
* Prior to this update, the Wireshark tool could not decode types of
elliptic curves in Datagram Transport Layer Security (DTLS) Client Hello.
Consequently, Wireshark incorrectly displayed elliptic curves types as
data. A patch has been applied to address this bug, and Wireshark now
decodes elliptic curves types properly. (BZ#1131203)
* Previously, a dependency on the gtk2 packages was missing from the
wireshark packages. As a consequence, the Wireshark tool failed to start
under certain circumstances due to an unresolved symbol,
"gtk_combo_box_text_new_with_entry", which was added in gtk version 2.24.
With this update, a dependency on gtk2 has been added, and Wireshark now
always starts as expected. (BZ#1160388)
In addition, this update adds the following enhancements:
* With this update, the Wireshark tool supports process substitution, which
feeds the output of a process (or processes) into the standard input of
another process using the "<(command_list)" syntax. When using process
substitution with large files as input, Wireshark failed to decode such
input. (BZ#1104210)
* Wireshark has been enhanced to enable capturing packets with nanosecond
time stamp precision, which allows better analysis of recorded network
traffic. (BZ#1146578)
All wireshark users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues and add these
enhancements. All running instances of Wireshark must be restarted for the
update to take effect.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated wireshark packages that fix multiple security issues, several bugs,\nand add various enhancements are now available for Red Hat Enterprise\nLinux 6.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Wireshark, previously known as Ethereal, is a network protocol analyzer,\nwhich is used to capture and browse the traffic running on a computer\nnetwork.\n\nSeveral denial of service flaws were found in Wireshark. Wireshark could\ncrash or stop responding if it read a malformed packet off a network, or\nopened a malicious dump file. (CVE-2014-8714, CVE-2014-8712, CVE-2014-8713,\nCVE-2014-8711, CVE-2014-8710, CVE-2015-0562, CVE-2015-0564, CVE-2015-2189,\nCVE-2015-2191)\n\nThis update also fixes the following bugs:\n\n* Previously, the Wireshark tool did not support Advanced Encryption\nStandard Galois/Counter Mode (AES-GCM) cryptographic algorithm. As a\nconsequence, AES-GCM was not decrypted. Support for AES-GCM has been added\nto Wireshark, and AES-GCM is now correctly decrypted. (BZ#1095065)\n\n* Previously, when installing the system using the kickstart method, a\ndependency on the shadow-utils packages was missing from the wireshark\npackages, which could cause the installation to fail with a \"bad scriptlet\"\nerror message. With this update, shadow-utils are listed as required in the\nwireshark packages spec file, and kickstart installation no longer fails.\n(BZ#1121275)\n\n* Prior to this update, the Wireshark tool could not decode types of\nelliptic curves in Datagram Transport Layer Security (DTLS) Client Hello.\nConsequently, Wireshark incorrectly displayed elliptic curves types as\ndata. A patch has been applied to address this bug, and Wireshark now\ndecodes elliptic curves types properly. (BZ#1131203)\n\n* Previously, a dependency on the gtk2 packages was missing from the\nwireshark packages. As a consequence, the Wireshark tool failed to start\nunder certain circumstances due to an unresolved symbol,\n\"gtk_combo_box_text_new_with_entry\", which was added in gtk version 2.24.\nWith this update, a dependency on gtk2 has been added, and Wireshark now\nalways starts as expected. (BZ#1160388)\n\nIn addition, this update adds the following enhancements:\n\n* With this update, the Wireshark tool supports process substitution, which\nfeeds the output of a process (or processes) into the standard input of\nanother process using the \"\u003c(command_list)\" syntax. When using process\nsubstitution with large files as input, Wireshark failed to decode such\ninput. (BZ#1104210)\n\n* Wireshark has been enhanced to enable capturing packets with nanosecond\ntime stamp precision, which allows better analysis of recorded network\ntraffic. (BZ#1146578)\n\nAll wireshark users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues and add these\nenhancements. All running instances of Wireshark must be restarted for the\nupdate to take effect.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2015:1460",
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "1163581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163581"
},
{
"category": "external",
"summary": "1163582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163582"
},
{
"category": "external",
"summary": "1163583",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163583"
},
{
"category": "external",
"summary": "1163584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163584"
},
{
"category": "external",
"summary": "1180182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180182"
},
{
"category": "external",
"summary": "1180197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180197"
},
{
"category": "external",
"summary": "1199165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1199165"
},
{
"category": "external",
"summary": "1199167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1199167"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_1460.json"
}
],
"title": "Red Hat Security Advisory: wireshark security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-10-09T15:16:45+00:00",
"generator": {
"date": "2025-10-09T15:16:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2015:1460",
"initial_release_date": "2015-07-21T10:14:59+00:00",
"revision_history": [
{
"date": "2015-07-21T10:14:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2015-07-21T10:14:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T15:16:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Desktop (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"product_id": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"product": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"product_id": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-gnome@1.8.10-17.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.x86_64",
"product": {
"name": "wireshark-0:1.8.10-17.el6.x86_64",
"product_id": "wireshark-0:1.8.10-17.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.i686",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686",
"product_id": "wireshark-devel-0:1.8.10-17.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.i686",
"product": {
"name": "wireshark-0:1.8.10-17.el6.i686",
"product_id": "wireshark-0:1.8.10-17.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "wireshark-gnome-0:1.8.10-17.el6.i686",
"product": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686",
"product_id": "wireshark-gnome-0:1.8.10-17.el6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-gnome@1.8.10-17.el6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"product_id": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.ppc64",
"product": {
"name": "wireshark-0:1.8.10-17.el6.ppc64",
"product_id": "wireshark-0:1.8.10-17.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"product": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"product_id": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-gnome@1.8.10-17.el6?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.ppc",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc",
"product_id": "wireshark-devel-0:1.8.10-17.el6.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.ppc",
"product": {
"name": "wireshark-0:1.8.10-17.el6.ppc",
"product_id": "wireshark-0:1.8.10-17.el6.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=ppc"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=s390"
}
}
},
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.s390",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390",
"product_id": "wireshark-devel-0:1.8.10-17.el6.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=s390"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.s390",
"product": {
"name": "wireshark-0:1.8.10-17.el6.s390",
"product_id": "wireshark-0:1.8.10-17.el6.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-devel-0:1.8.10-17.el6.s390x",
"product": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x",
"product_id": "wireshark-devel-0:1.8.10-17.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-devel@1.8.10-17.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"product": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"product_id": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-debuginfo@1.8.10-17.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"product": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"product_id": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark-gnome@1.8.10-17.el6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.s390x",
"product": {
"name": "wireshark-0:1.8.10-17.el6.s390x",
"product_id": "wireshark-0:1.8.10-17.el6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "wireshark-0:1.8.10-17.el6.src",
"product": {
"name": "wireshark-0:1.8.10-17.el6.src",
"product_id": "wireshark-0:1.8.10-17.el6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/wireshark@1.8.10-17.el6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
"product_id": "6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
"product_id": "6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
"product_id": "6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
"product_id": "6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation-optional"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.src"
},
"product_reference": "wireshark-0:1.8.10-17.el6.src",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.s390"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-devel-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-devel-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.i686",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.ppc64",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.s390x",
"relates_to_product_reference": "6Workstation"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "wireshark-gnome-0:1.8.10-17.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
},
"product_reference": "wireshark-gnome-0:1.8.10-17.el6.x86_64",
"relates_to_product_reference": "6Workstation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-8710",
"discovery_date": "2014-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1163584"
}
],
"notes": [
{
"category": "description",
"text": "The decompress_sigcomp_message function in epan/sigcomp-udvm.c in the SigComp UDVM dissector in Wireshark 1.10.x before 1.10.11 allows remote attackers to cause a denial of service (buffer over-read and application crash) via a crafted packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: SigComp dissector crash (wnpa-sec-2014-20)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the verison of wireshark as shipped with Red Hat Enterprsie Linux 5. Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2014-8710"
},
{
"category": "external",
"summary": "RHBZ#1163584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2014-8710",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8710"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8710",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8710"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2014-20.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2014-20.html"
}
],
"release_date": "2014-11-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: SigComp dissector crash (wnpa-sec-2014-20)"
},
{
"cve": "CVE-2014-8711",
"discovery_date": "2014-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1163583"
}
],
"notes": [
{
"category": "description",
"text": "Multiple integer overflows in epan/dissectors/packet-amqp.c in the AMQP dissector in Wireshark 1.10.x before 1.10.11 and 1.12.x before 1.12.2 allow remote attackers to cause a denial of service (application crash) via a crafted amqp_0_10 PDU in a packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: AMQP dissector crash (wnpa-sec-2014-21)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the version of wireshark as shipped with Red Hat Enterprise Linux 5",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2014-8711"
},
{
"category": "external",
"summary": "RHBZ#1163583",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163583"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2014-8711",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8711"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8711",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8711"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2014-21.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2014-21.html"
}
],
"release_date": "2014-10-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: AMQP dissector crash (wnpa-sec-2014-21)"
},
{
"cve": "CVE-2014-8712",
"discovery_date": "2014-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1163582"
}
],
"notes": [
{
"category": "description",
"text": "The build_expert_data function in epan/dissectors/packet-ncp2222.inc in the NCP dissector in Wireshark 1.10.x before 1.10.11 and 1.12.x before 1.12.2 does not properly initialize a data structure, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: NCP dissector crashes (wnpa-sec-2014-22)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the verison of wireshark as shipped with Red Hat Enterprsie Linux 5. Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2014-8712"
},
{
"category": "external",
"summary": "RHBZ#1163582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163582"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2014-8712",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8712"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8712",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8712"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2014-22.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2014-22.html"
}
],
"release_date": "2014-10-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: NCP dissector crashes (wnpa-sec-2014-22)"
},
{
"cve": "CVE-2014-8713",
"discovery_date": "2014-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1163582"
}
],
"notes": [
{
"category": "description",
"text": "Stack-based buffer overflow in the build_expert_data function in epan/dissectors/packet-ncp2222.inc in the NCP dissector in Wireshark 1.10.x before 1.10.11 and 1.12.x before 1.12.2 allows remote attackers to cause a denial of service (application crash) via a crafted packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: NCP dissector crashes (wnpa-sec-2014-22)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the verison of wireshark as shipped with Red Hat Enterprsie Linux 5. Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2014-8713"
},
{
"category": "external",
"summary": "RHBZ#1163582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163582"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2014-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8713"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8713",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8713"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2014-22.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2014-22.html"
}
],
"release_date": "2014-10-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: NCP dissector crashes (wnpa-sec-2014-22)"
},
{
"cve": "CVE-2014-8714",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2014-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1163581"
}
],
"notes": [
{
"category": "description",
"text": "The dissect_write_structured_field function in epan/dissectors/packet-tn5250.c in the TN5250 dissector in Wireshark 1.10.x before 1.10.11 and 1.12.x before 1.12.2 allows remote attackers to cause a denial of service (infinite loop) via a crafted packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: TN5250 infinite loop (wnpa-sec-2014-23)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the version of wireshark as shipped with Red Hat Enterprise Linux 5",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2014-8714"
},
{
"category": "external",
"summary": "RHBZ#1163581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1163581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2014-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-8714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-8714"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2014-23.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2014-23.html"
}
],
"release_date": "2014-10-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: TN5250 infinite loop (wnpa-sec-2014-23)"
},
{
"cve": "CVE-2015-0562",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2015-01-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1180182"
}
],
"notes": [
{
"category": "description",
"text": "Multiple use-after-free vulnerabilities in epan/dissectors/packet-dec-dnart.c in the DEC DNA Routing Protocol dissector in Wireshark 1.10.x before 1.10.12 and 1.12.x before 1.12.3 allow remote attackers to cause a denial of service (application crash) via a crafted packet, related to the use of packet-scope memory instead of pinfo-scope memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: DEC DNA Routing Protocol dissector crash (wnpa-sec-2015-03)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the verison of wireshark as shipped with Red Hat Enterprsie Linux 5. Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2015-0562"
},
{
"category": "external",
"summary": "RHBZ#1180182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2015-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-0562"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0562",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0562"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2015-03.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2015-03.html"
}
],
"release_date": "2015-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: DEC DNA Routing Protocol dissector crash (wnpa-sec-2015-03)"
},
{
"cve": "CVE-2015-0564",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2015-01-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1180197"
}
],
"notes": [
{
"category": "description",
"text": "Buffer underflow in the ssl_decrypt_record function in epan/dissectors/packet-ssl-utils.c in Wireshark 1.10.x before 1.10.12 and 1.12.x before 1.12.3 allows remote attackers to cause a denial of service (application crash) via a crafted packet that is improperly handled during decryption of an SSL session.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: TLS/SSL decryption crash (wnpa-sec-2015-05)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the verison of wireshark as shipped with Red Hat Enterprsie Linux 5. Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Moderate security impact and is not currently planned to be addressed in future updates.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2015-0564"
},
{
"category": "external",
"summary": "RHBZ#1180197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1180197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2015-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-0564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0564"
},
{
"category": "external",
"summary": "https://www.wireshark.org/security/wnpa-sec-2015-05.html",
"url": "https://www.wireshark.org/security/wnpa-sec-2015-05.html"
}
],
"release_date": "2015-01-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wireshark: TLS/SSL decryption crash (wnpa-sec-2015-05)"
},
{
"cve": "CVE-2015-2189",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2015-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1199165"
}
],
"notes": [
{
"category": "description",
"text": "Off-by-one error in the pcapng_read function in wiretap/pcapng.c in the pcapng file parser in Wireshark 1.10.x before 1.10.13 and 1.12.x before 1.12.4 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via an invalid Interface Statistics Block (ISB) interface ID in a crafted packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: The pcapng file parser could crash (wnpa-sec-2015-08)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the versions of wireshark as shipped with Red Hat Enterprise Linux 5.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2015-2189"
},
{
"category": "external",
"summary": "RHBZ#1199165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1199165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2015-2189",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2189"
}
],
"release_date": "2015-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "ADJACENT_NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 2.9,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:A/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "wireshark: The pcapng file parser could crash (wnpa-sec-2015-08)"
},
{
"cve": "CVE-2015-2191",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2015-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1199167"
}
],
"notes": [
{
"category": "description",
"text": "Integer overflow in the dissect_tnef function in epan/dissectors/packet-tnef.c in the TNEF dissector in Wireshark 1.10.x before 1.10.13 and 1.12.x before 1.12.4 allows remote attackers to cause a denial of service (infinite loop) via a crafted length field in a packet.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wireshark: The TNEF dissector could go into an infinite loop on 32-bit architectures (wnpa-sec-2015-10)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and maintenance life cycle. This has been rated as having Low security impact and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2015-2191"
},
{
"category": "external",
"summary": "RHBZ#1199167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1199167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2015-2191",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2191"
}
],
"release_date": "2015-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2015-07-21T10:14:59+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2015:1460"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "ADJACENT_NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 2.9,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:A/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"products": [
"6Client-optional:wireshark-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-0:1.8.10-17.el6.src",
"6Client-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-0:1.8.10-17.el6.i686",
"6Client:wireshark-0:1.8.10-17.el6.ppc",
"6Client:wireshark-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-0:1.8.10-17.el6.s390",
"6Client:wireshark-0:1.8.10-17.el6.s390x",
"6Client:wireshark-0:1.8.10-17.el6.src",
"6Client:wireshark-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Client:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-devel-0:1.8.10-17.el6.i686",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Client:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390",
"6Client:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Client:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Client:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Client:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Client:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-0:1.8.10-17.el6.src",
"6Server-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-0:1.8.10-17.el6.i686",
"6Server:wireshark-0:1.8.10-17.el6.ppc",
"6Server:wireshark-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-0:1.8.10-17.el6.s390",
"6Server:wireshark-0:1.8.10-17.el6.s390x",
"6Server:wireshark-0:1.8.10-17.el6.src",
"6Server:wireshark-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Server:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-devel-0:1.8.10-17.el6.i686",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Server:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390",
"6Server:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Server:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Server:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Server:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Server:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.src",
"6Workstation-optional:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation-optional:wireshark-gnome-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-0:1.8.10-17.el6.src",
"6Workstation:wireshark-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-debuginfo-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-devel-0:1.8.10-17.el6.x86_64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.i686",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.ppc64",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.s390x",
"6Workstation:wireshark-gnome-0:1.8.10-17.el6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "wireshark: The TNEF dissector could go into an infinite loop on 32-bit architectures (wnpa-sec-2015-10)"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…