Skip to content

Jinja2 vulnerability CVE-2024-34064 for 3.1.3 and lower #39710

Closed Answered by Taragolis
pavandebbadi asked this question in General
Discussion options

You must be logged in to vote

Apache Airflow internally do not use xmlattr filter so this CVE do not affect Airflow itself, unless some one use directly filter in places where it could provide vulnerability.

There is no upper bound limit for jinja2 dependency, e.g. there is no limit to upgrade a Jinja

"jinja2>=3.0.0",

There is also no known limits from other dependencies

root@989fbc6d536f:/opt/airflow# pipdeptree --package jinja2 -r
Jinja2==3.1.4
├── apache-airflow==2.10.0.dev0 [requires: Jinja2>=3.0.0]
├── diagrams==0.23.4 [requires: Jinja2>=2.10,<4.0]
├── Flask==2.2.5 [requires: Jinja2>=3.0]
│   ├── apache-airflow==2.10.0.dev0 [requires: Flask>=2.2,<2.3]
│…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pavandebbadi
Comment options

@Taragolis
Comment options

@pavandebbadi
Comment options

Answer selected by pavandebbadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants