Identify the command that would allow you to see whether this CVE has been applied.

You found a message on a public discussion forum mentioning a Vulnerability (for example,
CVE- 2006-5794), which could affect some versions of OpenSSH in Linux distribution.
Identify the command that would allow you to see whether this CVE has been applied.

You found a message on a public discussion forum mentioning a Vulnerability (for example,
CVE- 2006-5794), which could affect some versions of OpenSSH in Linux distribution.
Identify the command that would allow you to see whether this CVE has been applied.

A.
yum sec -list cves

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

C.
yum listcvew openssh

D.
rpm -qa | grep openssh | grep 5794

Explanation:



Leave a Reply 1

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


hoge

hoge

The command rpm -q –changelog rpm displays a detailed list of information.