I upgraded the restSharp from 106.13.0 to 108.0.2 on .Net Framework 4.7.2 and, since then, I'm getting both CVE-2021-24112, CVE-2021-26701 Severity as CRITICAL with score of 9.8 on Dependency Scan Results (dotnet)
I also observed Fixed version as 6.0.8 on 'System.Text.Encoding' in Dependency Scan Results (dotnet), but could not able to find 6.0.8 on 'System.Text.Encodings.Web' nuget package.
Actual Dependency Scan Results:
Id │ Package │ Version │ Fix Version │ Severity │ Score
CVE-2021-24112 │ System.Text.Encoding │ >=5.0-<=5.0.2 │ 6.0.8 │ CRITICAL │ 9.8
CVE-2021-26701 │ System.Text.Encoding │ >=5.0-<5.0.4 │ 6.0.8 │ CRITICAL │ 9.8
What I tried: I tried to update the latest restSharp (108.0.2) and System.Text.Encodings.Web (6.0.0) nuget packages but the issue still persist.
What I need: The severity score should be reduced for CVE-2021-24112, CVE-2021-26701 on dependency scan results.
Did I missing anything here?
Any insights could be really helpful.
Thanks in advance