Skip to content

YARP Denial of Service Vulnerability

High severity GitHub Reviewed Published Jun 22, 2023 in microsoft/reverse-proxy • Updated Jun 3, 2024

Package

nuget Yarp.ReverseProxy (NuGet)

Affected versions

<= 1.1.1
= 2.0.0

Patched versions

1.1.2
2.0.1

Description

Impact

A denial of service vulnerability exists in YARP.

Patches

If you're using YARP 1.x, you should update to NuGet package version 1.1.2.
If you're using YARP 2.0.0, you should update to NuGet package version 2.0.1.

You can do so by updating the PackageReference in your .csproj file

<ItemGroup>
- <PackageReference Include="Yarp.ReverseProxy" Version="2.0.0" />
- <PackageReference Include="Yarp.Telemetry.Consumption" Version="2.0.0" />
+ <PackageReference Include="Yarp.ReverseProxy" Version="2.0.1" />
+ <PackageReference Include="Yarp.Telemetry.Consumption" Version="2.0.1" />
</ItemGroup>

or by selecting 2.0.1 in the NuGet UI inside Visual Studio (Manage NuGet Packages / Updates)

References

CVE-2023-33141

References

@Tratcher Tratcher published to microsoft/reverse-proxy Jun 22, 2023
Published by the National Vulnerability Database Jun 23, 2023
Published to the GitHub Advisory Database Jun 23, 2023
Reviewed Jun 23, 2023
Last updated Jun 3, 2024

Severity

High
7.5
/ 10

CVSS base metrics

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

Weaknesses

CVE ID

CVE-2023-33141

GHSA ID

GHSA-jrjw-qgr2-wfcg
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.