Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 6, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
lodash (source) 4.17.19 -> 4.17.21 age confidence

GitHub Vulnerability Alerts

CVE-2021-23337

lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.

CVE-2019-10744

Versions of lodash before 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep allows a malicious user to modify the prototype of Object via {constructor: {prototype: {...}}} causing the addition or modification of an existing property that will exist on all objects.

Recommendation

Update to version 4.17.12 or later.

CVE-2020-8203

Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The functions pick, set, setWith, update, updateWith, and zipObjectDeep allow a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires manipulating objects based on user-provided property values or arrays.

This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.

CVE-2020-28500

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):

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);

Release Notes

lodash/lodash (lodash)

v4.17.21

Compare Source

v4.17.20

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 2 times, most recently from 569d88a to eb43e50 Compare January 30, 2025 14:24
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from eb43e50 to 4fb88c0 Compare February 9, 2025 14:47
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 4fb88c0 to 75a63c2 Compare March 3, 2025 15:24
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch 3 times, most recently from 6a68d29 to a5f4cc9 Compare March 17, 2025 18:55
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from a5f4cc9 to c0ccb90 Compare April 1, 2025 11:12
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from c0ccb90 to aa48f48 Compare April 8, 2025 14:02
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from aa48f48 to dda63bf Compare April 24, 2025 08:53
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from dda63bf to 15f791b Compare May 19, 2025 20:42
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 15f791b to 40a425d Compare May 28, 2025 13:02
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 40a425d to c5923d6 Compare June 5, 2025 22:52
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from c5923d6 to 8b42294 Compare June 22, 2025 15:34
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 8b42294 to 556dc0d Compare July 2, 2025 16:15
@renovate renovate bot force-pushed the renovate/npm-lodash-vulnerability branch from 556dc0d to 46d4b88 Compare August 10, 2025 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants