CVE-2024-32152:
Ankitects Anki LaTeX Blocklist Bypass vulnerability
3.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
7/22/2024
Updated
8/5/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
anki | pip | < 24.6 | 24.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from the regex-based command blocklist in _save_latex_image, which was bypassable via hex encoding. The patch removed this security check entirely and replaced it with a configurable toggle, confirming this was the vulnerable component. The CWE-184 classification and commit diff showing removal of security restrictions directly implicate this function.