CVE-2024-8998

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-8998
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-8998.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-8998
Published
2025-03-20T10:15:45.707Z
Modified
2025-11-19T17:34:10.398639Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

A Regular Expression Denial of Service (ReDoS) vulnerability exists in lunary-ai/lunary version git f07a845. The server uses the regex /{.*?}/ to match user-controlled strings. In the default JavaScript regex engine, this regex can take polynomial time to match certain crafted user inputs. As a result, an attacker can cause the server to hang for an arbitrary amount of time by submitting a specially crafted payload. This issue is fixed in version 1.4.26.

References

Affected packages

Git / github.com/lunary-ai/lunary

Affected ranges

Type
GIT
Repo
https://github.com/lunary-ai/lunary
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed