OCPBUGS-74461: CVE-2025-13465 openshift4/ose-monitoring-plugin-rhel9: prototype pollution in _.unset and _.omit functions [openshift-4.18] - #1141
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… prototype pollution in _.unset and _.omit functions [openshift-4.18]
07b430a to
06f8b86
Compare
|
/jira refresh |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is invalid:
Comment DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (juzhao@redhat.com), skipping review request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/pipeline required |
|
Scheduling required tests: |
|
/lgtm |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: germanparente, tonyxrmdavidson The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@tonyxrmdavidson: This pull request references Jira Issue OCPBUGS-74461, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (juzhao@redhat.com), skipping review request. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@tonyxrmdavidson: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
2e53496
into
openshift:release-4.18
|
@tonyxrmdavidson: Jira Issue OCPBUGS-74461: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-74461 has been moved to the MODIFIED state. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
OCPBUGS-74461: lodash bump: fix for CVE-2025-13465
Bump lodash and lodash-es to >=4.17.23 to fix prototype pollution
vulnerability in _.unset and _.omit (CVE-2025-13465, CVSS 6.9).
CVE-2025-13465 allows crafted paths like
__proto__.toStringtodelete methods from global prototypes via lodash's
_.unsetand_.omitfunctions, leading to application crashes (DoS) orsecurity bypasses. Affected versions: 4.0.0 through 4.17.22.
Changes:
Context:
yarn-to-npm migrations (March 2026) which resolved lodash to
post-fix versions
Feb 2026) that incidentally pulled in 4.17.23
yarn-to-npm migration occurred in September 2024, before lodash
4.17.23 was published, and no subsequent npm install refreshed
the transitive resolution