[Forgot Password]
Login  Register Subscribe

30479

 
 

423868

 
 

248392

 
 

909

 
 

195452

 
 

282

Paid content will be excluded from the download.


Download | Alert*
CCE
view XML

CCE-95705-0

Platform: cpe:/o:ubuntu:ubuntu_linux:18.04, cpe:/o:ubuntu:ubuntu_linux:22.04, cpe:/o:debian:debian_linux:11.x, cpe:/o:ubuntu:ubuntu_linux:20.04, cpe:/o:ubuntu:ubuntu_linux:16.04, cpe:/o:ubuntu:ubuntu_linux:23.04Date: (C)2021-07-19   (M)2023-09-01



A default deny all policy on connections ensures that any unconfigured network usage will be rejected.With a default accept policy the firewall will accept any packet that is not configured to be denied. It is easier to white list acceptable usage than to black list unacceptable usage. FIX: Make sure iptables-persistent installed. If you are using iptables, # iptables -P INPUT DROP # iptables -P OUTPUT DROP # iptables -P FORWARD DROP or If you are using ufw, # ufw default deny incoming # ufw default deny outgoing # ufw default deny routed # iptables-save > /etc/iptables/rules.v4 # ip6tables-save > /etc/iptables/rules.v6 Revert: If you are using iptables, #iptables -P INPUT ACCEPT #iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT or If you are using ufw, # ufw default allow incoming # ufw default allow outgoing # ufw default allow routed # iptables-save > /etc/iptables/rules.v4 # ip6tables-save > /etc/iptables/rules.v6 Note: 1. If INPUT or OUTPUT DROP is set, Saner agent and all other remote services and servers will not be able to contact your machine.


Parameter:

[Yes/No]


Technical Mechanism:

Run the following command: # iptables -P INPUT DROP # iptables -P OUTPUT DROP # iptables -P FORWARD DROP

CCSS Severity:CCSS Metrics:
CCSS Score : 9.9Attack Vector: NETWORK
Exploit Score: 3.1Attack Complexity: LOW
Impact Score: 6.0Privileges Required: LOW
Severity: CRITICALUser Interaction: NONE
Vector: AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:HScope: CHANGED
 Confidentiality: HIGH
 Integrity: LOW
 Availability: HIGH
  

References:
Resource IdReference
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:85282
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:73989
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:73987
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:73985
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:92234
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:87421


OVAL    6
oval:org.secpod.oval:def:73985
oval:org.secpod.oval:def:73989
oval:org.secpod.oval:def:87421
oval:org.secpod.oval:def:85282
...
XCCDF    9
xccdf_org.secpod_benchmark_general_Ubuntu_16_04
xccdf_org.secpod_benchmark_general_Ubuntu_18_04
xccdf_org.secpod_benchmark_NIST_800_53_r5_Debain_11
xccdf_org.secpod_benchmark_NIST_800_53_r5_Debian_11
...

© SecPod Technologies