Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. kanidm_proto
  4. ›
  5. GHSA-r5fr-9gmv-jggh

GHSA-r5fr-9gmv-jggh: scim_proton and kanidm_proto have an authenticated process abort via SCIM filter stack exhaustion

May 6, 2026

A single unauthenticated GET to any /scim/v1/... endpoint with a ?filter= query string of a few thousand nested parentheses (≈ 4–12 KB) drives the recursive-descent PEG parser past the worker thread’s stack guard page. Rust responds to stack overflow with std::process::abort() — the entire kanidmd process exits. The parse runs inside axum’s Query<ScimEntryGetQuery> extractor, before any handler body and therefore before any ACL check.

References

  • github.com/advisories/GHSA-r5fr-9gmv-jggh
  • github.com/kanidm/kanidm
  • github.com/kanidm/kanidm/security/advisories/GHSA-r5fr-9gmv-jggh

Code Behaviors & Features

Detect and mitigate GHSA-r5fr-9gmv-jggh with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.9.3

Fixed versions

  • 1.9.3

Solution

Upgrade to version 1.9.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-248: Uncaught Exception
  • CWE-400: Uncontrolled Resource Consumption
  • CWE-674: Uncontrolled Recursion

Source file

cargo/kanidm_proto/GHSA-r5fr-9gmv-jggh.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 00:18:37 +0000.