CyberRota Analysis
AI-GeneratedThe vulnerability affects the CVAT open-source tool, specifically versions 2.68.0 to 2.70.0, where the audio-task annotation guide renderer fails to sanitize user-controlled Markdown input, allowing attackers to inject malicious JavaScript. This can lead to unauthorized actions being executed on behalf of other users when they access the compromised guide. Organizations using CVAT for video and image annotation should prioritize upgrading to version 2.70.0 to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
CVAT is an open source interactive video and image annotation tool for computer vision. From 2.68.0 until 2.70.0, the audio-task annotation guide renderer in cvat-ui/src/audio/components/annotation-page/audio-workspace/top-bar/audio-right-group.tsx passes attacker-controlled guide Markdown to MDEditor without the rehype-sanitize plugin. A user who can create or edit an annotation guide can store malicious JavaScript that executes when another user opens the guide. The script can issue arbitrary CVAT requests with the victim user's privileges. This issue is fixed in version 2.70.0.