Vulnerabilities

1 via 1 paths

Dependencies

1

Source

GitHub

Commit

0494f7c1

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.commons:commons-lang3@3.11

Detailed paths

  • Introduced through: IncPlusPlus/bigtoolbox-os@IncPlusPlus/bigtoolbox-os#0494f7c179713f7a0f4601cc13f8bb765e1227ab org.apache.commons:commons-lang3@3.11
    Remediation: Upgrade to org.apache.commons:commons-lang3@3.18.0.

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References