"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-01-05 11:01:07 +00:00
parent 8740b20a92
commit d82ba71f0d
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743
3 changed files with 101 additions and 89 deletions

View File

@ -1,90 +1,92 @@
{ {
"CVE_data_meta": { "CVE_data_meta": {
"ASSIGNER": "security@google.com", "ASSIGNER": "security@google.com",
"DATE_PUBLIC": "2021-11-16T23:00:00.000Z", "DATE_PUBLIC": "2021-11-16T23:00:00.000Z",
"ID": "CVE-2021-22567", "ID": "CVE-2021-22567",
"STATE": "PUBLIC", "STATE": "PUBLIC",
"TITLE": "Bidirectional Override in Dart SDK" "TITLE": "Bidirectional Override in Dart SDK"
}, },
"affects": { "affects": {
"vendor": { "vendor": {
"vendor_data": [ "vendor_data": [
{ {
"product": { "product": {
"product_data": [ "product_data": [
{ {
"product_name": "Dart SDK", "product_name": "Dart SDK",
"version": { "version": {
"version_data": [ "version_data": [
{ {
"version_affected": "<", "version_affected": "<",
"version_value": "2.15.0-268.18.beta" "version_value": "2.15.0-268.18.beta"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "Google LLC" "vendor_name": "Google LLC"
} }
] ]
} }
}, },
"data_format": "MITRE", "data_format": "MITRE",
"data_type": "CVE", "data_type": "CVE",
"data_version": "4.0", "data_version": "4.0",
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code reviewer that modifies the behavior of a program in unexpected ways." "value": "Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code reviewer that modifies the behavior of a program in unexpected ways."
} }
] ]
}, },
"generator": { "generator": {
"engine": "Vulnogram 0.0.9" "engine": "Vulnogram 0.0.9"
}, },
"impact": { "impact": {
"cvss": { "cvss": {
"attackComplexity": "LOW", "attackComplexity": "LOW",
"attackVector": "NETWORK", "attackVector": "NETWORK",
"availabilityImpact": "LOW", "availabilityImpact": "LOW",
"baseScore": 4.6, "baseScore": 4.6,
"baseSeverity": "MEDIUM", "baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE", "confidentialityImpact": "NONE",
"integrityImpact": "LOW", "integrityImpact": "LOW",
"privilegesRequired": "LOW", "privilegesRequired": "LOW",
"scope": "UNCHANGED", "scope": "UNCHANGED",
"userInteraction": "REQUIRED", "userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1" "version": "3.1"
} }
}, },
"problemtype": { "problemtype": {
"problemtype_data": [ "problemtype_data": [
{ {
"description": [ "description": [
{ {
"lang": "eng", "lang": "eng",
"value": "CWE-284 Improper Access Control" "value": "CWE-284 Improper Access Control"
} }
] ]
} }
] ]
}, },
"references": { "references": {
"reference_data": [ "reference_data": [
{ {
"refsource": "CONFIRM", "refsource": "MISC",
"url": "https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md" "url": "https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md",
}, "name": "https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md"
{ },
"refsource": "CONFIRM", {
"url": "https://github.com/dart-lang/sdk/commit/52519ea8eb4780c468c4c2ed00e7c8046ccfed41" "refsource": "MISC",
} "url": "https://github.com/dart-lang/sdk/commit/52519ea8eb4780c468c4c2ed00e7c8046ccfed41",
] "name": "https://github.com/dart-lang/sdk/commit/52519ea8eb4780c468c4c2ed00e7c8046ccfed41"
}, }
"source": { ]
"discovery": "INTERNAL" },
} "source": {
} "discovery": "INTERNAL"
}
}

View File

@ -97,6 +97,11 @@
"refsource": "CONFIRM", "refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20211224-0001/", "name": "https://security.netapp.com/advisory/ntap-20211224-0001/",
"url": "https://security.netapp.com/advisory/ntap-20211224-0001/" "url": "https://security.netapp.com/advisory/ntap-20211224-0001/"
},
{
"refsource": "DEBIAN",
"name": "DSA-5035",
"url": "https://www.debian.org/security/2022/dsa-5035"
} }
] ]
}, },

View File

@ -92,6 +92,11 @@
"refsource": "CONFIRM", "refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20211224-0001/", "name": "https://security.netapp.com/advisory/ntap-20211224-0001/",
"url": "https://security.netapp.com/advisory/ntap-20211224-0001/" "url": "https://security.netapp.com/advisory/ntap-20211224-0001/"
},
{
"refsource": "DEBIAN",
"name": "DSA-5035",
"url": "https://www.debian.org/security/2022/dsa-5035"
} }
] ]
}, },