Null byte attacks are alive and well
portswigger.net | blog | #java | #web-security | #input-validation | #null-byte | #asp-net | #file-access
Summary
Null bytes still bypass validation because native code ends strings at the first zero byte while managed code does not: Java's .jpg filename check falls to %00, while ASP.NET rejects embedded nulls.
- Published
- Collected
Skip to content