Bug 1729931 (CVE-2019-10638) - CVE-2019-10638 Kernel: net: weak IP ID generation leads to remote device tracking
Summary: CVE-2019-10638 Kernel: net: weak IP ID generation leads to remote device trac...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2019-10638
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1718503 1729932 1733067 1733068 1733069 1733070 1733071
Blocks: 1729937
TreeView+ depends on / blocked
 
Reported: 2019-07-15 11:10 UTC by Marian Rehak
Modified: 2021-02-16 21:43 UTC (History)
45 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-11-06 00:53:07 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2019:3309 0 None None None 2019-11-05 20:35:46 UTC
Red Hat Product Errata RHSA-2019:3517 0 None None None 2019-11-05 21:06:28 UTC
Red Hat Product Errata RHSA-2020:1016 0 None None None 2020-03-31 19:11:44 UTC
Red Hat Product Errata RHSA-2020:1070 0 None None None 2020-03-31 19:21:00 UTC

Description Marian Rehak 2019-07-15 11:10:00 UTC
When IP packet fragmentation is ON, IP Identification(ID) field of the IP header 
is used, during packet reassembly on the destination host, to identify fragments 
which belong to the same packet. IP ID field is required to be unique and same 
across all fragments of an IP packet. IP packet fragments are identified by a 
tuple with following fields

    (source address|destination address|protocol|IP-ID)

The Linux kernel derived this IP ID field from partial kernel space address 
returned by net_hash_mix() function, which is then used with a hash function to 
compute the IP ID field.

A remote user could observe this IP ID field to deduce the hash key used to
derive its value. This could enable a remote user to track particular Linux
devices.

Upstream fix:
-------------
  -> https://git.kernel.org/linus/df453700e8d81b1bdafdf684365ee2b9431fb702

Issue introduced by:
--------------------
  -> https://git.kernel.org/linus/b6a7719aedd7e5c0f2df7641aa47386111682df4
  -> https://git.kernel.org/linus/5a352dd0a3aac03b443c94828dfd7144261c8636

Comment 1 Marian Rehak 2019-07-15 11:10:16 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 1729932]

Comment 3 Prasad Pandit 2019-07-28 08:10:48 UTC
External References:

https://arxiv.org/pdf/1906.10478.pdf

Comment 4 Prasad Pandit 2019-08-06 06:58:24 UTC
Statement:

This issue does not affect the versions of Linux kernel as shipped with Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6.

This issue affects the version of Linux kernel as shipped with Red Hat Enterprise Linux 7,  8 and Red Hat Enterprise MRG 2. Future kernel updates for Red Hat Enterprise Linux 7, 8 and Red Hat Enterprise MRG 2 may address this issue.

Comment 5 errata-xmlrpc 2019-11-05 20:35:44 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2019:3309 https://access.redhat.com/errata/RHSA-2019:3309

Comment 6 errata-xmlrpc 2019-11-05 21:06:26 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2019:3517 https://access.redhat.com/errata/RHSA-2019:3517

Comment 7 Product Security DevOps Team 2019-11-06 00:53:07 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2019-10638

Comment 8 errata-xmlrpc 2020-03-31 19:11:41 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2020:1016 https://access.redhat.com/errata/RHSA-2020:1016

Comment 9 errata-xmlrpc 2020-03-31 19:20:55 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2020:1070 https://access.redhat.com/errata/RHSA-2020:1070


Note You need to log in before you can comment on or make changes to this bug.