{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "9.32"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "305864f0c77456ad0f2c1e616266c8a06749c951"
            },
            {
              "fixed": "d80afc7834cb3da5d8d6441b4c5f44627e219050"
            }
          ],
          "repo": "https://github.com/wekan/wekan",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-cv95-8h7c-2ffq"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-269",
      "CWE-862"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53444.json"
  },
  "details": "Wekan is open source kanban built with Meteor. Prior to 9.32, Wekan OIDC-related Meteor methods in packages/wekan-oidc/oidc_server.js, server/models/org.js, and server/models/team.js are globally callable without the admin authorization checks used by their non-OIDC counterparts. Authenticated users can call setCreateOrgFromOidc, setOrgAllFieldsFromOidc, setCreateTeamFromOidc, setTeamAllFieldsFromOidc, boardRoutineOnLogin, or groupRoutineOnLogin to create or modify organizations and teams, and groupRoutineOnLogin can grant global admin privileges when PROPAGATE_OIDC_DATA is enabled. This issue is fixed in version 9.32.",
  "id": "CVE-2026-53444",
  "modified": "2026-07-19T03:31:00.269260124Z",
  "published": "2026-07-15T21:11:38.711Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/wekan/wekan/releases/tag/v9.32"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53444.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/wekan/wekan/security/advisories/GHSA-cv95-8h7c-2ffq"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53444"
    },
    {
      "type": "FIX",
      "url": "https://github.com/wekan/wekan/commit/305864f0c77456ad0f2c1e616266c8a06749c951"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Wekan: Missing authorization on OIDC Meteor methods allows privilege escalation to admin"
}