Vulnerabilities

1 via 1 paths

Dependencies

394

Source

GitHub

Commit

9c9a5359

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 1
  • 2
Severity
  • 2
  • 1
Status
  • 3
  • 0
  • 0

high severity
new

AGPL-3.0 license

  • Module: @pm2/agent
  • Introduced through: pm2@5.4.3

Detailed paths

  • Introduced through: magicmirror@MichMich/MagicMirror#9c9a5359dd80eb92332849ac54279e374fabb3ef pm2@5.4.3 @pm2/agent@2.0.4

AGPL-3.0 license

high severity
new

AGPL-3.0 license

  • Module: pm2
  • Introduced through: pm2@5.4.3

Detailed paths

  • Introduced through: magicmirror@MichMich/MagicMirror#9c9a5359dd80eb92332849ac54279e374fabb3ef pm2@5.4.3

AGPL-3.0 license

medium severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: express-ipfilter@1.3.2

Detailed paths

  • Introduced through: magicmirror@MichMich/MagicMirror#9c9a5359dd80eb92332849ac54279e374fabb3ef express-ipfilter@1.3.2 ip@2.0.1

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