SiteShadow
Back to vulnerability library
Detected byCWE-aware static analysisPro

CWE-434 Unrestricted File Upload

Coverage: 1 rule in the SiteShadow rule registry targets this CWE (registry v2.0.0). Other-pattern 1 Also: Taint and heuristic analyzers may also detect related flows (see coverage for the authoritative list) Registry tagging shows intent, for sample-level behaviour and benchmarked gaps see known gaps.

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

Catch this with SiteShadow Pro.

This vulnerability class is detected by SiteShadow's Pro-tier engines, two-pass interprocedural taint analysis, heuristic flow checks, AI-context scanning, and cross-file detection. The free tier catches OWASP Top 10 single-file patterns; Pro adds the data-flow depth that finds this class of bug.