RHSA-2017:1871

Vulnerability from csaf_redhat - Published: 2017-08-01 12:00 - Updated: 2026-01-13 21:14
Summary
Red Hat Security Advisory: tcpdump security, bug fix, and enhancement update
Severity
Moderate
Notes
Topic: An update for tcpdump is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The tcpdump packages contain the tcpdump utility for monitoring network traffic. The tcpdump utility can capture and display the packet headers on a particular network interface or on all interfaces. The following packages have been upgraded to a later upstream version: tcpdump (4.9.0). (BZ#1422473) Security Fix(es): * Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop. (CVE-2015-0261, CVE-2015-2153, CVE-2015-2154, CVE-2015-2155, CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925, CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929, CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933, CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937, CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973, CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984, CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993, CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203, CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342, CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485, CVE-2017-5486) Red Hat would like to thank the Tcpdump project for reporting CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925, CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929, CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933, CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937, CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973, CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984, CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993, CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203, CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342, CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485, and CVE-2017-5486. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.4 Release Notes linked from the References section.
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.

Integer signedness error in the mobility_opt_print function in the IPv6 mobility printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read and crash) or possibly execute arbitrary code via a negative length value.

Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871

The rpki_rtr_pdu_print function in print-rpki-rtr.c in the TCP printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read or write and crash) via a crafted header length in an RPKI-RTR Protocol Data Unit (PDU).

Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871

The osi_print_cksum function in print-isoclns.c in the ethernet printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read and crash) via a crafted (1) length, (2) offset, or (3) base pointer checksum value.

CWE-125 - Out-of-bounds Read
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871

The force printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via unspecified vectors.

Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.

Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.

CWE-190 - Integer Overflow or Wraparound
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2017:1871
Workaround When invoked with the "-w" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.
References
https://access.redhat.com/errata/RHSA-2017:1871 self
https://access.redhat.com/security/updates/classi… external
https://access.redhat.com/documentation/en-US/Red… external
https://bugzilla.redhat.com/show_bug.cgi?id=1201792 external
https://bugzilla.redhat.com/show_bug.cgi?id=1201795 external
https://bugzilla.redhat.com/show_bug.cgi?id=1201797 external
https://bugzilla.redhat.com/show_bug.cgi?id=1201798 external
https://bugzilla.redhat.com/show_bug.cgi?id=1292056 external
https://bugzilla.redhat.com/show_bug.cgi?id=1296230 external
https://bugzilla.redhat.com/show_bug.cgi?id=1297812 external
https://bugzilla.redhat.com/show_bug.cgi?id=1419066 external
https://bugzilla.redhat.com/show_bug.cgi?id=1441597 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2015-0261 self
https://bugzilla.redhat.com/show_bug.cgi?id=1201792 external
https://www.cve.org/CVERecord?id=CVE-2015-0261 external
https://nvd.nist.gov/vuln/detail/CVE-2015-0261 external
https://access.redhat.com/security/cve/CVE-2015-2153 self
https://bugzilla.redhat.com/show_bug.cgi?id=1201795 external
https://www.cve.org/CVERecord?id=CVE-2015-2153 external
https://nvd.nist.gov/vuln/detail/CVE-2015-2153 external
https://access.redhat.com/security/cve/CVE-2015-2154 self
https://bugzilla.redhat.com/show_bug.cgi?id=1201797 external
https://www.cve.org/CVERecord?id=CVE-2015-2154 external
https://nvd.nist.gov/vuln/detail/CVE-2015-2154 external
https://access.redhat.com/security/cve/CVE-2015-2155 self
https://bugzilla.redhat.com/show_bug.cgi?id=1201798 external
https://www.cve.org/CVERecord?id=CVE-2015-2155 external
https://nvd.nist.gov/vuln/detail/CVE-2015-2155 external
https://access.redhat.com/security/cve/CVE-2016-7922 self
https://bugzilla.redhat.com/show_bug.cgi?id=1419066 external
https://www.cve.org/CVERecord?id=CVE-2016-7922 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7922 external
https://access.redhat.com/security/cve/CVE-2016-7923 self
https://www.cve.org/CVERecord?id=CVE-2016-7923 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7923 external
https://access.redhat.com/security/cve/CVE-2016-7924 self
https://www.cve.org/CVERecord?id=CVE-2016-7924 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7924 external
https://access.redhat.com/security/cve/CVE-2016-7925 self
https://www.cve.org/CVERecord?id=CVE-2016-7925 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7925 external
https://access.redhat.com/security/cve/CVE-2016-7926 self
https://www.cve.org/CVERecord?id=CVE-2016-7926 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7926 external
https://access.redhat.com/security/cve/CVE-2016-7927 self
https://www.cve.org/CVERecord?id=CVE-2016-7927 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7927 external
https://access.redhat.com/security/cve/CVE-2016-7928 self
https://www.cve.org/CVERecord?id=CVE-2016-7928 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7928 external
https://access.redhat.com/security/cve/CVE-2016-7929 self
https://www.cve.org/CVERecord?id=CVE-2016-7929 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7929 external
https://access.redhat.com/security/cve/CVE-2016-7930 self
https://www.cve.org/CVERecord?id=CVE-2016-7930 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7930 external
https://access.redhat.com/security/cve/CVE-2016-7931 self
https://www.cve.org/CVERecord?id=CVE-2016-7931 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7931 external
https://access.redhat.com/security/cve/CVE-2016-7932 self
https://www.cve.org/CVERecord?id=CVE-2016-7932 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7932 external
https://access.redhat.com/security/cve/CVE-2016-7933 self
https://www.cve.org/CVERecord?id=CVE-2016-7933 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7933 external
https://access.redhat.com/security/cve/CVE-2016-7934 self
https://www.cve.org/CVERecord?id=CVE-2016-7934 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7934 external
https://access.redhat.com/security/cve/CVE-2016-7935 self
https://www.cve.org/CVERecord?id=CVE-2016-7935 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7935 external
https://access.redhat.com/security/cve/CVE-2016-7936 self
https://www.cve.org/CVERecord?id=CVE-2016-7936 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7936 external
https://access.redhat.com/security/cve/CVE-2016-7937 self
https://www.cve.org/CVERecord?id=CVE-2016-7937 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7937 external
https://access.redhat.com/security/cve/CVE-2016-7938 self
https://www.cve.org/CVERecord?id=CVE-2016-7938 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7938 external
https://access.redhat.com/security/cve/CVE-2016-7939 self
https://www.cve.org/CVERecord?id=CVE-2016-7939 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7939 external
https://access.redhat.com/security/cve/CVE-2016-7940 self
https://www.cve.org/CVERecord?id=CVE-2016-7940 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7940 external
https://access.redhat.com/security/cve/CVE-2016-7973 self
https://www.cve.org/CVERecord?id=CVE-2016-7973 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7973 external
https://access.redhat.com/security/cve/CVE-2016-7974 self
https://www.cve.org/CVERecord?id=CVE-2016-7974 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7974 external
https://access.redhat.com/security/cve/CVE-2016-7975 self
https://www.cve.org/CVERecord?id=CVE-2016-7975 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7975 external
https://access.redhat.com/security/cve/CVE-2016-7983 self
https://www.cve.org/CVERecord?id=CVE-2016-7983 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7983 external
https://access.redhat.com/security/cve/CVE-2016-7984 self
https://www.cve.org/CVERecord?id=CVE-2016-7984 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7984 external
https://access.redhat.com/security/cve/CVE-2016-7985 self
https://www.cve.org/CVERecord?id=CVE-2016-7985 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7985 external
https://access.redhat.com/security/cve/CVE-2016-7986 self
https://www.cve.org/CVERecord?id=CVE-2016-7986 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7986 external
https://access.redhat.com/security/cve/CVE-2016-7992 self
https://www.cve.org/CVERecord?id=CVE-2016-7992 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7992 external
https://access.redhat.com/security/cve/CVE-2016-7993 self
https://www.cve.org/CVERecord?id=CVE-2016-7993 external
https://nvd.nist.gov/vuln/detail/CVE-2016-7993 external
https://access.redhat.com/security/cve/CVE-2016-8574 self
https://www.cve.org/CVERecord?id=CVE-2016-8574 external
https://nvd.nist.gov/vuln/detail/CVE-2016-8574 external
https://access.redhat.com/security/cve/CVE-2016-8575 self
https://www.cve.org/CVERecord?id=CVE-2016-8575 external
https://nvd.nist.gov/vuln/detail/CVE-2016-8575 external
https://access.redhat.com/security/cve/CVE-2017-5202 self
https://www.cve.org/CVERecord?id=CVE-2017-5202 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5202 external
https://access.redhat.com/security/cve/CVE-2017-5203 self
https://www.cve.org/CVERecord?id=CVE-2017-5203 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5203 external
https://access.redhat.com/security/cve/CVE-2017-5204 self
https://www.cve.org/CVERecord?id=CVE-2017-5204 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5204 external
https://access.redhat.com/security/cve/CVE-2017-5205 self
https://www.cve.org/CVERecord?id=CVE-2017-5205 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5205 external
https://access.redhat.com/security/cve/CVE-2017-5341 self
https://www.cve.org/CVERecord?id=CVE-2017-5341 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5341 external
https://access.redhat.com/security/cve/CVE-2017-5342 self
https://www.cve.org/CVERecord?id=CVE-2017-5342 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5342 external
https://access.redhat.com/security/cve/CVE-2017-5482 self
https://www.cve.org/CVERecord?id=CVE-2017-5482 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5482 external
https://access.redhat.com/security/cve/CVE-2017-5483 self
https://www.cve.org/CVERecord?id=CVE-2017-5483 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5483 external
https://access.redhat.com/security/cve/CVE-2017-5484 self
https://www.cve.org/CVERecord?id=CVE-2017-5484 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5484 external
https://access.redhat.com/security/cve/CVE-2017-5485 self
https://www.cve.org/CVERecord?id=CVE-2017-5485 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5485 external
https://access.redhat.com/security/cve/CVE-2017-5486 self
https://www.cve.org/CVERecord?id=CVE-2017-5486 external
https://nvd.nist.gov/vuln/detail/CVE-2017-5486 external
Acknowledgments
the Tcpdump project

