mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
105 lines
4.1 KiB
JSON
105 lines
4.1 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2022-21718",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "Renderers can obtain access to random bluetooth device without permission in Electron"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "electron",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "< 13.6.6"
|
|
},
|
|
{
|
|
"version_value": ">= 14.0.0-beta.1, < 14.2.4"
|
|
},
|
|
{
|
|
"version_value": ">= 15.0.0-beta.1, < 15.3.5"
|
|
},
|
|
{
|
|
"version_value": ">= 16.0.0-beta.1, < 16.0.6"
|
|
},
|
|
{
|
|
"version_value": ">= 17.0.0-alpha.1, <= 17.0.0-alpha.5"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "electron"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. A vulnerability in versions prior to `17.0.0-alpha.6`, `16.0.6`, `15.3.5`, `14.2.4`, and `13.6.6` allows renderers to obtain access to a bluetooth device via the web bluetooth API if the app has not configured a custom `select-bluetooth-device` event handler. This has been patched and Electron versions `17.0.0-alpha.6`, `16.0.6`, `15.3.5`, `14.2.4`, and `13.6.6` contain the fix. Code from the GitHub Security Advisory can be added to the app to work around the issue."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "NETWORK",
|
|
"availabilityImpact": "NONE",
|
|
"baseScore": 3.4,
|
|
"baseSeverity": "LOW",
|
|
"confidentialityImpact": "LOW",
|
|
"integrityImpact": "NONE",
|
|
"privilegesRequired": "HIGH",
|
|
"scope": "CHANGED",
|
|
"userInteraction": "REQUIRED",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:N/A:N",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-668: Exposure of Resource to Wrong Sphere"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "https://github.com/electron/electron/security/advisories/GHSA-3p22-ghq8-v749",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://github.com/electron/electron/security/advisories/GHSA-3p22-ghq8-v749"
|
|
},
|
|
{
|
|
"name": "https://github.com/electron/electron/pull/32178",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/electron/electron/pull/32178"
|
|
},
|
|
{
|
|
"name": "https://github.com/electron/electron/pull/32240",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/electron/electron/pull/32240"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-3p22-ghq8-v749",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |