What command would help ensure that a patch has been applied to close this vulnerability on an Oracle Linux 6 system running OpenSSH server?

Finding a directive issued by your organization listing several important CVEs (Common
Vulnerability and Exposures), you find one for Linux OpenSSH (CVE-2006-5764), which
might apply to your oracle Linux systems. What command would help ensure that a patch
has been applied to close this vulnerability on an Oracle Linux 6 system running OpenSSH
server?

Finding a directive issued by your organization listing several important CVEs (Common
Vulnerability and Exposures), you find one for Linux OpenSSH (CVE-2006-5764), which
might apply to your oracle Linux systems. What command would help ensure that a patch
has been applied to close this vulnerability on an Oracle Linux 6 system running OpenSSH
server?

A.
rpm –qa | grep openssh | grep 5794

B.
rpm –q – – changelog openssh | grep 5794

C.
yum sec – list cves | grep 5794

D.
yum sec – list cvesApplied

E.
yum listcves openssh



Leave a Reply 2

Your email address will not be published. Required fields are marked *


hoge

hoge

Explanation:
The command rpm -q –changelog rpm displays a detailed list of information (updates, configuration, modifications, etc.) about a specific package. This example shows information about the package rpm. However, only the last five change entries in the RPM database are listed. All entries (dating back the last two years) are included in the package itself.
This query only works if CD 1 is mounted at /media/cdrom: rpm -qp –changelog /media/cdrom/suse/i586/rpm-3*.rpm
*Is the patch RPM suitable for my system?
To check this, first query the installed version of the package. For pine, this can be done with rpm -q pine pine-4.44-188