VYPR

Maven package

com.hubspot.jinjava/jinjava

pkg:maven/com.hubspot.jinjava/jinjava

Vulnerabilities (4)

  • CVE-2026-25526Feb 4, 2026
    affected >= 2.8.0, < 2.8.3fixed 2.8.3

    JinJava is a Java-based template engine based on django template syntax, adapted to render jinja templates. Prior to versions 2.7.6 and 2.8.3, JinJava is vulnerable to arbitrary Java execution via bypass through ForTag. This allows arbitrary Java class instantiation and file acce

  • CVE-2025-59340Sep 17, 2025
    affected >= 2.8.0, < 2.8.1fixed 2.8.1

    jinjava is a Java-based template engine based on django template syntax, adapted to render jinja templates. Priori to 2.8.1, by using mapper.getTypeFactory().constructFromCanonical(), it is possible to instruct the underlying ObjectMapper to deserialize attacker-controlled input

  • CVE-2020-12668Feb 19, 2021
    affected < 2.5.4fixed 2.5.4

    Jinjava before 2.5.4 allow access to arbitrary classes by calling Java methods on objects passed into a Jinjava context. This could allow for abuse of the application class loader, including Arbitrary File Disclosure.

  • CVE-2018-18893Jan 3, 2019
    affected < 2.4.6fixed 2.4.6

    Jinjava before 2.4.6 does not block the getClass method, related to com/hubspot/jinjava/el/ext/JinjavaBeanELResolver.java.