Oval Definition:oval:com.ubuntu.artful:def:20171000405000
Revision Date:2017-11-30Version:1
Title:CVE-2017-1000405 on Ubuntu 17.10 (artful) - high.
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. It was discovered that the Linux kernel did not properly handle copy-on- write of transparent huge pages. A local attacker could use this to cause a denial of service (application crashes) or possibly gain administrative privileges.
Family:unixClass:vulnerability
Status:Reference(s):CVE-2017-1000405
Platform(s):Ubuntu 17.10
Product(s):
Definition Synopsis
  • Ubuntu 17.10 (artful) is installed.
  • AND Package Information
  • The 'linux' package in artful was vulnerable but has been fixed (note: '4.13.0-19.22').
  • OR The 'linux-raspi2' package in artful was vulnerable but has been fixed (note: '4.13.0-1008.8').
  • OR The 'linux-snapdragon' package in artful was vulnerable but has been fixed (note: '4.4.0-1081.86').
  • BACK