Files
CVEs-PoC/2020/CVE-2020-6817.md
T
2024-06-18 02:51:15 +02:00

1009 B

CVE-2020-6817

Description

bleach.clean behavior parsing style attributes could result in a regular expression denial of service (ReDoS). Calls to bleach.clean with an allowed tag with an allowed style attribute are vulnerable to ReDoS. For example, bleach.clean(..., attributes={'a': ['style']}).

POC

Reference

Github