Relevant sources: - https://cap.cloud.sap/docs/guides/security/aspects#secure-authorization - https://cap.cloud.sap/docs/guides/authorization#restrict-annotation - [CWE-862: Missing Authorization](https://cwe.mitre.org/data/definitions/862.html) - The product does not perform an authorization check when an actor attempts to access a resource or perform an action. - [CWE-425: Direct Request](https://cwe.mitre.org/data/definitions/425.html): The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files. - [CWE-842: Placement of User into Incorrect Group](https://cwe.mitre.org/data/definitions/842.html) - Subclass: [CWE-286: Incorrect User Management](https://cwe.mitre.org/data/definitions/286.html) - [CWE-266: Incorrect Privilege Assignment](https://cwe.mitre.org/data/definitions/266.html) - A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
Relevant sources:
https://cap.cloud.sap/docs/guides/security/aspects#secure-authorization
https://cap.cloud.sap/docs/guides/authorization#restrict-annotation
CWE-862: Missing Authorization
CWE-842: Placement of User into Incorrect Group
CWE-266: Incorrect Privilege Assignment