STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Canonical Ubuntu 18.04 LTS Security Technical Implementation Guide

V-219337

CAT II (Medium)

The Ubuntu operating system must enable and run the uncomplicated firewall(ufw).

Rule ID

SV-219337r958672_rule

STIG

Canonical Ubuntu 18.04 LTS Security Technical Implementation Guide

Version

V2R15

CCIs

CCI-000366CCI-002314

Discussion

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, non-organization-controlled network. Remote access methods include, for example, dial-up, broadband, and wireless. Ubuntu operating system 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). Satisfies: SRG-OS-000480-GPOS-00232

Check Content

Verify the Uncomplicated Firewall is enabled on the system by running the following command:

# systemctl is-enabled ufw

If the above command returns the status as "disabled", this is a finding.

Verify the Uncomplicated Firewall is active on the system by running the following command:

# sudo systemctl is-active ufw

If the above command returns 'inactive' or any kind of error, this is a finding.

If the Uncomplicated Firewall 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

Enable the Uncomplicated Firewall by using the following command:

# sudo systemctl enable ufw.service 

If the Uncomplicated Firewall is not currently running on the system, start it with the following command:

# sudo systemctl start ufw.service