CAPEC Definitions / CAPEC-563
CAPEC-563: Add Malicious File to Shared Webroot
An adversaries may add malicious content to a website through the open file share and then browse to that content with a web browser to cause the server to execute the content. The malicious content will typically run under the context and permissions of the web server process, often resulting in local system or administrative privileges depending on how the web server is configured.
Extended Description
No Extended Description.
Mitigations
Ensure proper permissions on directories that are accessible through a web server. Disallow remote access to the web root. Disable execution on directories within the web root. Ensure that permissions of the web server process are only what is required by not using built-in accounts and instead create specific accounts to limit unnecessary access or permissions overlap across multiple systems.
Relationships with other CAPECs
CAPEC-17: Using Malicious Files
Prerequisites
No prerequisites found.
Related Weaknesses
CWE-284: Improper Access Control
