VYPR

rpm package

suse/python-Jinja2&distro=SUSE Manager Server 3.2

pkg:rpm/suse/python-Jinja2&distro=SUSE%20Manager%20Server%203.2

Vulnerabilities (3)

  • CVE-2016-10745Apr 8, 2019
    affected < 2.8-22.8.1fixed 2.8-22.8.1

    In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.

  • CVE-2019-10906Apr 6, 2019
    affected < 2.8-22.8.1fixed 2.8-22.8.1

    In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.

  • CVE-2019-8341Feb 15, 2019
    affected < 2.8-22.8.1fixed 2.8-22.8.1

    An issue was discovered in Jinja2 2.10. The from_string function is prone to Server Side Template Injection (SSTI) where it takes the "source" parameter as a template object, renders it, and then returns it. The attacker can exploit it with {{INJECTION COMMANDS}} in a URI. NOTE: