CVE-2017-1000405 kernel: Huge Dirty Cow vulnerability

SUMMARY

Huge Dirty Cow kernel vulnerability

CVE ID

CVE-2017-1000405

DESCRIPTION

The Linux Kernel versions 2.6.38 through 4.14 have a problematic use of pmd_mkdirty() in the touch_pmd() function inside the THP implementation. touch_pmd() can be reached by get_user_pages(). In such case, the pmd will become dirty. This scenario breaks the new can_follow_write_pmd()'s logic - pmd can become dirty without going through a COW cycle. This bug is not as severe as the original "Dirty cow" because an ext4 file (or any other regular file) cannot be mapped using THP. Nevertheless, it does allow us to overwrite read-only huge pages. For example, the zero huge page and sealed shmem files can be overwritten (since their mapping can be populated using THP). Note that after the first write page-fault to the zero page, it will be replaced with a new fresh (and zeroed) thp.

Unitrends risk assessment:  None, not affected.

RESOLUTION


The Red Hat CentOS kernels used by Unitrends do not contain this flaw.

Red Hat statement about this says:

From the initial flaw description released, this issue does not affect the Linux kernel packages as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2. They do not contain the upstream commit (8310d48b125d19fcd9521d83b8293e63eb1646aa) which allows the race condition.

LINK TO ADVISORIES

  • https://nvd.nist.gov/vuln/detail/CVE-2017-1000405
  • https://access.redhat.com/security/cve/cve-2017-1000405

Have more questions?

Contact us

Was this article helpful?
0 out of 0 found this helpful

Provide feedback for the Documentation team!

Browse this section