# gitlab community edition

## Interesting Paths

```
# version of Gitlab Community Edition
IP/help

# login page
IP/users/sign_in

# config file
/opt/gitlab/embedded/service/gitlab-rails/config/secrets.yml
```

## Exploits

```
CE v11.4.7
https://www.exploit-db.com/exploits/49334

CE v12.9.0 and below
https://github.com/thewhiteh4t/cve-2020-10977
https://www.exploit-db.com/exploits/48431 (!)

CE v12.8.1
https://github.com/thewhiteh4t/cve-2020-10977
https://hackerone.com/reports/827052

RCE for old gitlab version <= 11.4.7 & 12.4.0-12.8.1
LFI for old gitlab versions 10.4 - 12.8.1
# make changes to code
https://github.com/dotPY-hax/gitlab_RCE
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kashz.gitbook.io/kashz-jewels/services/gitlab-community-edition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
