cvelist/2020/11xxx/CVE-2020-11005.json

88 lines
3.2 KiB
JSON
Raw Normal View History

2020-03-30 19:01:15 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-03-30 19:01:15 +00:00
"ID": "CVE-2020-11005",
"STATE": "PUBLIC",
"TITLE": "Internal NCryptDecrypt method could be used externally from WindowsHello library."
2020-03-30 19:01:15 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "WindowsHello",
"version": {
"version_data": [
{
"version_value": "< 1.0.4"
}
]
}
}
]
},
"vendor_name": "SeppPenner"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-03-30 19:01:15 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-04-14 23:01:24 +00:00
"value": "The WindowsHello open source library (NuGet HaemmerElectronics.SeppPenner.WindowsHello), before version 1.0.4, has a vulnerability where encrypted data could potentially be decrypted without needing authentication. If the library is used to encrypt text and write the output to a txt file, another executable could be able to decrypt the text using the static method NCryptDecrypt from this same library without the need to use Windows Hello Authentication again. This has been patched in version 1.0.4."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-288: Authentication Bypass Using an Alternate Path or Channel"
}
]
2020-03-30 19:01:15 +00:00
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/SeppPenner/WindowsHello/security/advisories/GHSA-wvpv-ffcv-r6cw",
"refsource": "CONFIRM",
"url": "https://github.com/SeppPenner/WindowsHello/security/advisories/GHSA-wvpv-ffcv-r6cw"
},
{
"name": "https://github.com/SeppPenner/WindowsHello/issues/3",
"refsource": "MISC",
"url": "https://github.com/SeppPenner/WindowsHello/issues/3"
}
]
},
"source": {
"advisory": "GHSA-wvpv-ffcv-r6cw",
"discovery": "UNKNOWN"
2020-03-30 19:01:15 +00:00
}
}