The Microsoft.Bcl.Memory package, a transitive dependency of idunno.AtProto and idunno.AtProto.OAuthCallback had a Denial of Service security vulnerability, CVE-2026-26127
v1.7.0 updates the dependencies on Duende.IdentityModel.OidcClient and Duende.IdentityModel.OidcClient.Extensions which, in turn, updates their dependency on Microsoft.Bcl.Memory to 10.0.4, resolving the vulnerability.
No workarounds exist for this vulnerability.
To update your dependencies on idunno.Bluesky, idunno.AtProto and idunno.AtProto.OAuthCallback,
Open a terminal or command prompt in your project's directory.
To update a specific package to its latest version, use the following add package command:
If you are using idunno.Bluesky
dotnet package update idunno.Bluesky
If you are using idunno.AtProto as a direct dependency
dotnet package update idunno.AtProto
If you are using idunno.AtProto.OAuthCallback as a direct dependency
dotnet package update idunno.AtProto.OAuthCallback
Open your project in Visual Studio.
Navigate to "Tools > NuGet Package Manager > Package Manager Console".
To update a specific package to its latest version, use the following Update-Package command:
If you are using idunno.Bluesky
Update-Package -Id idunno.Bluesky
If you are using idunno.AtProto as a direct dependency
Update-Package -Id idunno.AtProto
If you are using idunno.AtProto.OAuthCallback as a direct dependency
Update-Package -Id idunno.AtProto.OAuthCallback
{
"cwe_ids": [
"CWE-129"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-13T20:50:22Z",
"nvd_published_at": null,
"severity": "HIGH"
}