CVE-2026-3514 PUBLISHED

Authentication Bypass in prefecthq/prefect

Assigner: @huntr_ai
Reserved: 04.03.2026 Published: 02.06.2026 Updated: 02.06.2026

In version 3.6.19 of prefecthq/prefect, an authentication bypass vulnerability exists due to the improper handling of URL path exemptions for health check probes. Specifically, the authentication middleware exempts any URL path ending with 'health' or 'ready' from authentication checks. This allows an attacker to create resources with names ending in 'health' or 'ready' and access them without authentication. Affected endpoints include those for variables, flows, work pools, work queues, and deployments. This vulnerability can lead to unauthorized access to sensitive information, such as API keys and database credentials, stored in Prefect Variables.

Metrics

CVSS Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor prefecthq
Product prefecthq/prefect
Versions
  • affected from unspecified to 3.6.22 (excl.)

References

Problem Types

  • CWE-863 Incorrect Authorization CWE