RHEL 10 must have the "audispd-plugins" package installed.

STIG ID: RHEL-10-200662  |  SRG: SRG-OS-000342-GPOS-00133 |  Severity: low (CAT III)  |  CCI: CCI-001851 |  Vulnerability Id: V-280995

Vulnerability Discussion

The "audispd-plugins" package provides plugins for the real-time interface to the audit subsystem, "audispd". These plugins can do such things as relay events to remote machines or analyze events for suspicious behavior.

Check

Verify RHEL 10 has the "audispd-plugins" package installed with the following command:

$ sudo dnf list --installed audispd-plugins
Installed Packages
audispd-plugins.x86_64 4.0.3-1.el10 @rhel-10-for-x86_64-baseos-rpms

If the "audispd-plugins" package is not installed, this is a finding.

Fix

Configure RHEL 10 to have the "audispd-plugins" package installed with the following command:

$ sudo dnf -y install audispd-plugins