Skip to content

fix(cve): CVE-2025-13465 - lodash - #269

Open
coleenquadros wants to merge 2 commits into
release-2.14from
fix/cve-2025-13465-lodash-release-2.14-attempt-1
Open

fix(cve): CVE-2025-13465 - lodash#269
coleenquadros wants to merge 2 commits into
release-2.14from
fix/cve-2025-13465-lodash-release-2.14-attempt-1

Conversation

@coleenquadros

Copy link
Copy Markdown

Summary

Fixes CVE-2025-13465 by adding an npm override for lodash to force v4.17.23+.

CVE Details

  • CVE ID: CVE-2025-13465
  • Package: lodash (transitive dependency in Web UI)
  • Severity: Moderate
  • Impact: Prototype pollution in _.unset and _.omit functions
  • Vulnerable versions: 4.0.0 - 4.17.22
  • Fixed version: 4.17.23

Changes

  • Added overrides.lodash: "^4.17.23" to web/ui/package.json
  • Updated package-lock.json to resolve lodash 4.17.23+

Risk Assessment

Low — lodash patch version bump via npm overrides

Resolves: ACM-29057

🤖 Generated by CVE Fixer Workflow

- Add npm override for lodash to force version ^4.17.23
- Fixes prototype pollution in _.unset and _.omit functions
- Affects transitive dependency in Web UI

Resolves: ACM-29057

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci

openshift-ci Bot commented Apr 20, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coleenquadros

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

- Regenerate compressed .gz assets after lodash override
- Update embed.go with new asset manifest
- Ensures built artifacts match the dependency update

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci

openshift-ci Bot commented Apr 20, 2026

Copy link
Copy Markdown

@coleenquadros: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/common-test e388b4d link true /test common-test

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant