Security Advisory

CVE-2024-8763

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-03-20 10:08:56
Last updated 2025-10-15 12:50:42
Assigner @huntr_ai
CVSS score 7.5
State PUBLISHED

Description

A Regular Expression Denial of Service (ReDoS) vulnerability exists in the lunary-ai/lunary repository, specifically in the compileTextTemplate function. The affected version is git be54057. An attacker can exploit this vulnerability by manipulating the regular expression /{{(.*?)}}/g, causing the server to hang indefinitely and become unresponsive to any requests. This is due to the regular expression's susceptibility to second-degree polynomial time complexity, which can be triggered by a large number of braces in the input.