Cyber Posture

CVE-2025-23045

Critical

Published: 28 January 2025

Published
28 January 2025
Modified
16 September 2025
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0090 75.8th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Computer Vision Annotation Tool (CVAT) is an interactive video and image annotation tool for computer vision. An attacker with an account on an affected CVAT instance is able to run arbitrary code in the context of the Nuclio function container. This vulnerability affects CVAT deployments that run any of the serverless functions of type tracker from the CVAT Git repository, namely TransT and SiamMask. Deployments with custom functions of type tracker may also be affected, depending on how they handle state serialization. If a function uses an unsafe serialization library such as pickle or jsonpickle, it's likely to be vulnerable. Upgrade to CVAT 2.26.0 or later. If you are unable to upgrade, shut down any instances of the TransT or SiamMask functions you're running.

Security Summary

CVE-2025-23045 is a deserialization vulnerability (CWE-502) in the Computer Vision Annotation Tool (CVAT), an interactive video and image annotation tool for computer vision tasks. It affects CVAT deployments that run serverless functions of type "tracker" from the CVAT Git repository, specifically TransT and SiamMask. Custom tracker functions may also be vulnerable if they use unsafe serialization libraries such as pickle or jsonpickle. The flaw enables an attacker with an account on an affected CVAT instance to execute arbitrary code within the context of the Nuclio function container. The vulnerability has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-01-28.

An authenticated attacker with a standard account on the CVAT instance can exploit this vulnerability remotely over the network with low complexity. By targeting the affected tracker functions, they can achieve remote code execution in the Nuclio container, potentially leading to high confidentiality, integrity, and availability impacts, such as data exfiltration, modification of annotation data, or container compromise.

Mitigation requires upgrading to CVAT version 2.26.0 or later, as detailed in the GitHub security advisory (GHSA-wq36-mxf8-hv62) and the fixing commit (563e1dfde64b15fa042b23f9d09cd854b35f0366). If upgrading is not feasible, administrators should immediately shut down any running instances of the TransT or SiamMask functions.

Details

CWE(s)
CWE-502

Affected Products

cvat
computer vision annotation tool
1.1.0 — 2.26.0

References