7.5
CVE-2026-30837
- EPSS 0.49%
- Veröffentlicht 10.03.2026 20:12:14
- Zuletzt bearbeitet 20.03.2026 15:23:08
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Elysia has a string URL format redos
Elysia is a Typescript framework for request validation, type inference, OpenAPI documentation and client-server communication. Prior to 1.4.26 , t.String({ format: 'url' }) is vulnerable to ReDoS. Repeating a partial url format (protocol and hostname) multiple times cause regex to slow down significantly. This vulnerability is fixed in 1.4.26.| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.49% | 0.384 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-1333 Inefficient Regular Expression Complexity
The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.
https://github.com/elysiajs/elysia/security/advisories/GHSA-f45g-68q3-5w8x
https://github.com/EdamAme-x/elysia-poc-redos