Lucene search

K
nodejsAnonymousNODEJS:1656
HistoryMar 19, 2021 - 8:19 p.m.

Regular Expression Denial of Service

2021-03-1920:19:12
Anonymous
www.npmjs.com
41
schema-inspector
email validation
denial-of-service
upgrade
version 2.0.0
cve-2021-21267

EPSS

0.007

Percentile

79.9%

Overview

There is a regular expression denial-of-service in schema-inspector.

Impact

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.

Patches

Users should upgrade to version 2.0.0, which uses a regex expression that isn’t vulnerable to ReDoS. The new regex expression is more limited in what it can check, so it is more flexible than the one used before. Therefore, this was a new major version instead of a new patch version to warn people upgrading that they should make sure the email validation still works for their use case.

Workarounds

If a user chooses to not upgrade, the only known workaround would be to stop using the email validation feature in the library. The user could, for example, accept the email address into their system but save it in a “not yet validated” state in their system until a verification email is sent to it (to determine whether the email is valid and belongs to the form submitter). Note that this is the preferred way of validating email addresses anyways.

Recommendation

Upgrade to version 2.0.0 or later

References

EPSS

0.007

Percentile

79.9%