Add CVE-2021-21354 for GHSA-jhgx-wmq8-jc24

This commit is contained in:
Robert Schultheis 2021-03-08 12:00:13 -07:00
parent 14afb3b4ec
commit abf07f3ecd
No known key found for this signature in database
GPG Key ID: 348C4211B4D8BB40

View File

@ -1,18 +1,108 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21354",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Open redirect in pollbot"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "PollBot",
"version": {
"version_data": [
{
"version_value": "< 1.4.4"
}
]
}
}
]
},
"vendor_name": "mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Pollbot is open source software which \"frees its human masters from the toilsome task of polling for the state of things during the Firefox release process.\" In Pollbot before version 1.4.4 there is an open redirection vulnerability in the path of \"https://pollbot.services.mozilla.com/\". An attacker can redirect anyone to malicious sites. To Reproduce type in this URL: \"https://pollbot.services.mozilla.com//evil.com/\". Affected versions will redirect to that website when you inject a payload like \"//evil.com/\". This is fixed in version 1.4.4."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "{\"CWE-601\":\"URL Redirection to Untrusted Site ('Open Redirect')\"}"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/mozilla/PollBot/security/advisories/GHSA-jhgx-wmq8-jc24",
"refsource": "CONFIRM",
"url": "https://github.com/mozilla/PollBot/security/advisories/GHSA-jhgx-wmq8-jc24"
},
{
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1694684",
"refsource": "MISC",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1694684"
},
{
"name": "https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html",
"refsource": "MISC",
"url": "https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html"
},
{
"name": "https://github.com/mozilla/PollBot/releases/tag/v1.4.4",
"refsource": "MISC",
"url": "https://github.com/mozilla/PollBot/releases/tag/v1.4.4"
},
{
"name": "https://github.com/mozilla/PollBot/pull/333",
"refsource": "MISC",
"url": "https://github.com/mozilla/PollBot/pull/333"
},
{
"name": "https://github.com/mozilla/PollBot/commit/6db74a4fcbff258c7cdf51a6ff0724fc10c485e5",
"refsource": "MISC",
"url": "https://github.com/mozilla/PollBot/commit/6db74a4fcbff258c7cdf51a6ff0724fc10c485e5"
}
]
},
"source": {
"advisory": "GHSA-jhgx-wmq8-jc24",
"discovery": "UNKNOWN"
}
}