Debian Package Tracker
Register | Log in
Subscribe

node-ip-address

library for parsing IPv4 and IPv6 IP addresses in node and the browser

Choose email to subscribe with

general
  • source: node-ip-address (main)
  • version: 10.4.0-1
  • maintainer: Debian Javascript Maintainers (archive) (DMD)
  • uploaders: Yadd [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 6.4.0-1
  • oldstable: 8.1.0-2
  • stable: 8.1.0-2
  • testing: 10.4.0-1
  • unstable: 10.4.0-1
versioned links
  • 6.4.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 8.1.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 10.4.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • node-ip-address
action needed
A new upstream version is available: 10.5.0 high
A new upstream version 10.5.0 is available, you should consider packaging it.
Created: 2026-08-11 Last update: 2026-08-13 09:33
2 security issues in trixie high

There are 2 open security issues in trixie.

1 important issue:
  • CVE-2026-69192: ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. This issue is fixed in version 10.3.1.
1 issue left for the package maintainer to handle:
  • CVE-2026-42338: (needs triaging) ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error's parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.

You can find information about how to handle this issue in the security team's documentation.

Created: 2026-05-15 Last update: 2026-08-11 12:18
2 security issues in bullseye high

There are 2 open security issues in bullseye.

1 important issue:
  • CVE-2026-69192: ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. This issue is fixed in version 10.3.1.
1 issue postponed or untriaged:
  • CVE-2026-42338: (postponed; to be fixed through a stable update) ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error's parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.
Created: 2026-08-04 Last update: 2026-08-11 12:18
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2026-69192: ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1. An application that builds a network trust-boundary decision on these checks, for example a filter intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(), and correctForm() are all computed from the mis-decoded octets. This issue is fixed in version 10.3.1.
1 issue postponed or untriaged:
  • CVE-2026-42338: (needs triaging) ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to 10.1.1, Address6.group() and Address6.link() do not HTML-escape attacker-controlled content before embedding it in the HTML strings they return, and AddressError.parseMessage (emitted by the Address6 constructor for invalid input) can contain unescaped attacker-controlled content in one branch. An application that (1) passes untrusted input to Address6 and (2) renders the output of these methods, or the thrown error's parseMessage, as HTML (e.g. via innerHTML) is vulnerable to cross-site scripting. This vulnerability is fixed in 10.1.1.
Created: 2026-08-04 Last update: 2026-08-11 12:18
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-08-07 Last update: 2026-08-07 23:30
news
[rss feed]
  • [2026-08-12] node-ip-address 10.4.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-08-07] Accepted node-ip-address 10.4.0-1 (source) into unstable (Xavier Guimard)
  • [2026-08-02] node-ip-address 10.3.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-07-30] Accepted node-ip-address 10.3.1-1 (source) into unstable (Xavier Guimard)
  • [2026-06-26] node-ip-address 10.2.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-06-20] Accepted node-ip-address 10.2.0-2 (source) into unstable (Xavier Guimard)
  • [2026-05-16] Accepted node-ip-address 10.2.0-1 (source) into experimental (Xavier Guimard)
  • [2025-10-12] node-ip-address 8.1.0-3 MIGRATED to testing (Debian testing watch)
  • [2025-10-10] Accepted node-ip-address 8.1.0-3 (source) into unstable (Santiago Vila)
  • [2021-11-21] node-ip-address 8.1.0-2 MIGRATED to testing (Debian testing watch)
  • [2021-11-17] Accepted node-ip-address 8.1.0-2 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2021-11-16] Accepted node-ip-address 8.1.0-1 (source) into unstable (Yadd) (signed by: Xavier Guimard)
  • [2020-09-19] node-ip-address 6.4.0-1 MIGRATED to testing (Debian testing watch)
  • [2020-09-17] Accepted node-ip-address 6.4.0-1 (source) into unstable (Andrius Merkys)
  • [2020-04-12] node-ip-address 6.3.0-2 MIGRATED to testing (Debian testing watch)
  • [2020-04-10] Accepted node-ip-address 6.3.0-2 (source) into unstable (Andrius Merkys)
  • [2020-04-09] Accepted node-ip-address 6.3.0-1 (source all) into unstable, unstable (Debian FTP Masters) (signed by: Andrius Merkys)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 10.4.0-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing