Skip to main content

CVAT EUVDEUVD-2026-40361

| CVE-2026-58373 MEDIUM
Missing Authorization (CWE-862)
2026-06-30 VulnCheck GHSA-7fxw-w85g-2jg3
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
4.3 MEDIUM

Network-reachable API requires authenticated session (PR:L); only report existence disclosed, no content or integrity impact (C:L, I:N, A:N); no scope change.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Jun 30, 2026 - 17:24 vuln.today
CVSS changed
Jun 30, 2026 - 17:22 NVD
4.3 (MEDIUM) 5.3 (MEDIUM)

DescriptionCVE.org

CVAT before 2.69.0 contains an improper authorization vulnerability in QualityReportViewSet.get_queryset that allows authenticated attackers to enumerate quality report identifiers belonging to other organizations by exploiting a missing check_object_permissions call on the parent_id query parameter of the quality reports API endpoint. Attackers can send requests with sequential integer parent_id values and distinguish between existing and non-existing reports via HTTP 500 versus HTTP 404 response differences, disclosing cross-organization report existence without returning report content.

AnalysisAI

Cross-organization report enumeration in CVAT before 2.69.0 exposes the existence of quality reports belonging to other organizations to any authenticated user. The vulnerability stems from a missing authorization gate in QualityReportViewSet.get_queryset, where the parent_id query parameter is processed without invoking check_object_permissions, allowing cross-tenant enumeration via differential HTTP response analysis. No public exploit or CISA KEV listing exists, but the attack is trivially automatable by any authenticated user in a multi-organization CVAT deployment.

Technical ContextAI

CVAT (cpe:2.3:a:cvat-ai:cvat:*:*:*:*:*:*:*:*) is an open-source computer vision annotation platform developed by cvat-ai. The quality reports subsystem exposes a REST API endpoint that accepts a parent_id query parameter to filter reports. CWE-862 (Missing Authorization) applies: Django REST Framework viewsets are expected to call check_object_permissions on resource lookups, but QualityReportViewSet.get_queryset omits this call for the parent_id filter path. As a result, the ORM query executes against any provided parent_id - including those belonging to other organizations - and the differing error responses (HTTP 500 for an existing-but-forbidden report, HTTP 404 for a non-existent one) function as a side-channel oracle. The root cause is an incomplete authorization implementation rather than a broken one: object-level permissions exist but are not uniformly enforced across all query entry points.

RemediationAI

Upgrade CVAT to version 2.69.0, which contains the fix introduced via commit 27953f19d2265f8b495369f816730a7452db791b (PR #10807, https://github.com/cvat-ai/cvat/pull/10807). The patch adds the missing check_object_permissions call for the parent_id query parameter path. If immediate upgrade is not feasible, operators running multi-organization deployments should consider restricting API access to the quality reports endpoint at the network or reverse-proxy layer - for example, blocking or rate-limiting requests to /api/quality/reports with a parent_id parameter from users outside a designated administrator role - though this carries a trade-off of degraded legitimate functionality. Complete remediation requires the code-level fix in 2.69.0; network controls alone do not close the authorization gap.

More in Cvat

View all
CVE-2022-31188 CRITICAL POC
9.8 Aug 01

CVAT is an opensource interactive video and image annotation tool for computer vision. Rated critical severity (CVSS 9.8

CVE-2026-23526 HIGH
8.8 Jan 21

CVAT is an open source interactive video and image annotation tool for computer vision. [CVSS 8.8 HIGH]

CVE-2026-65986 HIGH
8.5 Aug 04

Stored XSS in CVAT annotation guide asset handling (versions 2.5.0-2.66.0) allows an authenticated attacker to upload a

CVE-2026-44369 HIGH
8.5 May 13

Stored cross-site scripting in CVAT (Computer Vision Annotation Tool) versions 2.5.0 through 2.63.0 allows an authentica

CVE-2026-73220 HIGH
8.5 Aug 20

Stored cross-site scripting in CVAT versions 2.68.0 through 2.69.x allows an authenticated user with annotation guide ed

CVE-2024-37164 HIGH
8.5 Jun 13

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. Rated high

CVE-2026-47682 HIGH
7.1 Aug 04

Path traversal in CVAT versions 1.6.0 through 2.64.0 enables an authenticated, low-privileged attacker with write access

CVE-2024-37306 HIGH
7.1 Jun 13

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. Rated high

CVE-2025-49135 MEDIUM
6.5 Jun 25

CVAT is an open source interactive video and image annotation tool for computer vision. Versions 2.2.0 through 2.39.0 ha

CVE-2024-45393 MEDIUM
6.4 Sep 10

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. Rated medi

CVE-2024-47064 MEDIUM
6.3 Sep 30

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. Rated medi

CVE-2024-47063 MEDIUM
6.2 Sep 30

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. Rated medi

Share

EUVD-2026-40361 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy