---
id: CVE-2026-54746
title: >-
  Hatchet is a platform for orchestrating background tasks, AI agents, and
  durable workflows at scale
summary: >-
  Hatchet is a platform for orchestrating background tasks, AI agents, and
  durable workflows at scale. From 0.40.0 until 0.91.1, the Dispatcher gRPC
  service does not verify that a request's worker ID belongs to the tenant
  identified by the…
severity: medium
cvss: 6.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L'
cwe:
  - CWE-639
  - CWE-862
vendor: hatchet-dev
product: github.com/hatchet-dev/hatchet
affected:
  - 'github.com/hatchet-dev/hatchet >= 0.40.0, < 0.91.2'
patched:
  - github.com/hatchet-dev/hatchet 0.91.2
published: '2026-08-28'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54746'
references:
  - url: >-
      https://github.com/hatchet-dev/hatchet/commit/591a30deb8b80f02eba7014997de387d710986c9
    label: security-advisories@github.com
  - url: 'https://github.com/hatchet-dev/hatchet/releases/tag/v0.91.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/hatchet-dev/hatchet/security/advisories/GHSA-8x7x-83cf-c3pg
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-8x7x-83cf-c3pg'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00368
epssPercentile: 0.27843
aliases:
  - GHSA-8x7x-83cf-c3pg
ecosystem: go
ingestedAt: '2026-08-28T16:22:16.582Z'
---

## Overview

Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. From 0.40.0 until 0.91.1, the Dispatcher gRPC service does not verify that a request's worker ID belongs to the tenant identified by the bearer-token context in Dispatcher/UpsertWorkerLabels and Dispatcher/Unsubscribe. An authenticated owner of any tenant who guesses another tenant's worker UUID can overwrite that worker's affinity labels or disconnect the worker from the dispatcher. This can cause cross-tenant integrity impact and denial of service on multi-tenant Hatchet Cloud or shared self-hosted deployments. Single-tenant deployments are not practically affected because the attacker and target tenant are the same. This issue is fixed in version 0.91.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54746)

Affected packages:

- `github.com/hatchet-dev/hatchet >= 0.40.0, < 0.91.2`

Patched in:

- `github.com/hatchet-dev/hatchet 0.91.2`

Source: https://github.com/advisories/GHSA-8x7x-83cf-c3pg
