chore: upgrade ip-address to ^10.4.0 to address CVE-2026-54272, CVE-2026-69192, CVE-2026-69198 - #1540
Merged
Merged
Conversation
…026-69192, CVE-2026-69198 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes SOU-1814
Fixes SOU-1816
Fixes SOU-1817
Refreshes the
ip-addresslockfile entry from10.2.0to10.4.0, which addresses:Address4decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass. Patched in10.3.1.10.2.1.10.2.2.ip-addressis a transitive dependency (express-rate-limit@8.5.1via^10.2.0,socks@2.8.9via^10.1.1). Both existing ranges already admitted a patched version, so this is a lockfile refresh (yarn up -R ip-address) with nopackage.jsonchange and noresolutionsoverride.Verification
yarn why ip-addressreports10.4.0for every requester; no10.2.0remains in the graph.yarn build:depssucceeds.yarn testpasses (1760 tests acrossqueryLanguage,shared,backend,web).🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only transitive dependency bump with no application code changes; reduces security risk in IP parsing used by rate limiting and SOCKS proxy paths.
Overview
Refreshes the transitive
ip-addressdependency from 10.2.0 to 10.4.0 viayarn.lockonly—nopackage.jsonorresolutionschanges.CHANGELOG.mdrecords the upgrade under Unreleased → Fixed.This addresses SSRF and trust-boundary bypass issues in IP parsing/classification (including leading-zero octets, IPv4-mapped IPv6 misclassification, and CIDR suffix handling).
ip-addressis pulled in byexpress-rate-limitandsocks; existing semver ranges already allowed a patched release.Reviewed by Cursor Bugbot for commit 0fefbdd. Bugbot is set up for automated code reviews on this repo. Configure here.