CVE-2026-92599

HIGH CVSS 4.0: 8.7 EPSS 0.34%
Updated Sep 18, 2026
Hapijs
Parameter Value
CVSS 8.7 (HIGH)
Fixed In 17.13.7
Type CWE-1333 (Inefficient Regular Expression Complexity / ReDoS)
Vendor Hapijs
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Attack Requirements
None
No additional conditions
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v4.0

Vulnerable Products

hapijs:joi