cvelist/2022/3xxx/CVE-2022-3095.json
Francis Perron cb5997b167 CVE-2022-3095 auth bypass in dart sdk
Signed-off-by: Francis Perron <f@u269c.com>
2022-10-27 11:46:54 -04:00

101 lines
3.5 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@google.com",
"ID": "CVE-2022-3095",
"STATE": "PUBLIC",
"TITLE": "Incorrect parsing of the backslash characters in Dart library"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Dart",
"version": {
"version_data": [
{
"platform": "all",
"version_affected": "<",
"version_name": "stable",
"version_value": "2.18.2"
},
{
"platform": "all",
"version_affected": "<",
"version_name": "Flutter",
"version_value": "3.3.3"
}
]
}
}
]
},
"vendor_name": "Google LLC"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Sohom Datta, Cryptonite, MIT Manipal"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The implementation of backslash parsing in the Dart URI class for versions prior to 2.18 and Flutter versions prior to 3.30 differs from the WhatWG URL standards. Dart uses the RFC 3986 syntax, which creates incompatibilities with the '\\' characters in URIs, which can lead to auth bypass in webapps interpreting URIs. We recommend updating Dart or Flutter to mitigate the issue."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20 Improper Input Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2182---2022-09-28",
"refsource": "CONFIRM",
"url": "https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2182---2022-09-28"
}
]
},
"source": {
"discovery": "EXTERNAL"
}
}