[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-95525-2

Platform: cpe:/o:amazon:linux:2, cpe:/o:centos:centos:7, cpe:/o:oracle:linux:7, cpe:/o:oracle:linux:8, cpe:/o:redhat:enterprise_linux:7, cpe:/o:redhat:enterprise_linux:8, cpe:/o:redhat:enterprise_linux:9Date: (C)2021-09-28   (M)2023-07-04



Configure the loopback interface to accept traffic. Configure all other interfaces to deny traffic to the loopback network (::1).Loopback traffic is generated between processes on machine and is typically critical to operation of the system. The loopback interface is the only place that loopback network (::1) traffic should be seen, all other interfaces should ignore traffic on this network as an anti-spoofing measure. FIX: While using iptables, #yum remove -y firewalld #yum install -y iptables iptables-services #systemctl enable ip6tables # ip6tables -A INPUT -i lo -j ACCEPT # ip6tables -A OUTPUT -o lo -j ACCEPT # ip6tables -A INPUT -s ::1 -j DROP #service ip6tables save Note: In the presence of firewalld package, iptables rules cannot be set as permanent. But removing firewalld package will lead to the removal of all rules currently configured in the machine. So patch is not provided for the rule.


Parameter:

[Yes/No]


Technical Mechanism:

Run the following command: # iptables -A INPUT -i lo -j ACCEPT # iptables -A OUTPUT -o lo -j ACCEPT # ip6tables -A INPUT -s ::1 -j DROP

CCSS Severity:CCSS Metrics:
CCSS Score : 6.6Attack Vector: LOCAL
Exploit Score: 1.8Attack Complexity: LOW
Impact Score: 4.7Privileges Required: LOW
Severity: MEDIUMUser Interaction: NONE
Vector: AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:HScope: UNCHANGED
 Confidentiality: LOW
 Integrity: LOW
 Availability: HIGH
  

References:
Resource IdReference
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74439
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74450
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74437
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74438
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:84295
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74449
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74448
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74447
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74446
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74441
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74445
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74440
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74444
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74443
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:74442


OVAL    15
oval:org.secpod.oval:def:84295
oval:org.secpod.oval:def:74448
oval:org.secpod.oval:def:74449
oval:org.secpod.oval:def:74446
...
XCCDF    8
xccdf_org.secpod_benchmark_general_Amazon_Linux_AMI
xccdf_org.secpod_benchmark_general_CENTOS_7
xccdf_org.secpod_benchmark_general_RHEL_8
xccdf_org.secpod_benchmark_general_OEL_8
...

© SecPod Technologies