A simple file upload bypass causing XSS attack

6 months ago 38
BOOK THIS SPACE FOR AD
ARTICLE AD

Xiaodong

Just now

--

Hello hackers,

Today I will continue to share about XSS vulnerabilities caused by file uploads. It’s not difficult at all; once you see it, you’ll understand. Let’s get started.

Content-Disposition: form-data; name=”file”; filename=”120.png”

—>

Content-Disposition: form-data; name=”file”; filename=”120.html.png”

Read Entire Article