René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

114 lines
4.1 KiB
JSON

{
"id": "CVE-2021-43532",
"sourceIdentifier": "security@mozilla.org",
"published": "2021-12-08T22:15:09.367",
"lastModified": "2021-12-10T16:54:21.340",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "The 'Copy Image Link' context menu action would copy the final image URL after redirects. By embedding an image that triggered authentication flows - in conjunction with a Content Security Policy that stopped a redirection chain in the middle - the final image URL could be one that contained an authentication token used to takeover a user account. If a website tricked a user into copy and pasting the image link back to the page, the page would be able to steal the authentication tokens. This was fixed by making the action return the original URL, before any redirects. This vulnerability affects Firefox < 94."
},
{
"lang": "es",
"value": "La acci\u00f3n del men\u00fa contextual \"Copy Image Link\" copiaba la URL de la imagen final despu\u00e9s de las redirecciones. Al insertar una imagen que desencadena flujos de autenticaci\u00f3n -junto con una pol\u00edtica de seguridad de contenidos que detuviera una cadena de redireccionamiento en el medio-, la URL de la imagen final podr\u00eda ser una que contuviera un token de autenticaci\u00f3n usado para hacerse con una cuenta de usuario. Si un sitio web enga\u00f1aba a un usuario para que copiara y pegara el enlace de la imagen de vuelta a la p\u00e1gina, \u00e9sta podr\u00eda robar los tokens de autenticaci\u00f3n. Esto fue corregido haciendo que la acci\u00f3n devolviera la URL original, antes de cualquier redirecci\u00f3n. Esta vulnerabilidad afecta a Firefox versiones anteriores a 94"
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7
}
],
"cvssMetricV2": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "NONE",
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 5.8
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.6,
"impactScore": 4.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": true
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-601"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:*",
"versionEndExcluding": "94.0",
"matchCriteriaId": "A22FDA8A-B862-4383-9C8E-C162713AB01B"
}
]
}
]
}
],
"references": [
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1719203",
"source": "security@mozilla.org",
"tags": [
"Issue Tracking",
"Permissions Required",
"Vendor Advisory"
]
},
{
"url": "https://www.mozilla.org/security/advisories/mfsa2021-48/",
"source": "security@mozilla.org",
"tags": [
"Vendor Advisory"
]
}
]
}