gsd-2020-1597
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka 'ASP.NET Core Denial of Service Vulnerability'.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-1597", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "id": "GSD-2020-1597", "references": [ "https://access.redhat.com/errata/RHSA-2020:3422", "https://access.redhat.com/errata/RHSA-2020:3421", "https://linux.oracle.com/cve/CVE-2020-1597.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-1597" ], "details": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "id": "GSD-2020-1597", "modified": "2023-12-13T01:21:57.767885Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secure@microsoft.com", "ID": "CVE-2020-1597", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "ASP.NET Core 2.1", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "2.0", "version_value": "publication" } ] } }, { "product_name": "ASP.NET Core 3.1", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "3.0", "version_value": "publication" } ] } }, { "product_name": "Microsoft Visual Studio 2019 version 16.4 (includes 16.0 - 16.3)", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "16.0", "version_value": "publication" } ] } }, { "product_name": "Microsoft Visual Studio 2017 version 15.9 (includes 15.0 - 15.8)", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "15.9.0", "version_value": "publication" } ] } }, { "product_name": "Microsoft Visual Studio 2019 version 16.0", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "16.0", "version_value": "publication" } ] } }, { "product_name": "Microsoft Visual Studio 2019 version 16.7 (includes 16.0 \u2013 16.6)", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "16.0.0", "version_value": "publication" } ] } } ] }, "vendor_name": "Microsoft" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication.\nA remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the ASP.NET Core application.\nThe update addresses the vulnerability by correcting how the ASP.NET Core web application handles web requests.\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service" } ] } ] }, "references": { "reference_data": [ { "name": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "refsource": "MISC", "url": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "[2.1,3.1]", "affected_versions": "All versions starting from 2.1 up to 3.1", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2021-07-21", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "CVE-2020-1597" ], "not_impacted": "All versions before 2.1, all versions after 3.1", "package_slug": "nuget/Microsoft.AspNetCore.All", "pubdate": "2020-08-17", "solution": "Upgrade to version 3.1.7 or above.", "title": "Improper Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162" ], "uuid": "738fc56f-c07f-4984-b159-134a44136485" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.linux-arm", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "938e8ec5-ab25-4ffc-b6ac-762e93115854" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.linux-arm64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "41932873-ca2c-4567-a8d4-f878e87e0f04" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.linux-musl-arm64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "7e80e331-031c-46a4-bf95-e743bf93e4a3" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.linux-musl-x64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "0021accb-a4df-4bdf-85ae-a5f8d3f91550" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.linux-x64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "72850509-27de-4c3d-9063-00c5239aaf1b" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.osx-x64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "a121071b-6a6e-4ee8-8078-80dbe3daeba6" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.win-arm", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "41275cba-b756-4ce0-86f8-e6f0f0e9fcae" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.win-arm64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "e00e4766-f19b-4255-97cb-9b0f0fbbda1c" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.win-x64", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "867ab778-0fbd-4a9a-a66a-c7133fb41112" }, { "affected_range": "[3.1.0,3.1.7)", "affected_versions": "All versions starting from 3.1.0 before 3.1.7", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "3.1.7" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 3.1.0, all versions starting from 3.1.7", "package_slug": "nuget/Microsoft.AspNetCore.App.Runtime.win-x86", "pubdate": "2022-05-24", "solution": "Upgrade to version 3.1.7 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "29cf261d-c229-497d-99ad-c081b6df42d6" }, { "affected_range": "[2.1.0,2.1.21)", "affected_versions": "All versions starting from 2.1.0 before 2.1.21", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-10-24", "description": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests, aka \u0027ASP.NET Core Denial of Service Vulnerability\u0027.", "fixed_versions": [ "2.1.21" ], "identifier": "CVE-2020-1597", "identifiers": [ "GHSA-f8qx-mjcq-wfgx", "CVE-2020-1597" ], "not_impacted": "All versions before 2.1.0, all versions starting from 2.1.21", "package_slug": "nuget/Microsoft.AspNetCore.App", "pubdate": "2022-05-24", "solution": "Upgrade to version 2.1.21 or above.", "title": "ASP.NET Core Denial of Service Vulnerability", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-1597", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/", "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597", "https://github.com/dotnet/announcements/issues/162", "https://github.com/advisories/GHSA-f8qx-mjcq-wfgx" ], "uuid": "51b6c4b4-159a-4029-92c8-ca94787da5f7" } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:microsoft:asp.net_core:2.1:*:*:*:*:*:*:*", "matchCriteriaId": "19C3047E-C222-4636-B1B3-722F2C65BC99", "vulnerable": true }, { "criteria": "cpe:2.3:a:microsoft:asp.net_core:3.1:*:*:*:*:*:*:*", "matchCriteriaId": "5FE4072E-3226-435C-BC61-A775D3EF2822", "vulnerable": true }, { "criteria": "cpe:2.3:a:microsoft:visual_studio_2017:*:*:*:*:*:*:*:*", "matchCriteriaId": "754856ED-0708-4505-B3CC-C3CF1818DD59", "versionEndIncluding": "15.8", "versionStartIncluding": "15.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:microsoft:visual_studio_2019:*:*:*:*:*:*:*:*", "matchCriteriaId": "7FE5FF31-110B-4518-A0B9-E94E2840B492", "versionEndIncluding": "16.3", "versionStartIncluding": "16.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:microsoft:visual_studio_2019:*:*:*:*:*:*:*:*", "matchCriteriaId": "64BFBAC2-C362-457F-90A8-9E56C25694E6", "versionEndIncluding": "16.6", "versionStartIncluding": "16.5", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "matchCriteriaId": "36D96259-24BD-44E2-96D9-78CE1D41F956", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "A denial of service vulnerability exists when ASP.NET Core improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication.\nA remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the ASP.NET Core application.\nThe update addresses the vulnerability by correcting how the ASP.NET Core web application handles web requests.\n" }, { "lang": "es", "value": "Se presenta una vulnerabilidad de denegaci\u00f3n de servicio cuando ASP.NET Core maneja inapropiadamente las peticiones web, tambi\u00e9n se conoce como \"ASP.NET Core Denial of Service Vulnerability\"." } ], "id": "CVE-2020-1597", "lastModified": "2024-01-19T00:15:20.457", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-08-17T19:15:21.927", "references": [ { "source": "secure@microsoft.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WH5FQ5VT3JGHXFXOETHCTBWJUIAPGHHT/" }, { "source": "secure@microsoft.com", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZW4CBI26KSO3PRL3HLVVISXPPOYUHSXO/" }, { "source": "secure@microsoft.com", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1597" } ], "sourceIdentifier": "secure@microsoft.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
Loading...
Loading...
- 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.