原始 OSV JSON{
"id": "GHSA-vqhp-cxgc-6wmm",
"aliases": [
"CVE-2020-6817"
],
"details": "### Impact\n\n`bleach.clean` behavior parsing style attributes could result in a regular expression denial of service (ReDoS).\n\nCalls to ``bleach.clean`` with an allowed tag with an allowed ``style`` attribute are vulnerable to ReDoS. For example, ``bleach.clean(..., attributes={'a': ['style']})``.\n\n### Patches\n\n3.1.4\n\n### Workarounds\n\n* do not whitelist the style attribute in `bleach.clean` calls\n\n* limit input string length\n\n### References\n\n* https://bugzilla.mozilla.org/show_bug.cgi?id=1623633\n* https://www.regular-expressions.info/redos.html\n* https://blog.r2c.dev/posts/finding-python-redos-bugs-at-scale-using-dlint-and-r2c/\n* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6817\n\n### Credits\n\n* Reported by schwag09 of r2c\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Open an issue at https://github.com/mozilla/bleach/issues\n* Email us at [email protected] ",
"summary": "regular expression denial-of-service (ReDoS) in Bleach",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.4"
}
]
}
],
"package": {
"name": "bleach",
"ecosystem": "PyPI"
}
}
],
"modified": "2025-03-20T18:49:18Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
}
],
"published": "2020-03-30T19:45:56Z",
"references": [
{
"url": "https://github.com/mozilla/bleach/security/advisories/GHSA-vqhp-cxgc-6wmm",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-6817",
"type": "ADVISORY"
},
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1623633",
"type": "WEB"
},
{
"url": "https://github.com/mozilla/bleach",
"type": "PACKAGE"
},
{
"url": "https://github.com/mozilla/bleach/releases/tag/v3.1.4",
"type": "WEB"
},
{
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/bleach/PYSEC-2020-340.yaml",
"type": "WEB"
},
{
"url": "https://snyk.io/vuln/SNYK-PYTHON-BLEACH-561754",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-1333",
"CWE-400"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2023-02-16T22:15:00Z",
"github_reviewed_at": "2020-03-27T19:58:38Z"
}
}