STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 10 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

RHEL 10 must protect against or limit the effects of denial-of-service (DoS) attacks by ensuring that rate-limiting measures on impacted network interfaces are implemented.

DISA Rule

SV-281361r1167233_rule

Vulnerability Number

V-281361

Group Title

SRG-OS-000420-GPOS-00186

Rule Version

RHEL-10-800290

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 so that "nftables" is the default "firewallbackend" for "firewalld" by adding or editing the following line in "/etc/firewalld/firewalld.conf":

FirewallBackend=nftables

Establish rate-limiting rules based on organization-defined types of DoS attacks on impacted network interfaces.

Check Contents

Verify RHEL 10 protects against or limits the effects of DoS attacks by ensuring rate-limiting measures on impacted network interfaces are implemented.

Check that "nftables" is configured to allow rate limits on any connection to the system with the following command:

$ sudo grep -i firewallbackend /etc/firewalld/firewalld.conf
# FirewallBackend
FirewallBackend=nftables

If "nftables" is not set to "FirewallBackend", this is a finding.

Vulnerability Number

V-281361

Documentable

False

Rule Version

RHEL-10-800290

Severity Override Guidance

Verify RHEL 10 protects against or limits the effects of DoS attacks by ensuring rate-limiting measures on impacted network interfaces are implemented.

Check that "nftables" is configured to allow rate limits on any connection to the system with the following command:

$ sudo grep -i firewallbackend /etc/firewalld/firewalld.conf
# FirewallBackend
FirewallBackend=nftables

If "nftables" is not set to "FirewallBackend", this is a finding.

Check Content Reference

M

Target Key

5733