Verify that the application will not accept large files that could fill up storage or cause a denial of service.
Level 1 required: True
Level 2 required: True
Level 3 required: True
CWE: 400
Verify that the application checks compressed files (e.g. zip, gz, docx, odt) against maximum allowed uncompressed size and against maximum number of files before uncompressing the file.
Level 1 required: False
Level 2 required: True
Level 3 required: True
CWE: 409
Verify that a file size quota and maximum number of files per user is enforced to ensure that a single user cannot fill up the storage with too many files, or excessively large files.
Level 1 required: False
Level 2 required: True
Level 3 required: True
CWE: 770
Credit via OWASP ASVS. For more information visit The OWASP ASVS Project or Github respository.. OWASP ASVS is under the Creative Commons Attribution-Share Alike v3.0 license.
Loading comments 0%