Vulnerabilities

1 via 1 paths

Dependencies

41

Source

GitHub

Commit

00c595fe

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: @string-bean/drayton-wiser-client@0.6.0

Detailed paths

  • Introduced through: @string-bean/homebridge-drayton-wiser@stringbean/homebridge-drayton-wiser#00c595fe97d9139c3656924ff3c2df6f7b8ddb94 @string-bean/drayton-wiser-client@0.6.0 bonjour@3.5.0 multicast-dns@6.2.3 dns-packet@1.3.4 ip@1.1.9

Overview

ip is a Node library.

Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) via the isPublic function, which identifies some private IP addresses as public addresses due to improper parsing of the input. An attacker can manipulate a system that uses isLoopback(), isPrivate() and isPublic functions to guard outgoing network requests to treat certain IP addresses as globally routable by supplying specially crafted IP addresses.

Note

This vulnerability derived from an incomplete fix for CVE-2023-42282

Remediation

There is no fixed version for ip.

References