Information
Security vulnerabilities and functional improvements are regularly addressed through software updates and patches.
Unpatched software can expose systems to known vulnerabilities that may be exploited by attackers. It is recommended that operating system updates be performed on enterprise assets through automated patch management on a monthly, or more frequent, basis.
Solution
Use your package manager to update all packages on the system according to site policy.
The following command will install all available updates:
# dnf update
Once the update process is complete, verify if reboot is required to load changes.
dnf needs-restarting -r