CVE-2026-92599
Last modified
CVE-2026-92599 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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).
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| hapijs | joi | >= 17.2.0, < 17.13.7 |
| hapijs | joi | >= 18.0.0, < 18.2.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92599?
How severe is CVE-2026-92599?
How do I fix CVE-2026-92599?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92593Craft CMS versions 5.10.0 through 5.10.12 contain an incompl…8.8
- CVE-2026-92594Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrect…7.5
- CVE-2026-92595Nodemailer (npm package `nodemailer`) versions 9.1.0 and ear…5.9
- CVE-2026-92596Nodemailer before 9.1.0 contains a quadratic time complexity…7.5
- CVE-2026-92597Nodemailer versions >= 6.9.16 and < 9.1.0 mis-parse RFC 5322…6.5
- CVE-2026-92598Nodemailer before 9.1.0 fails to apply UTS-46 normalization …6.5
- CVE-2026-9260Use of hard-coded cryptographic keys in Canon EOS Network Se…9.8
- CVE-2026-92600Guns through 8.3.5 contains an information disclosure vulner…6.5
- CVE-2026-92601Guns through 8.3.5 contains an improper access control vulne…6.5
- CVE-2026-92602TDuck survey form through version 5.3 fails to validate webh…7.1
- CVE-2026-92603ContiNew Admin through 4.1.0 contains an authorization bypas…6.5
- CVE-2026-92604Scirius through 3.8.0 contains an arbitrary file write vulne…8.1
Are you affected by CVE-2026-92599?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
