Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Pebbletemplates Subscribe
Filtered by product Pebble Templates
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-37767 1 Pebbletemplates 1 Pebble Templates 2023-02-02 N/A 9.8 CRITICAL
** DISPUTED ** Pebble Templates 3.1.5 allows attackers to bypass a protection mechanism and implement arbitrary code execution with springbok. NOTE: the vendor disputes this because input to the Pebble templating engine is intended to include arbitrary Java code, and thus either the input should not arrive from an untrusted source, or else the application using the engine should apply restrictions to the input. The engine is not responsible for validating the input.
CVE-2019-19899 1 Pebbletemplates 1 Pebble Templates 2021-07-21 7.5 HIGH 9.8 CRITICAL
Pebble Templates 3.1.2 allows attackers to bypass a protection mechanism (intended to block access to instances of java.lang.Class) because getClass is accessible via the public static java.lang.Class java.lang.Class.forName(java.lang.Module,java.lang.String) signature.