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']}).
The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.
Link | Tags |
---|---|
https://github.com/mozilla/bleach/security/advisories/GHSA-vqhp-cxgc-6wmm | vendor advisory |
https://bugzilla.mozilla.org/show_bug.cgi?id=1623633 | issue tracking exploit |