---
cve: "CVE-2026-92599"
severity: "HIGH"
cvss: 8.7
epss: "0.3%"
vendor: "hapijs"
kev: false
exploited: false
published: "2026-09-16 22:18:30"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-20T18:21:06+02:00"
---

# CVE-2026-92599

> 8.7 HIGH · 🧪 PoC

## Beschreibung

joi (npm package `joi`, hapi.js) versions >=17.2.0 <17.13.7 and >=18.0.0 <18.2.6 are vulnerable to regular expression denial of service in the `Joi.string().isoDate()` validation rule. One of the regular expressions the rule applies to the input is unanchored, so a valid ISO date followed by a long run of fractional-second digits causes the regex engine to restart its search from every position in the string, yielding time proportional to the square of the input length (about 1.4 s for 64 KB of digits and about 22 s for 256 KB). A remote attacker who can supply a string to an isoDate validation can stall the application with a single request. Fixed in 17.13.7 and 18.2.6; as a workaround, cap the length of the string before it reaches joi.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- ed9d7cdd11ef5f7751fd46886f38dc605c9c3995 (Commit)
- a4361e7a6c09fa37b5a7d2422c55ec852e821e72 (Commit)

## Referenzen

- <https://github.com/hapijs/joi/security/advisories/GHSA-6h2x-m376-mqjq>
- <https://www.vulncheck.com/advisories/joi-before-17.13.7-and-18.2.6-redos-via-isodate>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-92599) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
