Skip to content

Sensitive Data: Gitlab Default Login

Identifier: gitlab_weak_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

GitLab instances configured with default login credentials are vulnerable to unauthorized access, potentially allowing attackers to gain control over the GitLab instance.

How we test: We test for default GitLab login credentials by attempting to authenticate using common default username and password combinations and analyzing responses to detect if default credentials are still in use.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  gitlab_weak_login:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.