Skip to content

System Logs Accessible by All Registries #4058

Closed
@prernaadev01

Description

@prernaadev01

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions