Skip to content

0074-prelink-disable-prelink is installed


Rule ID

  • 0074-prelink-disable

Category

  • system

Level

  • warn

Compatible Versions

  • Linux

Description

  • Prelink is a program that modifies ELF shared libraries and ELF dynamically linked binaries to significantly reduce the time required by the dynamic linker to perform relocations at startup.

Scan Frequency

  • 1 */5 * * *

Theoretical Basis

  • Prelink functionality may interfere with AIDE operations because it modifies binary files. If a malicious user can compromise common libraries such as libc, prelink also increases system vulnerabilities.

Risk Items

  • Service unavailability

Audit Method

  • Verify that prelink is not installed. Run the following command:
 # rpm -q prelink
package prelink is not installed

Remediation

  • Run the following commands to restore binaries to normal:

# prelink -ua
Verify that prelink is not installed. Run the following command:
yum remove prelink

Impact

  • None

Default Value

  • None

References

  • None

CIS Controls

  • Version 7

    14.9 Enforce detailed logging of access to or changes of sensitive data Enforce detailed audit logging for access to or changes of sensitive data (using tools like file integrity monitoring or security information and event monitoring).

Feedback

Is this page helpful? ×