GSD-2022-29567
Vulnerability from gsd - Updated: 2023-12-13 01:19Details
The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-29567",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"id": "GSD-2022-29567"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-29567"
],
"details": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"id": "GSD-2022-29567",
"modified": "2023-12-13T01:19:42.161036Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@vaadin.com",
"DATE_PUBLIC": "2022-05-24T10:44:00.000Z",
"ID": "CVE-2022-29567",
"STATE": "PUBLIC",
"TITLE": "Possible information disclosure inside TreeGrid component with default data provider"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "vaadin",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "14.8.5"
},
{
"version_affected": "\u003c=",
"version_value": "14.8.9"
},
{
"version_affected": "\u003e=",
"version_value": "22.0.6"
},
{
"version_affected": "\u003c=",
"version_value": "22.0.14"
},
{
"version_affected": "\u003e=",
"version_value": "23.0.0.beta2"
},
{
"version_affected": "\u003c=",
"version_value": "23.0.8"
},
{
"version_affected": "\u003e=",
"version_value": "23.1.0.alpha1"
},
{
"version_affected": "\u003c=",
"version_value": "23.1.0.alpha4"
}
]
}
},
{
"product_name": "vaadin-grid-flow",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "14.8.5"
},
{
"version_affected": "\u003c=",
"version_value": "14.8.9"
},
{
"version_affected": "\u003e=",
"version_value": "22.0.6"
},
{
"version_affected": "\u003c=",
"version_value": "22.0.14"
},
{
"version_affected": "\u003e=",
"version_value": "23.0.0.beta2"
},
{
"version_affected": "\u003c=",
"version_value": "23.0.8"
},
{
"version_affected": "\u003e=",
"version_value": "23.1.0.alpha1"
},
{
"version_affected": "\u003c=",
"version_value": "23.1.0.alpha4"
}
]
}
}
]
},
"vendor_name": "Vaadin"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200 Information Exposure"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://vaadin.com/security/cve-2022-29567",
"refsource": "MISC",
"url": "https://vaadin.com/security/cve-2022-29567"
},
{
"name": "https://github.com/vaadin/flow-components/pull/3046",
"refsource": "MISC",
"url": "https://github.com/vaadin/flow-components/pull/3046"
}
]
},
"source": {
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "eng",
"value": "User might define either: custom `toString()` or `getId()` in their entity."
}
]
},
"gitlab.com": {
"advisories": [
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.14],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.14, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"23.0.9",
"22.0.15",
"14.8.10"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/flow-client",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.15, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "3a115c27-8552-47fd-90da-1744ea098f77"
},
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.14],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.14, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"23.0.9",
"22.0.15",
"14.8.10"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/flow-server",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.15, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "330d0dad-c0a1-4792-9b7c-2de98c9f7751"
},
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.14],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.14, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"23.0.9",
"22.0.15",
"14.8.10"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/fusion-endpoint",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.15, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "5d36e486-7ea0-4f1f-b108-005b0d1c82de"
},
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.14],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.14, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"23.0.9",
"22.0.15",
"14.8.10"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/vaadin-compatibility-server",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.15, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "ed6459e4-8d9b-483b-a255-3c5d8f5793dc"
},
{
"affected_range": "[14.8.5,14.8.10),[22.0.6,22.0.15),[23.0.0,23.0.9)",
"affected_versions": "All versions starting from 14.8.5 before 14.8.10, all versions starting from 22.0.6 before 22.0.15, all versions starting from 23.0.0 before 23.0.9",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2022-05-25",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"14.8.10",
"22.0.15",
"23.0.9"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"GHSA-qfr3-323w-qv27",
"CVE-2022-29567"
],
"not_impacted": "All versions before 14.8.5, all versions starting from 14.8.10 before 22.0.6, all versions starting from 22.0.15 before 23.0.0, all versions starting from 23.0.9",
"package_slug": "maven/com.vaadin/vaadin-grid-flow",
"pubdate": "2022-05-25",
"solution": "Upgrade to versions 14.8.10, 22.0.15, 23.0.9 or above.",
"title": "Possible information disclosure inside TreeGrid component with default data provider",
"urls": [
"https://github.com/vaadin/platform/security/advisories/GHSA-qfr3-323w-qv27",
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/advisories/GHSA-qfr3-323w-qv27"
],
"uuid": "ea2c72b1-926d-48ba-8b36-fdf6e41826ab"
},
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.14],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.14, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"23.0.9",
"22.0.15",
"14.8.10"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/vaadin-server",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.15, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "ccac3b90-6c5c-492a-a106-69292ff20edd"
},
{
"affected_range": "[23.0.0,23.0.8],[22.0.6,22.0.15],[14.8.5,14.8.9]",
"affected_versions": "All versions starting from 23.0.0 up to 23.0.8, all versions starting from 22.0.6 up to 22.0.15, all versions starting from 14.8.5 up to 14.8.9",
"cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-937"
],
"date": "2022-06-07",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"14.8.10",
"22.0.16",
"23.0.9"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"CVE-2022-29567"
],
"not_impacted": "",
"package_slug": "maven/com.vaadin/vaadin-text-field-flow",
"pubdate": "2022-05-24",
"solution": "Upgrade to versions 23.1.0, 23.0.9, 22.0.16, 14.8.10 or above.",
"title": "Exposure of Sensitive Information to an Unauthorized Actor",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046"
],
"uuid": "59e75c40-e53d-4a23-9793-08816f7d3cf3"
},
{
"affected_range": "[14.8.5,14.8.10),[22.0.6,22.0.15),[23.0.0,23.0.9)",
"affected_versions": "All versions starting from 14.8.5 before 14.8.10, all versions starting from 22.0.6 before 22.0.15, all versions starting from 23.0.0 before 23.0.9",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2022-05-25",
"description": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side.",
"fixed_versions": [
"14.8.10",
"22.0.15",
"23.0.9"
],
"identifier": "CVE-2022-29567",
"identifiers": [
"GHSA-qfr3-323w-qv27",
"CVE-2022-29567"
],
"not_impacted": "All versions before 14.8.5, all versions starting from 14.8.10 before 22.0.6, all versions starting from 22.0.15 before 23.0.0, all versions starting from 23.0.9",
"package_slug": "maven/com.vaadin/vaadin",
"pubdate": "2022-05-25",
"solution": "Upgrade to versions 14.8.10, 22.0.15, 23.0.9 or above.",
"title": "Possible information disclosure inside TreeGrid component with default data provider",
"urls": [
"https://github.com/vaadin/platform/security/advisories/GHSA-qfr3-323w-qv27",
"https://nvd.nist.gov/vuln/detail/CVE-2022-29567",
"https://github.com/vaadin/flow-components/pull/3046",
"https://vaadin.com/security/cve-2022-29567",
"https://github.com/advisories/GHSA-qfr3-323w-qv27"
],
"uuid": "4c06f7ac-59fe-410d-9eab-bf07dca0824f"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.0.0:beta2:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.0.0:beta3:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.0.0:beta4:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.0.0:rc1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "23.0.8",
"versionStartIncluding": "23.0.1",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "22.0.15",
"versionStartIncluding": "22.0.6",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "14.8.9",
"versionStartIncluding": "14.8.5",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.0.0:-:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.1.0:alpha1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.1.0:alpha2:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.1.0:alpha3:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:vaadin:vaadin:23.1.0:alpha4:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@vaadin.com",
"ID": "CVE-2022-29567"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The default configuration of a TreeGrid component uses Object::toString as a key on the client-side and server communication in Vaadin 14.8.5 through 14.8.9, 22.0.6 through 22.0.14, 23.0.0.beta2 through 23.0.8 and 23.1.0.alpha1 through 23.1.0.alpha4, resulting in potential information disclosure of values that should not be available on the client-side."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://vaadin.com/security/cve-2022-29567",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Vendor Advisory"
],
"url": "https://vaadin.com/security/cve-2022-29567"
},
{
"name": "https://github.com/vaadin/flow-components/pull/3046",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/vaadin/flow-components/pull/3046"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2022-06-07T16:59Z",
"publishedDate": "2022-05-24T15:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…