Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
remediate_cesa_2019_2091 — Remediation task for CVE-2018-15686, CVE-2018-16866, and CVE-2018-16888 affecting SystemD in EL7 | Kitploit
Tools/GitHubGitHub/hpcprofessional/remediate_cesa_2019_2091
Cloud Infrastructure SecurityVulnerability ScannersVulnerability AnalysisScripting & AutomationConfiguration AuditingDevSecOps
GitHubhpcprofessional/remediate_cesa_2019_2091

remediate_cesa_2019_2091

Remediation task for CVE-2018-15686, CVE-2018-16866, and CVE-2018-16888 affecting SystemD in EL7

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
6 years agoNot yet reviewed

cesa_2019_2091

This module contains a Bolt Task that will remediate CVEs described in CESA-2019:2091 and parallel issues present on other Enterprise Linux 7 (EL7) platforms.

Table of Contents

  1. Description
  2. Setup - The basics of getting started with cesa_2019_2091
    • Beginning with cesa_2019_2091
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

This remediation addresses the following CVEs:

  • CVE-2018-15686
  • CVE-2018-16866
  • CVE-2018-16888

Remediation is performed by using yum to updating key systemd packages to newer versions. Affected systemd RPM packages include:

  • systemd
  • systemd-libs
  • systemd-sysv

Setup

Beginning with cesa_2019_2091

Using a Puppet file or other method, install in an appropriate place such that the task is visible to your task runner.

EXAMPLE

root@kitploit:~
$ bolt task show

cesa_2019_2091::remediate   remediates CVE-2018-15686, CVE-2018-16866, and CVE-2018-16888

Usage

Using your prefered method of running bolt tasks, run the task.

EXAMPLE

$ bolt task run cesa_2019_2091::remediate -n cent7-1,cent7-2,cent7-3

Limitations

This remediation relies on yum, yum repositories, and related technologies to update RPM packages.

This remediation updates the relevant RPM packages to the latest available version without additional version checks. If your system remains vulnerable to these CVEs, it is likely sufficiently updated RPMs are not available in your yum repository as presntly configured.

This remediation targets the standard systemd packages most likely to be affected by these CVEs. Additional packages which may require attention are described in the relevant CentOS-CR-announce mailing list announcement

Development

Pull requests welcome

Release Notes

VersionNotes
0.1.0Initial release
Download Tool