Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Logs Accessible by All Registries #4058

Open
prernaadev01 opened this issue Aug 20, 2024 · 0 comments
Open

System Logs Accessible by All Registries #4058

prernaadev01 opened this issue Aug 20, 2024 · 0 comments
Labels
Priority P3 Low Priority

Comments

@prernaadev01
Copy link
Collaborator

Impact

If sensitive information is included within the logs, any registry user would be able to see it.

Description

The logger service allowed registry users to view all system logs regardless of their specific registry, leading to potential exposure of sensitive information and system details. The absence of role-based access control for logs means that any registry user can gain insights into system operations, potentially aiding in further attacks.
The screenshot below shows two different registry users seeing the same logs.

image.png

Recommendation

It is recommended to separate the system functionality from the registry functionality specifically for log management. Additionally, it would be appropriate to restrict access to system logs to a different admin role, who would only review the system logs.
For registry logs, it is recommended to ensure that one registry can only view its logs, without seeing the logs of other registry users.

Location

• /admin/logs

@prernaadev01 prernaadev01 added the Priority P3 Low Priority label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority P3 Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant