# HugeDirtyCowPOC **Repository Path**: android_ios_test/HugeDirtyCowPOC ## Basic Information - **Project Name**: HugeDirtyCowPOC - **Description**: A POC for the Huge Dirty Cow vulnerability (CVE-2017-1000405) - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2020-12-19 ## 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 ```