CVE-2026-82753 PUBLISHED

Unauthenticated authorize requests create unbounded, never-expiring CIMD client rows and cache entries in ash_authentication_oauth2_server

Assigner: EEF
Reserved: 31.08.2026 Published: 07.09.2026 Updated: 07.09.2026

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_authentication_oauth2_server allows an unauthenticated attacker to exhaust database storage and memory.

The /authorize endpoint is unauthenticated by design. With Client ID Metadata Documents enabled, resolve_client/3 in AshAuthentication.Oauth2Server.CIMD fetches the document for each new URL-shaped client_id and upserts a client row, with no cap on the number of rows, no expiry or garbage collection, and no length bound on the fetched fields; the document was also placed in CIMD.Cache before validation, so even rejected documents held cache memory until their TTL. An attacker serving valid documents at many distinct URLs creates one permanent client row per URL, each able to carry multi-megabyte strings, growing storage and memory without bound.

This issue affects ash_authentication_oauth2_server: from 0.3.0 before 0.3.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.2

Product Status

Vendor ash-project
Product ash_authentication_oauth2_server
Versions Default: unaffected
  • affected from 0.3.0 to 0.3.1 (excl.)
Vendor ash-project
Product ash_authentication_oauth2_server
Versions Default: unaffected
  • affected from e713a9ba816761140c226e2ca55b75c0b93f5984 to 45e24f69e0f95d67413e2508acc2264156acb5ac (excl.)

Affected Configurations

Reachable only when the client resource has Client ID Metadata Documents enabled (cimd_enabled?: true) and the authorize endpoint is exposed. CIMD is off by default.

Credits

  • Peter Ullrich finder
  • Peter Ullrich reporter
  • Zach Daniel / Ash Project remediation developer
  • Jonatan Männchen / EEF coordinator

References

Problem Types

  • CWE-770 Allocation of Resources Without Limits or Throttling CWE

Impacts

  • CAPEC-130 Excessive Allocation