How do I find out if an oracle patch covers a CVE from the CLI?
Hello, in Linux you can use rpm -q --changelog "application name" and view the changes made to that particular application. So if you are patching for the NTP issue and NTP has been patched on your system but the version hasn't changed you can view rpm -q --changelog ntp | grep "2014-###" the CVE number and see that it has been patched.
I have patched my Solaris servers and openssl went from 1.0.1.10 to 1.0.1.11 but is still showing 1.0.1K.
How can I tell if the openssl CVE 2014-3569 has been applied?
ej