Lucene search

K
osvGoogleOSV:GHSA-8XC6-G8XW-H2C4
HistoryApr 22, 2022 - 8:23 p.m.

YARP Denial of Service Vulnerability

2022-04-2220:23:44
Google
osv.dev
20

0.002 Low

EPSS

Percentile

53.1%

Impact

A denial of service vulnerability exists in how YARP processes input.

Patches

If you’re using YARP 1.0.0, you should update to NuGet package version 1.0.1.
If you’re using YARP 1.1.0-RC.1, you should update to NuGet package version 1.1.0-rc.1.22211.2.

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

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

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

References

CVE-2022-26924

0.002 Low

EPSS

Percentile

53.1%