Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents


Two critical vulnerabilities have been reported:

...

If the version returned by this command is less than 0.115112-1326.el8el7_59.1.x86_64, a package update is required. 

...

Code Block
languagebash
$ docker ps # get the list of running containers
$ docker stop <running_containers> # or use "docker-compose down"
$ sudo yum clean all & yum -y update polkit
$ sudo reboot

In case containers are NOT running on your system just update the policykit package: 

Code Block
languagebash
$ sudo yum clean all & yum -y update polkit



References

CVE-2022-0185

[R1] https://access.redhat.com/security/cve/CVE-2022-0185 

...

[R3] https://www.openwall.com/lists/oss-security/2022/01/18/7 

CVE-2021-4034

[R4] https://access.redhat.com/security/cve/CVE-2021-4034 

...