UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Ubuntu 22.04 LTS must have an application firewall installed in order to control remote access methods.


Overview

Finding ID Version Rule ID IA Controls Severity
V-260514 UBTU-22-251010 SV-260514r958672_rule Medium
Description
Remote access services, such as those providing remote access to network devices and information systems, which lack automated control capabilities, increase risk and make remote user access management difficult at best. Remote access is access to DOD nonpublic information systems by an authorized user (or an information system) communicating through an external, nonorganization-controlled network. Remote access methods include, for example, dial-up, broadband, and wireless. Ubuntu 22.04 LTS functionality (e.g., RDP) must be capable of taking enforcement action if the audit reveals unauthorized activity. Automated control of remote access sessions allows organizations to ensure ongoing compliance with remote access policies by enforcing connection rules of remote access applications on a variety of information system components (e.g., servers, workstations, notebook computers, smartphones, and tablets).
STIG Date
Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide 2024-05-30

Details

Check Text ( C-64243r953353_chk )
Verify that the Uncomplicated Firewall is installed by using the following command:

$ dpkg -l | grep ufw
ii ufw 0.36.1-4ubuntu0.1 all program for managing a Netfilter firewall

If the "ufw" package is not installed, ask the system administrator if another application firewall is installed.

If no application firewall is installed, this is a finding.
Fix Text (F-64151r953354_fix)
Install the Uncomplicated Firewall by using the following command:

$ sudo apt-get install ufw