CVE Database
/

CVE-2017-1000405

Back to search

CVE-2017-1000405

Published: Nov 30, 2017

Modified: Aug 5, 2024

PUBLISHED

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.

VendorProductVersions

n/a

n/a

affected
n/a

References

102032
vdb-entry
x_refsource_BID
RHSA-2018:0180
vendor-advisory
x_refsource_REDHAT
1040020
vdb-entry
x_refsource_SECTRACK
43199
exploit
x_refsource_EXPLOIT-DB

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now