CVE-2026-73219
Received
Received - Intake
Arbitrary Task Blocking in CVAT via Inconsistent Job IDs
Vulnerability report for CVE-2026-73219, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-11
Last updated on: 2026-08-11
Assigner: GitHub, Inc.
Description
Description
CVAT is an open source interactive video and image annotation tool for computer vision. From 2.17.0 until 2.72.0, a user with write access to a CVAT job can submit a batch automatic annotation request to RequestViewSet.create with inconsistent task and job IDs, and because the task ID determines the single active request slot, block automatic annotation for another task whose ID is known. This issue is fixed in version 2.72.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opencv | cvat | From 2.17.0 (inc) to 2.72.0 (inc) |
| opencv | cvat | 2.72.0 |
| cvat_ai | cvat | From 2.17.0 (inc) to 2.71.0 (inc) |
| cvat_ai | cvat | 2.72.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1288 | The product receives a complex input with multiple elements or fields that must be consistent with each other, but it does not validate or incorrectly validates that the input is actually consistent. |