ExamRange

In this simulation, you will assume the role of a system administrator executing critical patch management procedures. You will analyze system states, review vulnerability output, and identify the precise commands necessary to secure Debian-based Linux infrastructure against known exploits.

CND (312-38) Network Defense Simulation

Network Scenario

You are maintaining the security posture of several critical Ubuntu Linux servers residing in an enterprise DMZ. A recent weekly vulnerability scan has flagged high-severity CVEs related to the OpenSSH daemon and the Linux kernel.

  • Environment: Debian/Ubuntu based infrastructure.
  • Vulnerability Report: 15 critical security updates pending, including kernel patches requiring new dependency structures.
  • Patch Strategy: Manual verification and patching to ensure zero disruption to production web services.
  • Objective: Safely upgrade packages and resolve complex dependency changes required by new software versions.

SYSTEM STATUS: PENDING UPDATES

sysadmin@dmz-web-01:~$ sudo apt-get update

Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease

Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease

Fetched 211 kB in 1s (205 kB/s)

Reading package lists... Done


42 packages can be upgraded. Run 'apt list --upgradable' to see them.

15 updates are security updates.

sysadmin@dmz-web-01:~$ _

Traffic & Logs

Output of the vulnerability verification before patching:

sysadmin@dmz-web-01:~$ apt list --upgradable
Listing... Done
linux-generic/focal-updates 5.4.0.150.148 amd64 [upgradable from: 5.4.0.148.146]
linux-headers-generic/focal-updates 5.4.0.150.148 amd64 [upgradable from: 5.4.0.148.146]
linux-image-generic/focal-updates 5.4.0.150.148 amd64 [upgradable from: 5.4.0.148.146]
openssh-server/focal-updates,focal-security 1:8.2p1-4ubuntu0.5 amd64 [upgradable from: 1:8.2p1-4ubuntu0.4]
openssl/focal-updates,focal-security 1.1.1f-1ubuntu2.17 amd64 [upgradable from: 1.1.1f-1ubuntu2.16]

Defender Note: Standard upgrades might hold back kernel packages if they require installing new dependency packages. A more comprehensive upgrade command is required.

Question

Richard has been working as a Linux system administrator at an MNC. He wants to maintain a productive and secure environment by improving the performance of the systems through Linux patch management. Richard is using Ubuntu and wants to patch the Linux systems manually. Which among the following command installs updates (new ones) for Debian-based Linux OSes?