Vulnerabilities

1 via 2 paths

Dependencies

17

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

medium severity

Uncaught Exception

  • Vulnerable module: joi
  • Introduced through: joi@10.6.0 and xml2json@0.11.2

Detailed paths

  • Introduced through: iab@etf1/IAB joi@10.6.0
    Remediation: Upgrade to joi@17.13.4.
  • Introduced through: iab@etf1/IAB xml2json@0.11.2 joi@13.7.0

Overview

Affected versions of this package are vulnerable to Uncaught Exception through the link validation. An attacker can cause the application to crash or become unresponsive by submitting deeply nested input that triggers an unhandled RangeError exception. This is only exploitable if input validation is performed without proper exception handling (such as missing try/catch blocks).

Remediation

Upgrade joi to version 17.13.4, 18.2.1 or higher.

References