Description
Schema-Inspector is an open-source tool to sanitize and validate JS objects (npm package schema-inspector). In before version 2.0.0, email address validation is vulnerable to a denial-of-service attack where some input (for example `a@0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.`) will freeze the program or web browser page executing the code. This affects any current schema-inspector users using any version to validate email addresses. Users who do not do email validation, and instead do other types of validation (like string min or max length, etc), are not affected. Users should upgrade to version 2.0.0, which uses a regex expression that isn't vulnerable to ReDoS.
Remediation
References
https://gist.github.com/mattwelke/b7f42424680a57b8161794ad1737cd8f
https://github.com/schema-inspector/schema-inspector/security/advisories/GHSA-f38p-c2gq-4pmr
https://security.netapp.com/advisory/ntap-20210528-0006/
https://www.npmjs.com/package/schema-inspector
Related Vulnerabilities
CVE-2022-31198 Vulnerability in maven package org.webjars.npm:openzeppelin__contracts-upgradeable
CVE-2021-23926 Vulnerability in maven package org.apache.xmlbeans:xmlbeans
CVE-2022-0639 Vulnerability in npm package url-parse
CVE-2020-24164 Vulnerability in maven package com.taoensso:nippy
CVE-2017-1000353 Vulnerability in maven package org.jenkins-ci.main:jenkins-core