VDB
PYSEC-2021-66
PYSEC-2021-66
PUBLISHED
This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| PyPI | jinja2 | 2.10.3, 0, 2.0rc1 |
Timeline
- Feb 1, 2021 CVE Published
- Nov 8, 2023 CVE Updated
References
- https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20 url
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994 advisory
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/ url
- https://github.com/advisories/GHSA-g3rq-g295-4j3m advisory
- https://github.com/pallets/jinja/pull/1343 fix