From the course: Programming Foundations: Web Security
Unlock the full course today
Join today to access over 24,100 courses taught by industry experts.
File upload abuse
From the course: Programming Foundations: Web Security
File upload abuse
- File upload abuse is when an attacker abuses the public file upload features of a website. It's common for web applications to allow users to upload files. These are a few common examples when web application might encourage users to send in images, video, or other files. There are many ways that file upload features can be abused. The most common types of abuse are uploading files which are too numerous, too large or too frequent. Too many files or files which are too large can use up all of a server's storage space. Files sent too frequently can slow down server processing or monopolize server connections, potentially even leading to a denial of service. Another potential abuse is users uploading the wrong content type. For example, the application expects an image but the user uploads a movie instead. Malware represents the most serious form of file upload abuse. Malware gets its name from malicious software.…
Contents
-
-
-
-
-
-
(Locked)
Types of credential attacks4m 55s
-
(Locked)
Strong passwords4m 1s
-
(Locked)
URL manipulation and Insecure Direct Object Reference (IDOR)4m 43s
-
(Locked)
SQL injection6m 16s
-
(Locked)
Cross-Site Scripting (XSS)6m 15s
-
(Locked)
Cross-Site Request Forgery (CSRF)4m 21s
-
(Locked)
Cross-Site Request protections3m 38s
-
(Locked)
Cookie visibility and theft4m 37s
-
(Locked)
Session hijacking5m 8s
-
(Locked)
Session fixation3m 18s
-
(Locked)
Remote system execution2m 8s
-
(Locked)
File upload abuse2m 59s
-
(Locked)
Denial of service4m 55s
-
(Locked)
-