Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI – How to install/update specific CVE and ELSA in Oracle Linux using yum commands

APPLIES TO:

Oracle Cloud Infrastructure

Linux OS 

SYMPTOMS

How to install/update specific CVE & ELSA number in Linux using yum command

Solution

Follow the below commands to update the OS, CVE & ELSA

1)To update the whole operating system, run command:

$ yum update

2) To install a security update using a CVE, run command:

$ yum update --cve <CVE>     

Example:

$ yum update --cve CVE-2018-36653

3) To apply only one specific advisory, run command:

$ yum update --advisory <ELSA ID>    

Example:

$ yum update --advisory ELSA-2023-13019

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!