Loading...
Skip to main content

CVE-2019-0545

HIGH

Exposure of Sensitive Information in System.Net.Http

Published May 14, 2022Updated November 8, 2023Source: osv

Summary

An information disclosure vulnerability exists in .NET Framework and .NET Core which allows bypassing Cross-origin Resource Sharing (CORS) configurations, aka ".NET Framework Information Disclosure Vulnerability." This affects Microsoft .NET Framework 2.0, Microsoft .NET Framework 3.0, Microsoft .NET Framework 4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.5.2, Microsoft .NET Framework 4.6, Microsoft .NET Framework 4.6/4.6.1/4.6.2/4.7/4.7.1/4.7.2, Microsoft .NET Framework 4.7/4.7.1/4.7.2, .NET Core 2.1, Microsoft .NET Framework 4.7.1/4.7.2, Microsoft .NET Framework 3.5, Microsoft .NET Framework 3.5.1, Microsoft .NET Framework 4.6/4.6.1/4.6.2, .NET Core 2.2, Microsoft .NET Framework 4.7.2.

Remediation

Upgrade to the fixed version using your package manager.

NuGet
Update Microsoft.NETCore.App to 2.2.1 or later
dotnet add package Microsoft.NETCore.App --version 2.2.1
NuGet
Update Microsoft.NETCore.App to 2.1.7 or later
dotnet add package Microsoft.NETCore.App --version 2.1.7

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
Microsoft.NETCore.App
nuget
2.2.02.2.1
Microsoft.NETCore.App
nuget
2.1.0, 2.1.1, 2.1.2, 2.1.3 (+3 more)2.1.7

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-200
    Information ExposureMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Frequently Asked Questions

What is CVE-2019-0545?
Exposure of Sensitive Information in System.Net.Http This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
How do I check if my project is affected by CVE-2019-0545?
CVE-2019-0545 affects Microsoft.NETCore.App. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2019-0545 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
7.5

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-2xjx-v99w-gqf3

Related CVEs

  • CVE-2026-64679
    HIGH

    Atlantis Workspace Handling has Path Traversal that Allows Out-of-Bounds Directory Deletion/Creation

  • CVE-2020-1108
    HIGH

    .NET Core & .NET Framework Denial of Service Vulnerability

  • CVE-2026-63135
    HIGH

    YOURLS has stored XSS in referrer statistics chart via crafted Referer header

  • CVE-2017-8585
    HIGH

    Improper Input Validation in Microsoft.NETCore.App

  • CVE-2020-1147
    HIGH

    .NET Framework, SharePoint Server, and Visual Studio Remote Code Execution Vulnerability

  • CVE-2026-54182
    HIGH

    Laravel Backpack CRUD: OS command injection in Stats::makeCurlRequest via attacker-controlled Host header (pre-auth)

  • CVE-2021-34485
    MEDIUM

    .NET Core Information Disclosure Vulnerability

  • CVE-2019-0657
    MEDIUM

    Improper Input Validation in .Net Framework API's

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies