How to search and install a specific CVE patch on SLES

Linux

In SLES you can search & install specific CVE patches using the commands below.

List the patch for a specific CVE#:
  # zypper lp --cve=CVE#
Get information about the patch:
  # zypper info -t patch PatchName
Install the patch using the CVE#:
  # zypper patch --cve=CVE#