Skip to content

idunno.Bluesky, idunno.AtProto and idunno.AtProto.OAuthCallback Denial of Service Vulnerability

High severity GitHub Reviewed Published Mar 12, 2026 in blowdart/idunno.Bluesky • Updated Mar 13, 2026

Package

nuget idunno.AtProto (NuGet)

Affected versions

< 1.7.0

Patched versions

1.7.0
nuget idunno.AtProto.OAuthCallback (NuGet)
< 1.7.0
1.7.0
nuget idunno.Bluesky (NuGet)
< 1.7.0
1.7.0

Description

idunno.Bluesky, idunno.AtProto and idunno.AtProto.OAuthCallback Denial of Service Vulnerability

Impact

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

Patches

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.

Workarounds

No workarounds exist for this vulnerability.

How to fix the issue

To update your dependencies on idunno.Bluesky, idunno.AtProto and idunno.AtProto.OAuthCallback,

Using the .NET CLI (Command Line Interface):

  • 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

Using the NuGet Package Manager Console in Visual Studio:

  • 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

NuGet Package Manager UI in Visual Studio:

  • Open your project in Visual Studio.
  • Right-click on your project in Solution Explorer and select "Manage NuGet Packages..." or navigate to "Project > Manage NuGet Packages".
  • In the NuGet Package Manager window, select the "Updates" tab. This tab lists packages with available updates from your configured package sources.
  • Select the package(s) you wish to update. You can choose a specific version from the dropdown or update to the latest available version.
  • Click the "Update" button.

References

References

@blowdart blowdart published to blowdart/idunno.Bluesky Mar 12, 2026
Published to the GitHub Advisory Database Mar 13, 2026
Reviewed Mar 13, 2026
Last updated Mar 13, 2026

Severity

High

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS score

Weaknesses

Improper Validation of Array Index

The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array. Learn more on MITRE.

CVE ID

No known CVE

GHSA ID

GHSA-8fh9-c4jq-94h4
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.