Cyber Posture

CVE-2025-23045

CriticalRCE

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

Summary

CVE-2025-23045 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Cvat Computer Vision Annotation Tool. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 24.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires timely remediation of the deserialization flaw by upgrading to CVAT 2.26.0 or later to prevent arbitrary code execution.

prevent

Mandates restricting or prohibiting vulnerable serverless tracker functions like TransT and SiamMask to eliminate the attack surface as an interim mitigation.

prevent

Requires validation of serialized state inputs prior to deserialization to mitigate exploitation of unsafe libraries like pickle or jsonpickle.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

Deserialization flaw in CVAT web app enables authenticated remote code execution in Nuclio container, directly mapping to exploitation of public-facing application (T1190) and Python command/script execution (T1059.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD 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.…

more

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.

Deeper analysisAI

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)

Affected Products

cvat
computer vision annotation tool
1.1.0 — 2.26.0

CVEs Like This One

CVE-2026-23526Same product: Cvat Computer Vision Annotation Tool
CVE-2025-62373Shared CWE-502
CVE-2025-27780Shared CWE-502
CVE-2024-9701Shared CWE-502
CVE-2026-24186Shared CWE-502
CVE-2025-24016Shared CWE-502
CVE-2026-26210Shared CWE-502
CVE-2025-2000Shared CWE-502
CVE-2025-27781Shared CWE-502
CVE-2025-50460Shared CWE-502

References