Description

This script is possibly 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.

References

Related Vulnerabilities