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.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in CVAT’s automatic annotation endpoint, where a user with write access to a specific job can send a batch annotation request that pairs a task ID with a different job ID. Because the task ID controls a single active request slot, misaligned IDs let the attacker block automatic annotation for a target task, causing a denial of service for that task’s annotation workflow. This is a logic error that permits manipulation of request routing (CWE‑1288).

Affected Systems

The vulnerability affects CVAT version 2.17.0 through 2.72.0, provided by cvat‑ai as an open‑source tool for video and image annotation. Any installation running one of these releases is potentially impacted until the patch in the next release is applied.

Risk and Exploitability

The CVSS score is 5.3, indicating moderate severity, while the EPSS score is below 1 %, showing very low exploitation probability. The flaw is not listed in CISA KEV, suggesting no publicly known exploits. Exploitation requires authenticated access and knowledge of a valid task ID that is currently handling an automatic annotation request, limiting the attack surface. Nevertheless, an internal actor or compromised user with job‑write privileges could interrupt the annotation process for a particular task, leading to operational disruption.

Generated by OpenCVE AI on August 12, 2026 at 20:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update CVAT to version 2.72.0 or later to apply the fix for the logic error.
  • Restrict write permissions on CVAT jobs to only those users who actually need annotation capabilities so the attack surface is minimized.
  • Disable the automatic annotation feature or monitor logs for suspicious batch annotation requests to detect and mitigate potential abuse.

Generated by OpenCVE AI on August 12, 2026 at 20:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
First Time appeared Cvat-ai
Cvat-ai cvat
Vendors & Products Cvat-ai
Cvat-ai cvat

Tue, 11 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title CVAT: Denial of service with regards to automatic annotation
Weaknesses CWE-1288
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T22:13:25.986Z

Reserved: 2026-08-11T14:41:20.122Z

Link: CVE-2026-73219

cve-icon Vulnrichment

Updated: 2026-08-12T22:07:45.779Z

cve-icon NVD

Status : Received

Published: 2026-08-11T18:18:27.447

Modified: 2026-08-12T23:17:23.547

Link: CVE-2026-73219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T21:00:04Z

Weaknesses
  • CWE-1288

    Improper Validation of Consistency within Input