Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
/ pupmod-simp-dirtycow Public archive

A module for managing checks and fixes for the 'dirty cow' kernel bug

Notifications You must be signed in to change notification settings

simp/pupmod-simp-dirtycow

Repository files navigation

License CII Best Practices Puppet Forge Puppet Forge Downloads Build Status

  1. Overview
  2. Usage - The basics of getting started with simp-dirtycow
  3. Development - Guide for contributing to the module

Overview

In October 2016, a privilege escalation vulnerability was discovered in the Linux kernel. It has been given the name "Dirty Cow" and assigned a Common Vulnerability and Exposures (CVE) number CVE-2016-5195.

This module checks your running kernel to determine if it is vulnerable to Dirty Cow. A puppet notice is logged if it is vulnerable.

Usage

Add the following to Hiera:

yaml
---
include 'dirtycow'

Development

Please see the SIMP Contribution Guidelines.

General developer documentation can be found on Confluence. Visit the project homepage on GitHub, chat with us on our HipChat, and look at our issues on JIRA.