Vulnerabilities

2 via 2 paths

Dependencies

82

Source

GitHub

Commit

3855811a

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 1
Status
  • 2
  • 0
  • 0

high severity

Asymmetric Resource Consumption (Amplification)

  • Vulnerable module: body-parser
  • Introduced through: body-parser@1.20.2

Detailed paths

  • Introduced through: iobroker.volumio@a-i-ks/ioBroker.volumio#3855811aa8aace81dcf86fae5e5e6e314e6f7ceb body-parser@1.20.2
    Remediation: Upgrade to body-parser@1.20.3.

Overview

Affected versions of this package are vulnerable to Asymmetric Resource Consumption (Amplification) via the extendedparser and urlencoded functions when the URL encoding process is enabled. An attacker can flood the server with a large number of specially crafted requests.

Remediation

Upgrade body-parser to version 1.20.3 or higher.

References

medium severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: ip
  • Introduced through: ip@2.0.1

Detailed paths

  • Introduced through: iobroker.volumio@a-i-ks/ioBroker.volumio#3855811aa8aace81dcf86fae5e5e6e314e6f7ceb 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