VYPR

Jinjava

by HubSpot

Source repositories

CVEs (4)

  • CVE-2026-25526CriFeb 4, 2026
    risk 0.57cvss 9.8epss 0.01

    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…

  • CVE-2025-59340CriSep 17, 2025
    risk 0.57cvss 9.8epss 0.02

    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-12668MedFeb 19, 2021
    risk 0.00cvss 6.5epss 0.02

    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-18893MedJan 3, 2019
    risk 0.00cvss 5.3epss 0.02

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