UCF STIG Viewer Logo

Lighttpd must disable IP forwarding.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89325 VRAU-LI-000515 SV-99975r1_rule Medium
Description
IP forwarding permits Lighttpd to forward packets from one network interface to another. The ability to forward packets between two networks is only appropriate for systems acting as routers. Lighttpd is not implemented as a router. With the url.redirect configuration parameter, Lighttpd can be configured to forward IPv4 packets. This configuration parameter is prohibited, unless Lighttpd is redirecting packets to localhost, 127.0.0.1.
STIG Date
VMware vRealize Automation 7.x Lighttpd Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-89017r1_chk )
At the command prompt, execute the following command:

grep -E 'url\.redirect' /opt/vmware/etc/lighttpd/lighttpd.conf | grep -v '^#'

If any values are returned, this is a finding.
Fix Text (F-96067r1_fix)
Navigate to /opt/vmware/etc/lighttpd/lighttpd.conf

In the "lighttpd.conf" file, delete all lines that are returned containing url.redirect returned.