cvelist/2020/15xxx/CVE-2020-15262.json
2020-10-19 21:01:50 +00:00

93 lines
3.4 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2020-15262",
"STATE": "PUBLIC",
"TITLE": "Invalid integrity hashes in webpack-subresource-integrity"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "webpack-subresource-integrity",
"version": {
"version_data": [
{
"version_value": "< 1.5.1"
}
]
}
}
]
},
"vendor_name": "waysact"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In webpack-subresource-integrity before version 1.5.1, all dynamically loaded chunks receive an invalid integrity hash that is ignored by the browser, and therefore the browser cannot validate their integrity. This removes the additional level of protection offered by SRI for such chunks. Top-level chunks are unaffected. This issue is patched in version 1.5.1."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "{\"CWE-345\":\"Insufficient Verification of Data Authenticity\"}"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/waysact/webpack-subresource-integrity/security/advisories/GHSA-4fc4-chg7-h8gh",
"refsource": "CONFIRM",
"url": "https://github.com/waysact/webpack-subresource-integrity/security/advisories/GHSA-4fc4-chg7-h8gh"
},
{
"name": "https://github.com/waysact/webpack-subresource-integrity/issues/131",
"refsource": "MISC",
"url": "https://github.com/waysact/webpack-subresource-integrity/issues/131"
},
{
"name": "https://github.com/waysact/webpack-subresource-integrity/commit/3d7090c08c333fcfb10ad9e2d6cf72e2acb7d87f",
"refsource": "MISC",
"url": "https://github.com/waysact/webpack-subresource-integrity/commit/3d7090c08c333fcfb10ad9e2d6cf72e2acb7d87f"
}
]
},
"source": {
"advisory": "GHSA-4fc4-chg7-h8gh",
"discovery": "UNKNOWN"
}
}