Skip to content

[agent] chore(deps): bump ip-address to >=10.1.1 (GHSA-v2v4-37r5-5v8g / CVE-2026-42338)#741

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
fix/ip-address-xss-ghsa-v2v4-37r5-5v8g-e977bc4545016988
Draft

[agent] chore(deps): bump ip-address to >=10.1.1 (GHSA-v2v4-37r5-5v8g / CVE-2026-42338)#741
github-actions[bot] wants to merge 1 commit intomainfrom
fix/ip-address-xss-ghsa-v2v4-37r5-5v8g-e977bc4545016988

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 7, 2026

Summary

Resolves Dependabot alert #257GHSA-v2v4-37r5-5v8g / CVE-2026-42338: XSS in ip-address Address6 HTML-emitting methods (group(), link(), spanAll(), AddressError.parseMessage).

Patched version: ip-address@10.1.1+

Changes

1. Root package.json — added overrides

"overrides": {
  "ip-address": "^10.1.1"
}

Why an override? Two transitive consumers existed:

  • socks@2.8.3 (required by socks-proxy-agent) — requires ip-address@^9.0.5; no newer socks-proxy-agent release bumps this range
  • @mongodb-js/socksv5@0.0.10 — requires ip-address@^9.0.5; only one published version exists, so a direct manifest bump in devtools-proxy-support cannot clear the advisory

The override forces all packages, including the stuck @mongodb-js/socksv5, onto ip-address@10.2.0 (the latest patched release).

2. packages/devtools-connect/package.json

Bumped socks from ^2.7.3^2.8.8 so the workspace-local copy uses the release that officially declares ip-address@^10.1.1 as its dependency.

Result

package-lock.json now contains a single ip-address entry at 10.2.0 — no nested vulnerable copies remain.

Generated by Dependabot remediation agent · ● 1M ·

- Add root overrides.ip-address: ^10.1.1 to force all transitive
  consumers (@mongodb-js/socksv5@0.0.10, socks@2.8.3) onto the
  patched release; @mongodb-js/socksv5 has no newer release that
  clears the advisory, so the override is the only viable lockfile fix
- Bump packages/devtools-connect socks range from ^2.7.3 to ^2.8.8
  so the workspace-local copy also uses the version that officially
  ships ip-address@^10.1.1

Fixes GHSA-v2v4-37r5-5v8g / CVE-2026-42338 (Dependabot alert #257)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

0 participants