Vulnerabilities

1 via 1 paths

Dependencies

12

Source

GitHub

Commit

9a7f2cb2

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.avro:avro@1.12.0

Detailed paths

  • Introduced through: Cantara/MessiFilesystemProvider@Cantara/MessiFilesystemProvider#9a7f2cb22559d3e06f28cc58346c7a1eb1faf9f6 org.apache.avro:avro@1.12.0 org.apache.commons:commons-compress@1.26.2 org.apache.commons:commons-lang3@3.14.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