Skip to content

Commit c33b9a5

Browse files
authored
Microsoft Security Advisory CVE-2024-43485 (#442)
Microsoft is releasing this security advisory to provide information about a vulnerability in System.Text.Json 6.0.x and 8.0.x. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. In System.Text.Json 6.0.x and 8.0.x, applications which deserialize input to a model with an [ExtensionData] property can be vulnerable to an algorithmic complexity attack resulting in Denial of Service.
1 parent c097ea6 commit c33b9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartFormat.Extensions.System.Text.Json/SmartFormat.Extensions.System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It uses extensions to provide named placeholders, localization, pluralization, g
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netStandard2.0' or '$(TargetFramework)' == 'netStandard2.1'">
17-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)