I need to patch RedHat 8.1 [cve-2019-11135]

Latest response

Hello!
I want to patch Red Hat 8.1 server.
This cve: cve-2019-11135
But I faced a problem, there are no required packages in Satellite. Besides there is no repository for RedHat 8.1, only for Red Hat 8.0

# subscription-manager release --set="8.1"
No releases match '8.1'.  Consult 'release --list' for a full listing.

available Red Hat repos

Example for one package(libvirt) from update.
I have installed the next version

# rpm -qa | grep "^libvirt-4"
libvirt-4.5.0-35.module+el8.1.0+4227+b2722cb3.x86_64

in repo available:

# yum info libvirt
...
Version      : 4.5.0
Release      : 35.module+el8.1.0+4227+b2722cb3
...

But on cve page I see that the next package needed

libvirt-4.5.0-35.2.module+el8.1.0+5256+4b9ab730.x86_64.rpm

Attachments

Responses