NONE · 0

CVE-2026-46689

Kanidm is an identity management platform. Prior to version 1.9.3, a single unauthenticated GET to any /scim/v1/... endpoint with a ?filter= query string of a few thousand nested parentheses (≈ 4–12 K...

Vulnerability Description

Kanidm is an identity management platform. Prior to version 1.9.3, 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. This issue has been patched in version 1.9.3.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-46689?

CVE-2026-46689 is a documented vulnerability. Kanidm is an identity management platform. Prior to version 1.9.3, a single unauthenticated GET to any /scim/v1/... endpoint with a ?filter= query string of a few thousand nested parentheses (≈ 4–12 K...

How severe is CVE-2026-46689?

CVSS scoring is not yet available for CVE-2026-46689. Check NVD for updates.

Is there a patch for CVE-2026-46689?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.