Loading...
Skip to main content

CVE-2019-0657

MEDIUM

Improper Input Validation in .Net Framework API's

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

Summary

A vulnerability exists in certain .Net Framework API's and Visual Studio in the way they parse URL's, aka '.NET Framework and Visual Studio Spoofing Vulnerability'.

Remediation

Upgrade to the fixed version using your package manager.

NuGet
Update System.Private.Uri to 4.3.2 or later
dotnet add package System.Private.Uri --version 4.3.2
NuGet
Update Microsoft.NETCore.App to 2.2.2 or later
dotnet add package Microsoft.NETCore.App --version 2.2.2
NuGet
Update Microsoft.NETCore.App to 2.1.8 or later
dotnet add package Microsoft.NETCore.App --version 2.1.8

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
System.Private.Uri
nuget
4.3.0, 4.3.14.3.2
Microsoft.NETCore.App
nuget
2.2.0, 2.2.12.2.2
Microsoft.NETCore.App
nuget
2.1.0, 2.1.1, 2.1.2, 2.1.3 (+4 more)2.1.8

Vulnerability Classification

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

  • CWE-20
    Improper Input ValidationMITRE

CVSS Score Breakdown

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

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

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

Frequently Asked Questions

What is CVE-2019-0657?
Improper Input Validation in .Net Framework API's This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 5.9/10).
How do I check if my project is affected by CVE-2019-0657?
CVE-2019-0657 affects System.Private.Uri and Microsoft.NETCore.App. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2019-0657 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
5.9

Exploitation requires specific conditions or has limited impact. Remediate within weeks.

Also Known As

GHSA-x5qj-9vmx-7g6g

Related CVEs

Check if you're affected

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

Scan Your Dependencies