Skip to content

fix: upgrade ip-address to 10.3.1 (CVE-2026-69192) - #7932

Open
anupamme wants to merge 1 commit into
coder:mainfrom
anupamme:fix-repo-code-server-cve-2026-69192-ip-address
Open

fix: upgrade ip-address to 10.3.1 (CVE-2026-69192)#7932
anupamme wants to merge 1 commit into
coder:mainfrom
anupamme:fix-repo-code-server-cve-2026-69192-ip-address

Conversation

@anupamme

Copy link
Copy Markdown
Contributor

Summary

Upgrade ip-address from 10.2.0 to 10.3.1 to fix CVE-2026-69192.

Vulnerability

FieldValue
IDCVE-2026-69192
SeverityHIGH
Scannertrivy
RuleCVE-2026-69192
Filepackage-lock.json (dependency: ip-address)
AssessmentPresent in dependency tree, not confirmed reachable

Description: ip-address is a library for parsing and manipulating IPv4 and IPv6 add ...

Evidence

Scanner confirmation: trivy rule CVE-2026-69192 flagged this pattern.

Changes

  • package.json
  • package-lock.json

Behavior Preservation

The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.


Automated security fix by OrbisAI Security

Automated dependency upgrade by OrbisAI Security
@anupamme
anupamme requested a review from a team as a code ownerAugust 4, 2026 21:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@anupamme