STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must disable all wireless network adapters.

DISA Rule

SV-260541r958358_rule

Vulnerability Number

V-260541

Group Title

SRG-OS-000481-GPOS-00481

Rule Version

UBTU-22-291015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Disable all wireless network interfaces by using the following command:

$ sudo ifdown <wireless_interface_name>

For each interface listed, find their respective module by using the following command:

$ basename $(readlink -f /sys/class/net/<wireless_interface_name>/device/driver)

where <wireless_interface_name> must be substituted by the actual interface name.

Create and/or append a custom file under "/etc/modprobe.d/" by using the following command:

$ sudo su -c "echo install <module_name> /bin/false >> /etc/modprobe.d/stig.conf"

where <module_name> must be substituted by the actual module name.

For each module from the system, execute the following command to remove it:

$ sudo modprobe -r <module_name>

Check Contents

Verify that there are no wireless interfaces configured on the system by using the following command:

Note: If the system does not have any physical wireless network radios, this requirement is not applicable.

$ cat /proc/net/wireless

If any wireless interface names are listed under "Interface" and have not been documented and approved by the information system security officer (ISSO), this is a finding.

Vulnerability Number

V-260541

Documentable

False

Rule Version

UBTU-22-291015

Severity Override Guidance

Verify that there are no wireless interfaces configured on the system by using the following command:

Note: If the system does not have any physical wireless network radios, this requirement is not applicable.

$ cat /proc/net/wireless

If any wireless interface names are listed under "Interface" and have not been documented and approved by the information system security officer (ISSO), this is a finding.

Check Content Reference

M

Target Key

5594