4. Insecure Direct Object References
All access to data objects is mediated by the repository and therefore restricted by role-based access control.
5. Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) is mitigated by automatically injecting a cryptographic token into all forms and AJAX requests and verifying this token on the server for every POST.
In addition, AEM ships with a referrer-header based filter, which can be configured to only allow POST requests from specific hosts (defined in a list).
6. Security Misconfiguration
It is impossible to guarantee that all software is always correctly configured. However, Adobe strives to provide as much guidance as possible and make configuration as simple as possible. Furthermore, AEM ships with integrated Security Healthchecks that help you monitor security configuration at a glance.
Review the Security Checklist for more information which provides you with step-by-step hardening instructions.
7. Insecure Cryptographic Storage
Passwords are stored as cryptographic hashes in the user node. By default, such nodes are only readable by the administrator and the user themself.
Sensitive data such as third-party credentials are stored in encrypted form using a FIPS 140-2 certified cryptographic library.
8. Failure to Restrict URL Access
The repository allows the setting of finely grained privileges (as specified by JCR) for any given user or group at any given path, through access control entries. Access restrictions are enforced by the repository.
9. Insufficient Transport Layer Protection
Mitigated by server configuration (for example, use HTTPS only).
10. Unvalidated Redirects and Forwards
Mitigated by restricting all redirects to user-supplied destinations to internal locations.