Loading...
Skip to main content

CVE-2018-8171

HIGH

Security feature bypass vulnerability exists in ASP.NET when the number of incorrect login attempts is not validated

Published October 16, 2018Updated November 8, 2023Source: osv

Summary

A Security Feature Bypass vulnerability exists in ASP.NET when the number of incorrect login attempts is not validated, aka "ASP.NET Security Feature Bypass Vulnerability." This affects ASP.NET, ASP.NET Core 1.1, ASP.NET Core 1.0, ASP.NET Core 2.0, ASP.NET MVC 5.2.

Remediation

Upgrade to the fixed version using your package manager.

NuGet
Update Microsoft.AspNetCore.Identity to 2.1.2 or later
dotnet add package Microsoft.AspNetCore.Identity --version 2.1.2
NuGet
Update Microsoft.AspNetCore.Identity to 2.0.4 or later
dotnet add package Microsoft.AspNetCore.Identity --version 2.0.4
NuGet
Update Microsoft.AspNetCore.Identity to 1.0.6 or later
dotnet add package Microsoft.AspNetCore.Identity --version 1.0.6
NuGet
Update Microsoft.AspNetCore.Identity to 1.1.6 or later
dotnet add package Microsoft.AspNetCore.Identity --version 1.1.6

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

Affected Packages (4)

PackageEcosystemAffectedFixed In
Microsoft.AspNetCore.Identity
nuget
2.1.0, 2.1.12.1.2
Microsoft.AspNetCore.Identity
nuget
2.0.0, 2.0.1, 2.0.2, 2.0.32.0.4
Microsoft.AspNetCore.Identity
nuget
1.0.0, 1.0.1, 1.0.2, 1.0.3 (+2 more)1.0.6
Microsoft.AspNetCore.Identity
nuget
1.1.0, 1.1.1, 1.1.2, 1.1.3 (+2 more)1.1.6

Vulnerability Classification

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

  • CWE-287
    Improper AuthenticationMITRE

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
None
Integrity
High
Availability
None

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

Frequently Asked Questions

What is CVE-2018-8171?
Security feature bypass vulnerability exists in ASP.NET when the number of incorrect login attempts is not validated 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-2018-8171?
CVE-2018-8171 affects Microsoft.AspNetCore.Identity. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2018-8171 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-vhvh-528q-ff3p

Related CVEs

  • CVE-2023-33170
    HIGH

    Microsoft Security Advisory CVE-2023-33170: .NET Security Feature Bypass Vulnerability

  • CVE-2026-64679
    HIGH

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

  • CVE-2025-24070
    HIGH

    Microsoft Security Advisory CVE-2025-24070: .NET Elevation of Privilege Vulnerability

  • CVE-2026-54347
    HIGH

    Froxlor: Stored XSS in DNS TXT Record Content Allows Customer-to-Admin Account Takeover

  • CVE-2026-63135
    HIGH

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

  • CVE-2026-54178
    HIGH

    Laravel Backpack CRUD: Arbitrary file deletion via attacker-controlled clear_<attr>[] in HasUploadFields::uploadMultipleFilesToDisk

  • CVE-2026-54167
    HIGH

    Pipelines-as-Code GitHub App token request can be redirected via untrusted Enterprise Host header

  • CVE-2026-54182
    HIGH

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

Check if you're affected

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

Scan Your Dependencies