cvelist/2021/41xxx/CVE-2021-41250.json
Anthony Singleton 938debeed0 Revert "November 2021 Patch Tuesday"
This reverts commit df296d9e014bf68ef22c0583c98da3fbe42ea316.
2021-11-17 15:47:33 -05:00

88 lines
3.1 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-41250",
"STATE": "PUBLIC",
"TITLE": "Presence of non-blacklisted URL bypasses all other filters"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "bot",
"version": {
"version_data": [
{
"version_value": "< 67390298852513d13e0213870e50fb3cff1424e0"
}
]
}
}
]
},
"vendor_name": "python-discord"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Python discord bot is the community bot for the Python Discord community. In affected versions when a non-blacklisted URL and an otherwise triggering filter token is included in the same message the token filter does not trigger. This means that by including any non-blacklisted URL moderation filters can be bypassed. This issue has been resolved in commit 67390298852513d13e0213870e50fb3cff1424e0"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/python-discord/bot/security/advisories/GHSA-j8c3-8x46-8pp6",
"refsource": "CONFIRM",
"url": "https://github.com/python-discord/bot/security/advisories/GHSA-j8c3-8x46-8pp6"
},
{
"name": "https://github.com/python-discord/bot/commit/67390298852513d13e0213870e50fb3cff1424e0",
"refsource": "MISC",
"url": "https://github.com/python-discord/bot/commit/67390298852513d13e0213870e50fb3cff1424e0"
}
]
},
"source": {
"advisory": "GHSA-j8c3-8x46-8pp6",
"discovery": "UNKNOWN"
}
}