A security analyst is reviewing audit findings for a Linux-based public web server operating within an enterprise DMZ. The audit report highlights that the web server daemon process currently runs under the root superuser account, exposing the entire host operating system to complete takeover if an application-level remote code execution vulnerability is exploited. Which of the following mitigation strategies represents the MOST effective host hardening control to resolve this security risk?
- Reconfigure the web daemon to execute under a dedicated, non-privileged service account with minimal filesystem access.Cevap
- BDeploy an inline network intrusion prevention system (NIPS) to inspect and block incoming HTTP exploit payloads.
- CImplement continuous network microsegmentation to isolate traffic between the DMZ web server and internal databases.
- DConfigure a high-interaction honeypot within the DMZ to redirect and filter malicious remote commands.
Cevap
Reconfiguring the web daemon process to run under a dedicated, low-privilege service account with restricted system rights enforces least privilege and mitigates full host compromise.
Reconfiguring the application service to execute under a dedicated, low-privilege service account directly resolves the risk by enforcing the principle of least privilege. If an application flaw is subsequently exploited, the attacker's execution context is restricted to the limited privileges of that service account, preventing full operating system compromise.
Adım Adım Çözüm
Anahtar Kavram
Principle of Least Privilege and Process Hardening