Vulnerabilities

3 via 8 paths

Dependencies

14

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

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

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: org.apache.commons:commons-lang3@3.14.0, org.apache.commons:commons-compress@1.26.2 and others

Detailed paths

  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.commons:commons-lang3@3.14.0
    Remediation: Upgrade to org.apache.commons:commons-lang3@3.18.0.
  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.commons:commons-compress@1.26.2 org.apache.commons:commons-lang3@3.14.0
    Remediation: Upgrade to org.apache.commons:commons-compress@1.28.0.
  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5 org.apache.commons:commons-compress@1.26.2 org.apache.commons:commons-lang3@3.14.0
    Remediation: Upgrade to org.apache.poi:poi-ooxml@5.5.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

medium severity

Improper Input Validation

  • Vulnerable module: org.apache.poi:poi-ooxml
  • Introduced through: org.apache.poi:poi-ooxml@5.2.5

Detailed paths

  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5
    Remediation: Upgrade to org.apache.poi:poi-ooxml@5.4.0.

Overview

org.apache.poi:poi-ooxml is a Java API To Access Microsoft Format Files.

Affected versions of this package are vulnerable to Improper Input Validation due to the parsing process of OOXML format files. An attacker can manipulate the file content by adding zip entries with duplicate names, leading to inconsistent data being read by different products depending on which duplicate entry is selected.

Remediation

Upgrade org.apache.poi:poi-ooxml to version 5.4.0 or higher.

References

medium severity
new

Improper Encoding or Escaping of Output

  • Vulnerable module: org.apache.logging.log4j:log4j-api
  • Introduced through: org.apache.poi:poi-ooxml@5.2.5

Detailed paths

  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5 org.apache.logging.log4j:log4j-api@2.21.1
  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5 org.apache.poi:poi@5.2.5 org.apache.logging.log4j:log4j-api@2.21.1
  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5 org.apache.xmlbeans:xmlbeans@5.2.0 org.apache.logging.log4j:log4j-api@2.21.1
  • Introduced through: firegloves/mempoi@firegloves/mempoi org.apache.poi:poi-ooxml@5.2.5 org.apache.poi:poi-ooxml-lite@5.2.5 org.apache.xmlbeans:xmlbeans@5.2.0 org.apache.logging.log4j:log4j-api@2.21.1

Overview

Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output in the MapMessage.asJson() method, which emits the bare NaN, Infinity, or -Infinity tokens instead of an RFC 8259-compliant representation. An attacker can emit malformed JSON that corrupts the enclosing log record or disrupts downstream log ingestion and parsing by supplying non-finite floating-point values that the application records in a logged MapMessage. Exploitation requires the application to use the message resolver of JsonTemplateLayout, or another layout relying on MapMessage.asJson(), and to log a MapMessage holding attacker-controlled floating-point values.

Note: This is a bypass of the fix for the vulnerability described in CVE-2026-34481.

Remediation

A fix was pushed into the master branch but not yet published.

References