Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignored CVE-2019-8341 for jinja2. #433

Merged
merged 2 commits into from
Jun 4, 2024
Merged

Ignored CVE-2019-8341 for jinja2. #433

merged 2 commits into from
Jun 4, 2024

Conversation

yfukai
Copy link
Owner

@yfukai yfukai commented Jun 4, 2024

In Jinja2, 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: The maintainer and multiple third parties believe that this vulnerability isn't valid because users shouldn't use untrusted templates without sandboxing.

We are not using untrusted template and I believe we can safely ignore this.

@yfukai yfukai merged commit f814dd8 into main Jun 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant