AIX must remove all software components after updated versions have been installed.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-215336 | SRG-OS-000437-GPOS-00194 | AIX7-00-003028 | SV-215336r958936_rule | 2024-08-16 | 3 |
Description |
---|
Previous versions of software components that are not removed from the information system after updates have been installed may be exploited by adversaries. Some information technology products may remove older versions of software automatically from the information system. |
ℹ️ Check |
---|
Run the following command to check any installed components that are in APPLY state: # lslpp -cl | grep :APPLIED: If the command returns any entries, this is a finding. |
✔️ Fix |
---|
Run the following command to commit any applied components: # installp -c all |