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:
The command rpm -q –changelog rpm displays a detailed list of information.