The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
1
cwe_id
20
name
Improper Input Validation
description
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
2
cwe_id
77
name
Improper Neutralization of Special Elements used in a Command ('Command Injection')
description
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
3
cwe_id
552
name
Files or Directories Accessible to External Parties
description
The product makes files or directories accessible to unauthorized actors, even though they should not be.
4
cwe_id
1035
name
OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
5
cwe_id
74
name
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
description
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
6
cwe_id
937
name
OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description
Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.