---
id: CVE-2026-93737
title: >-
  Azkaban through 4.0.0 omits project permission checks in the ScheduleServlet
  fetchSchedule action, allowing authenticated users to read any project's
  schedule configuration
summary: >-
  Azkaban through 4.0.0 omits project permission checks in the ScheduleServlet
  fetchSchedule action, allowing authenticated users to read any project's
  schedule configuration. Attackers can supply arbitrary project and flow
  identifiers to …
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-862
vendor: azkaban
product: azkaban
affected:
  - azkaban <= 4.0.0
published: '2026-09-18'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T20:29:59.707'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93737'
references:
  - url: 'https://github.com/azkaban/azkaban'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/azkaban/azkaban/blob/4.0.0/azkaban-web-server/src/main/java/azkaban/webapp/servlet/ScheduleServlet.java#L237-L262
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/azkaban/azkaban/blob/4.0.0/azkaban-web-server/src/main/java/azkaban/webapp/servlet/ScheduleServlet.java#L403-L412
    label: disclosure@vulncheck.com
  - url: 'https://github.com/azkaban/azkaban/issues/3348'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/azkaban/azkaban/releases/tag/4.0.0'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/azkaban-through-4.0.0-authorization-bypass-via-scheduleservlet
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00542
epssPercentile: 0.43067
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-21T16:22:52.277049Z'
ingestedAt: '2026-09-18T16:45:41.401Z'
---

## Overview

Azkaban through 4.0.0 omits project permission checks in the ScheduleServlet fetchSchedule action, allowing authenticated users to read any project's schedule configuration. Attackers can supply arbitrary project and flow identifiers to retrieve sensitive schedule details including execution times, cron expressions, flow parameters, and notification email lists without proper authorization.

## Remediation

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