Loading...
Skip to main content

CVE-2018-8409

HIGH

Denial of service vulnerability exists when System.IO.Pipelines improperly handles requests

Published October 16, 2018Updated December 8, 2024Source: osv

Summary

A denial of service vulnerability exists when System.IO.Pipelines improperly handles requests, aka "System.IO.Pipelines Denial of Service." This affects .NET Core 2.1, System.IO.Pipelines, ASP.NET Core 2.1.

Remediation

Upgrade to the fixed version using your package manager.

NuGet
Update System.IO.Pipelines to 4.5.1 or later
dotnet add package System.IO.Pipelines --version 4.5.1
NuGet
Update Microsoft.AspNetCore.All to 2.1.4 or later
dotnet add package Microsoft.AspNetCore.All --version 2.1.4
NuGet
Update Microsoft.AspNetCore.App to 2.1.4 or later
dotnet add package Microsoft.AspNetCore.App --version 2.1.4

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

Affected Packages (3)

PackageEcosystemAffectedFixed In
System.IO.Pipelines
nuget
4.5.04.5.1
Microsoft.AspNetCore.All
nuget
2.1.0, 2.1.1, 2.1.2, 2.1.32.1.4
Microsoft.AspNetCore.App
nuget
2.1.0, 2.1.1, 2.1.2, 2.1.32.1.4

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

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

Frequently Asked Questions

What is CVE-2018-8409?
Denial of service vulnerability exists when System.IO.Pipelines improperly handles requests 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-8409?
CVE-2018-8409 affects System.IO.Pipelines, Microsoft.AspNetCore.All and Microsoft.AspNetCore.App. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2018-8409 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-j378-6mmw-hqfr

Related CVEs

  • CVE-2026-64679
    HIGH

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

  • 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-63337
    HIGH

    RabbitMQ Java client: Unvalidated Class.forName in JSON-RPC ProcedureDescription enables arbitrary class loading

  • 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-2020-1597
    HIGH

    ASP.NET Core Denial of Service Vulnerability

  • 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