{
  "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": "An update for tcpdump is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The tcpdump packages contain the tcpdump utility for monitoring network traffic. The tcpdump utility can capture and display the packet headers on a particular network interface or on all interfaces.\n\nThe following packages have been upgraded to a later upstream version: tcpdump (4.9.0). (BZ#1422473)\n\nSecurity Fix(es):\n\n* Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop. (CVE-2015-0261, CVE-2015-2153, CVE-2015-2154, CVE-2015-2155, CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925, CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929, CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933, CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937, CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973, CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984, CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993, CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203, CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342, CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485, CVE-2017-5486)\n\nRed Hat would like to thank the Tcpdump project for reporting CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925, CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929, CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933, CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937, CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973, CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984, CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993, CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203, CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342, CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485, and CVE-2017-5486.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.4 Release Notes linked from the References section.",
        "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-2017:1871",
        "url": "https://access.redhat.com/errata/RHSA-2017:1871"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.4_Release_Notes/index.html",
        "url": "https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.4_Release_Notes/index.html"
      },
      {
        "category": "external",
        "summary": "1201792",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201792"
      },
      {
        "category": "external",
        "summary": "1201795",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201795"
      },
      {
        "category": "external",
        "summary": "1201797",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201797"
      },
      {
        "category": "external",
        "summary": "1201798",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201798"
      },
      {
        "category": "external",
        "summary": "1292056",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1292056"
      },
      {
        "category": "external",
        "summary": "1296230",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1296230"
      },
      {
        "category": "external",
        "summary": "1297812",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1297812"
      },
      {
        "category": "external",
        "summary": "1419066",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
      },
      {
        "category": "external",
        "summary": "1441597",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1441597"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_1871.json"
      }
    ],
    "title": "Red Hat Security Advisory: tcpdump security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2026-01-13T21:14:04+00:00",
      "generator": {
        "date": "2026-01-13T21:14:04+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.15"
        }
      },
      "id": "RHSA-2017:1871",
      "initial_release_date": "2017-08-01T12:00:24+00:00",
      "revision_history": [
        {
          "date": "2017-08-01T12:00:24+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2017-08-01T12:00:24+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-01-13T21:14:04+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 Client (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Client (v. 7)",
                  "product_id": "7Client",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux ComputeNode (v. 7)",
                  "product_id": "7ComputeNode",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 7)",
                  "product_id": "7Server",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 7)",
                  "product_id": "7Workstation",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.x86_64",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.x86_64",
                  "product_id": "tcpdump-14:4.9.0-5.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=x86_64\u0026epoch=14"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
                "product": {
                  "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
                  "product_id": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump-debuginfo@4.9.0-5.el7?arch=x86_64\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.src",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.src",
                  "product_id": "tcpdump-14:4.9.0-5.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=src\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.aarch64",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.aarch64",
                  "product_id": "tcpdump-14:4.9.0-5.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=aarch64\u0026epoch=14"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
                "product": {
                  "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
                  "product_id": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump-debuginfo@4.9.0-5.el7?arch=aarch64\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.ppc64le",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.ppc64le",
                  "product_id": "tcpdump-14:4.9.0-5.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=ppc64le\u0026epoch=14"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
                "product": {
                  "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
                  "product_id": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump-debuginfo@4.9.0-5.el7?arch=ppc64le\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.ppc64",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.ppc64",
                  "product_id": "tcpdump-14:4.9.0-5.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=ppc64\u0026epoch=14"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
                "product": {
                  "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
                  "product_id": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump-debuginfo@4.9.0-5.el7?arch=ppc64\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tcpdump-14:4.9.0-5.el7.s390x",
                "product": {
                  "name": "tcpdump-14:4.9.0-5.el7.s390x",
                  "product_id": "tcpdump-14:4.9.0-5.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump@4.9.0-5.el7?arch=s390x\u0026epoch=14"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
                "product": {
                  "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
                  "product_id": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/tcpdump-debuginfo@4.9.0-5.el7?arch=s390x\u0026epoch=14"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.src"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.src",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)",
          "product_id": "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.src"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.src",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)",
          "product_id": "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.src"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.src",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
          "product_id": "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.src"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.src",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
        "relates_to_product_reference": "7Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
          "product_id": "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        },
        "product_reference": "tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
        "relates_to_product_reference": "7Workstation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-0261",
      "discovery_date": "2015-03-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1201792"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Integer signedness error in the mobility_opt_print function in the IPv6 mobility printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read and crash) or possibly execute arbitrary code via a negative length value.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: IPv6 mobility printer mobility_opt_print() typecastimg/signedness error",
          "title": "Vulnerability summary"
        },
        {
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-0261"
        },
        {
          "category": "external",
          "summary": "RHBZ#1201792",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201792"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-0261",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-0261"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-0261",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-0261"
        }
      ],
      "release_date": "2015-03-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: IPv6 mobility printer mobility_opt_print() typecastimg/signedness error"
    },
    {
      "cve": "CVE-2015-2153",
      "discovery_date": "2015-03-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1201795"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The rpki_rtr_pdu_print function in print-rpki-rtr.c in the TCP printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read or write and crash) via a crafted header length in an RPKI-RTR Protocol Data Unit (PDU).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: tcp printer rpki_rtr_pdu_print() missing length check",
          "title": "Vulnerability summary"
        },
        {
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-2153"
        },
        {
          "category": "external",
          "summary": "RHBZ#1201795",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201795"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2153",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-2153"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2153",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2153"
        }
      ],
      "release_date": "2015-03-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: tcp printer rpki_rtr_pdu_print() missing length check"
    },
    {
      "cve": "CVE-2015-2154",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2015-03-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1201797"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The osi_print_cksum function in print-isoclns.c in the ethernet printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (out-of-bounds read and crash) via a crafted (1) length, (2) offset, or (3) base pointer checksum value.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: ethernet printer osi_print_cksum() missing sanity checks out-of-bounds read",
          "title": "Vulnerability summary"
        },
        {
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-2154"
        },
        {
          "category": "external",
          "summary": "RHBZ#1201797",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201797"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2154",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-2154"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2154",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2154"
        }
      ],
      "release_date": "2015-03-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "tcpdump: ethernet printer osi_print_cksum() missing sanity checks out-of-bounds read"
    },
    {
      "cve": "CVE-2015-2155",
      "discovery_date": "2015-03-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1201798"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The force printer in tcpdump before 4.7.2 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via unspecified vectors.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: force printer vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2015-2155"
        },
        {
          "category": "external",
          "summary": "RHBZ#1201798",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201798"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2155",
          "url": "https://www.cve.org/CVERecord?id=CVE-2015-2155"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2155",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2155"
        }
      ],
      "release_date": "2015-03-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 6.8,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: force printer vulnerability"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7922",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7922"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7922",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7922"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7922",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7922"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7923",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7923"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7923",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7923"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7923",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7923"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7924",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7924"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7924",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7924"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7924",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7924"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7925",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7925"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7925",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7925"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7925",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7925"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7926",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7926"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7926",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7926"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7926",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7926"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7927",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7927"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7927",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7927"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7927",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7927"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7928",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7928"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7928",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7928"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7928",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7928"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7929",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7929"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7929",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7929"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7929",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7929"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7930",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7930"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7930",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7930"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7930",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7930"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7931",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7931"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7931",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7931"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7931",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7931"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7932",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7932"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7932",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7932"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7932",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7932"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7933",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7933"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7933",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7933"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7933",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7933"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7934",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7934"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7934",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7934"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7934",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7934"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7935",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7935"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7935",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7935"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7935",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7935"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7936",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7936"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7936",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7936"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7936",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7936"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7937",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7937"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7937",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7937"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7937",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7937"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7938",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7938"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7938",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7938"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7938",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7938"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7939",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7939"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7939",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7939"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7939",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7939"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7940",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7940"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7940",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7940"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7940",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7940"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7973",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7973"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7973",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7973"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7973",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7973"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7974",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7974"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7974",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7974"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7974",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7974"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7975",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7975"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7975",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7975"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7975",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7975"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7983",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7983"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7983",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7983"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7983",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7983"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7984",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7984"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7984",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7984"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7984",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7984"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7985",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7985"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7985",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7985"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7985",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7985"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7986",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7986"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7986",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7986"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7986",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7986"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7992",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7992"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7992",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7992"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7992",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7992"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-7993",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-7993"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-7993",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-7993"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7993",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7993"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-8574",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-8574"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8574",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-8574"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8574",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8574"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2016-8575",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2016-8575"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2016-8575",
          "url": "https://www.cve.org/CVERecord?id=CVE-2016-8575"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8575",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8575"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5202",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5202"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5202",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5202"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5202",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5202"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5203",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5203"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5203",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5203"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5203",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5203"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5204",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5204"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5204",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5204"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5204",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5204"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5205",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5205"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5205",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5205"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5205",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5205"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5341",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5341"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5341",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5341"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5341",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5341"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5342",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5342"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5342",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5342"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5342",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5342"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5482",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5482"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5482",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5482"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5482",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5482"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5483",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5483"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5483",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5483"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5483",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5483"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5484",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5484"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5484",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5484"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5484",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5484"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5485",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5485"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5485",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5485"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5485",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5485"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "the Tcpdump project"
          ]
        }
      ],
      "cve": "CVE-2017-5486",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2017-01-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1419066"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Multiple out of bounds read and integer overflow vulnerabilities were found in tcpdump affecting the decoding of various protocols. An attacker could create a crafted pcap file or send specially crafted packets to the network segment where tcpdump is running in live capture mode (without -w) which could cause it to display incorrect data, crash or enter an infinite loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "tcpdump: multiple overflow issues in protocol decoding",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Product Security has rated these issues as having Moderate security impact. These issues may be fixed in a future minor release of Red Hat Enterprise Linux 7. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
          "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": [
          "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-14:4.9.0-5.el7.src",
          "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
          "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-14:4.9.0-5.el7.src",
          "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-14:4.9.0-5.el7.src",
          "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
          "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-5486"
        },
        {
          "category": "external",
          "summary": "RHBZ#1419066",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1419066"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5486",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-5486"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5486",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5486"
        }
      ],
      "release_date": "2017-02-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2017-08-01T12:00:24+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2017:1871"
        },
        {
          "category": "workaround",
          "details": "When invoked with the \"-w\" option, to write raw packets to a pcap file (for forensic purposes or offline examination), tcpdump does not use the protocol decoding subsystem and is not affected by these flaws. Red Hat Product Security recommends that any unattended uses of tcpdump use this option to ensure uninterrupted packet capture.",
          "product_ids": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "7Client:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-14:4.9.0-5.el7.src",
            "7Client:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Client:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.src",
            "7ComputeNode:tcpdump-14:4.9.0-5.el7.x86_64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7ComputeNode:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-14:4.9.0-5.el7.src",
            "7Server:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Server:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-14:4.9.0-5.el7.src",
            "7Workstation:tcpdump-14:4.9.0-5.el7.x86_64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.aarch64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.ppc64le",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.s390x",
            "7Workstation:tcpdump-debuginfo-14:4.9.0-5.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "tcpdump: multiple overflow issues in protocol decoding"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…