SiteShadow
Back to vulnerability library

CWE-434 Unrestricted File Upload

What this means

SiteShadow flagged a file upload flow where the system accepts files without strong validation and isolation. Attackers can upload unexpected file types, oversized files, or content designed to be executed or served back to users.

Why it matters

Attackers can upload executable content or malware.

Safer examples

1) Use strict allowlists (type + content)

2) Store uploads safely

3) Enforce size limits and scanning

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage