Statements (13)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Access Control Issues
|
gptkbp:difficulty |
gptkb:High
|
gptkbp:example |
A web application that allows users to access admin functions without proper authentication.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-135
|
gptkbp:impact |
Unauthorized access to sensitive data or functionality.
|
gptkbp:is_described_as |
The software does not properly assign permissions to a critical resource, allowing unauthorized access.
|
gptkbp:is_protected_by |
Implement proper access controls and permission checks.
|
gptkbp:name |
Incorrect Permission Assignment for Critical Resource
|
gptkbp:related_to |
gptkb:CWE-276
CWE-732 |