ghsa-8xc6-g8xw-h2c4
Vulnerability from github
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
diff
<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
)
References
{ affected: [ { package: { ecosystem: "NuGet", name: "Yarp.ReverseProxy", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "1.0.1", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "NuGet", name: "Yarp.ReverseProxy", }, ranges: [ { events: [ { introduced: "1.1.0-rc.1.22152.1", }, { fixed: "1.1.0-rc.1.22211.2", }, ], type: "ECOSYSTEM", }, ], versions: [ "1.1.0-rc.1.22152.1", ], }, ], aliases: [ "CVE-2022-26924", ], database_specific: { cwe_ids: [], github_reviewed: true, github_reviewed_at: "2022-04-22T20:23:44Z", nvd_published_at: "2022-04-15T19:15:00Z", severity: "HIGH", }, details: "### Impact\n\nA denial of service vulnerability exists in how YARP processes input.\n\n### Patches\n\nIf you're using YARP `1.0.0`, you should update to NuGet package version [`1.0.1`](https://www.nuget.org/packages/Yarp.ReverseProxy/1.0.1).\nIf you're using YARP `1.1.0-RC.1`, you should update to NuGet package version [`1.1.0-rc.1.22211.2`](https://www.nuget.org/packages/Yarp.ReverseProxy/1.1.0-rc.1.22211.2).\n\nYou can do so by updating the `PackageReference` in your `.csproj` file\n```diff\n<ItemGroup>\n- <PackageReference Include=\"Yarp.ReverseProxy\" Version=\"1.0.0\" />\n- <PackageReference Include=\"Yarp.Telemetry.Consumption\" Version=\"1.0.0\" />\n+ <PackageReference Include=\"Yarp.ReverseProxy\" Version=\"1.0.1\" />\n+ <PackageReference Include=\"Yarp.Telemetry.Consumption\" Version=\"1.0.1\" />\n</ItemGroup>\n```\nor by selecting `1.0.1` in the NuGet UI inside Visual Studio (`Manage NuGet Packages` / `Updates`)\n\n\n### References\n\n[CVE-2022-26924](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26924)", id: "GHSA-8xc6-g8xw-h2c4", modified: "2022-04-22T20:23:44Z", published: "2022-04-22T20:23:44Z", references: [ { type: "WEB", url: "https://github.com/microsoft/reverse-proxy/security/advisories/GHSA-8xc6-g8xw-h2c4", }, { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-26924", }, { type: "WEB", url: "https://github.com/microsoft/reverse-proxy/commit/11e6272da17beb03d0b44a19d3c4f1ffa52b7c38", }, { type: "PACKAGE", url: "https://github.com/microsoft/reverse-proxy", }, { type: "WEB", url: "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26924", }, { type: "WEB", url: "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-26924", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", type: "CVSS_V3", }, ], summary: "YARP Denial of Service Vulnerability", }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.