MetaCredo.Check.Security.UnrestrictedFileUpload (MetaCredo v0.1.0)

View Source

Detects unrestricted file upload vulnerabilities (CWE-434).

Identifies code patterns where file uploads are processed without proper validation of file type, size, or content, potentially allowing attackers to upload executable files or web shells.

Category: Security / Priority: higher