CVE-2024-8763

NONE EPSS 50.7%
Published Mar 20, 20251y ago · Modified Jun 17, 20261w ago
Find Similar
Published Mar 20, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

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.

Threat Intelligence

EPSS Exploit Probability
50.7% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-1333

Affected Products 1

VendorProductVersionRange
lunarylunary* <1.4.23

References 2

  • github.com https://github.com/lunary-ai/lunary/commit/7ff89b0304d191534b924cf063f3648206d497fa
    Patch
  • huntr.com https://huntr.com/bounties/4fb63a6e-0056-4550-a34d-e161de1c13b8
    ExploitThird Party Advisory

Remediation

  • github.com https://github.com/lunary-ai/lunary/commit/7ff89b0304d191534b924cf063f3648206d497fa
    Patch