-
Bug
-
Resolution: Done
-
Major
-
11.0.15.Final, 12.1.12.Final, 14.0.11.Final, 13.0.17.Final, 15.0.0.Final
-
None
The REST endpoint to retrieve cache configurations doesn't check for ADMIN permissions:
GET /rest/v2/caches/{cacheName}?action=config GET /rest/v2/caches
The cache configuration may contain information about filesystem paths and allowed security roles which should not be viewable by non-administrators.
The first method should return a 403 in case the user doesn't have appropriate permissions.
The second method should omit the full cache configuration from the response (it returns other, non-security sensitive information).
The methods require authentication, but once authenticated, any user can invoke them successfully.
- causes
-
ISPN-15198 Console cache detail is broken for non admins
- Resolved
- is caused by
-
ISPN-11525 Cache and Cache Manager REST endpoint does not handle correctly security
- Closed