# HugeDirtyCowPOC **Repository Path**: feiser/HugeDirtyCowPOC ## Basic Information - **Project Name**: HugeDirtyCowPOC - **Description**: A POC for the Huge Dirty Cow vulnerability (CVE-2017-1000405) - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-04 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # "Huge Dirty Cow" POC A POC for the Huge Dirty Cow vulnerability (CVE-2017-1000405). Full details can be found [here](https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0). Before running, make sure to set transparent huge pages to "always": ``` echo always | sudo tee /sys/kernel/mm/transparent_hugepage/enabled ```