This repository was archived by the owner on Mar 31, 2026. It is now read-only.
fix: bump pbkdf2 to >=3.1.3 (CVE-2025-6547, CVE-2025-6545)#18
Open
persimmon16 wants to merge 2 commits into
Open
fix: bump pbkdf2 to >=3.1.3 (CVE-2025-6547, CVE-2025-6545)#18persimmon16 wants to merge 2 commits into
persimmon16 wants to merge 2 commits into
Conversation
Add npm overrides to resolve pbkdf2 from 3.1.2 to >=3.1.3, fixing CVE-2025-6547 and CVE-2025-6545 (both CVSS 9.1). pbkdf2 is a transitive dependency via web3 -> crypto-browserify and ethereum-cryptography. The override ensures all nested resolutions use a patched version.
This comment was marked as resolved.
This comment was marked as resolved.
The CI workflow sets FOUNDRY_PROFILE=ci but foundry.toml only had [profile.default]. Added [profile.ci] to unblock CI pipeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pbkdf2versions prior to 3.1.3pbkdf2@3.1.2was present as a transitive production dependency viaweb3->crypto-browserify/ethereum-cryptographyoverridesentry inpackage.jsonto forcepbkdf2 >= 3.1.3package-lock.json;pbkdf2now resolves to 3.1.5Changes
package.json: Added"overrides": { "pbkdf2": ">=3.1.3" }package-lock.json: Regenerated to reflect the updated resolutionVerification
npm ls pbkdf2confirms no instances of 3.1.2 remainpackage-lock.jsoncontains zero references topbkdf2-3.1.2