Looking for the vulnerability index of Invicti's legacy products?
Arbitrary File Deletion - Vulnerability Database

Arbitrary File Deletion

Description

This script is vulnerable to arbitrary file deletion.

This issue allows an attacker to influence calls to the 'unlink()' function and delete arbitrary files. Due to a lack of input validation, an attacker can supply directory traversal sequences followed by an arbitrary file name to delete specific files.

Remediation

Your script should filter metacharacters from user input.

Related Vulnerabilities