gsd-2021-21424
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch 3.4.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-21424", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch 3.4.", "id": "GSD-2021-21424", "references": [ "https://ubuntu.com/security/CVE-2021-21424" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-21424" ], "details": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch 3.4.", "id": "GSD-2021-21424", "modified": "2023-12-13T01:23:10.834877Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21424", "STATE": "PUBLIC", "TITLE": "Prevent user enumeration using Guard or the new Authenticator-based Security" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "symfony", "version": { "version_data": [ { "version_value": "\u003e= 2.8.0, \u003c 3.4.48" }, { "version_value": "\u003e= 4.0.0, \u003c 4.4.23" }, { "version_value": "\u003e= 5.0.0, \u003c 5.2.8" } ] } } ] }, "vendor_name": "symfony" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch 3.4." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor " } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68", "refsource": "CONFIRM", "url": "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68" }, { "name": "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011", "refsource": "MISC", "url": "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011" }, { "name": "FEDORA-2021-f3ad34aa9f", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KENRNLB3FYXYGDWRBH2PDBOZZKOD7VY4/" }, { "name": "FEDORA-2021-121edb82dd", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VRUS2H2SSOQWNLBD35SKIWIDQEMV2PD3/" }, { "name": "FEDORA-2021-c57937ab9f", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UC7BND775DVZDQT3RMGD2HVB2PKLJDJW/" }, { "name": "FEDORA-2021-2d145b95f6", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RH7TMM5CHQYBFFGXWRPJDPB3SKCZXI2M/" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3493-1] symfony security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00014.html" } ] }, "source": { "advisory": "GHSA-5pv8-ppvj-4h68", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that error codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "4.4.24", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/form", "pubdate": "2021-05-13", "solution": "Upgrade to versions 4.4.24, 5.2.8 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "2a7b62ac-e2ca-4323-92fb-31b29dcef1f7" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that error codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "4.4.23", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/http-foundation", "pubdate": "2021-05-13", "solution": "Upgrade to versions 4.4.23, 5.2.8 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "f8a04bb9-87d4-495e-a3d6-ba7cf660e015" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that error codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "3.4.48", "4.4.23", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/http-kernel", "pubdate": "2021-05-13", "solution": "Upgrade to versions 3.4.48, 4.4.23, 5.2.8 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "6ca91f7a-e1ec-4eec-81ac-39fec57e62ca" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch ", "fixed_versions": [ "3.4.48", "4.4.23", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/security-core", "pubdate": "2021-05-13", "solution": "Upgrade to versions 3.4.48, 4.4.23, 5.2.8 or above.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424", "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011", "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68" ], "uuid": "96b2d038-c24b-469f-a0da-a16d75a39d63" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "3.4.48", "4.4.23", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/security-guard", "pubdate": "2021-05-13", "solution": "Upgrade to versions 3.4.48, 4.4.23, 5.2.8 or above.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424", "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011", "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68" ], "uuid": "2c61c504-4cd7-4441-87b6-735ed8aa325d" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that error codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "4.4.24", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/security-http", "pubdate": "2021-05-13", "solution": "Upgrade to versions 4.4.24, 5.2.8 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "bcc1f0a3-6370-46b7-aae1-761e9a077e38" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that error codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "3.4.48", "4.4.23" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/security", "pubdate": "2021-05-13", "solution": "Upgrade to versions 3.4.48, 4.4.23 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "5a03cb93-2879-439e-8f96-4e9de67d5d8d" }, { "affected_range": "\u003e=2.8.0,\u003c3.4.48||\u003e=4.0.0,\u003c4.4.23||\u003e=5.0.0,\u003c5.2.8", "affected_versions": "All versions starting from 2.8.0 before 3.4.48, all versions starting from 4.0.0 before 4.4.23, all versions starting from 5.0.0 before 5.2.8", "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:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-12", "description": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that status codes are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist.", "fixed_versions": [ "3.4.48", "4.4.23", "5.2.8" ], "identifier": "CVE-2021-21424", "identifiers": [ "CVE-2021-21424", "GHSA-5pv8-ppvj-4h68" ], "not_impacted": "All versions before 2.8.0, all versions starting from 3.4.48 before 4.0.0, all versions starting from 4.4.23 before 5.0.0, all versions starting from 5.2.8", "package_slug": "packagist/symfony/symfony", "pubdate": "2021-05-13", "solution": "Upgrade to versions 3.4.48, 4.4.23, 5.2.8 or above.", "title": "Information Exposure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21424" ], "uuid": "bf380ee0-c6f9-4a39-996d-5a492a9cbcbd" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.4.23", "versionStartIncluding": "4.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.4.48", "versionStartIncluding": "2.8.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "5.2.8", "versionStartIncluding": "5.0.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21424" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The ability to enumerate users was possible without relevant permissions due to different handling depending on whether the user existed or not when attempting to use the switch users functionality. We now ensure that 403s are returned whether the user exists or not if a user cannot switch to a user or if the user does not exist. The patch for this issue is available for branch 3.4." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/symfony/symfony/commit/2a581d22cc621b33d5464ed65c4bc2057f72f011" }, { "name": "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/symfony/symfony/security/advisories/GHSA-5pv8-ppvj-4h68" }, { "name": "FEDORA-2021-f3ad34aa9f", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KENRNLB3FYXYGDWRBH2PDBOZZKOD7VY4/" }, { "name": "FEDORA-2021-121edb82dd", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VRUS2H2SSOQWNLBD35SKIWIDQEMV2PD3/" }, { "name": "FEDORA-2021-c57937ab9f", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UC7BND775DVZDQT3RMGD2HVB2PKLJDJW/" }, { "name": "FEDORA-2021-2d145b95f6", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RH7TMM5CHQYBFFGXWRPJDPB3SKCZXI2M/" }, { "name": "[debian-lts-announce] 20230711 [SECURITY] [DLA 3493-1] symfony security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2023/07/msg00014.html" } ] } }, "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": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2023-07-12T01:15Z", "publishedDate": "2021-05-13T16:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…