This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+4 more
Affected surfaces
ReleasePort's take
Light signalOIDC account linking now enforces a strict `email_verified === true` check by default; administrators can override this requirement using the new `OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM` environment variable.
Why it matters: The update mandates verified email claims for OIDC linkings, enhancing security; however, admins may bypass it via the OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM env var if needed.
Summary
AI summaryOIDC account linking now requires verified emails by default; admins can opt in with OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Security | High |
Restores strict `email_verified === true` check for OIDC account linking. Restores strict `email_verified === true` check for OIDC account linking. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Low |
Adds `OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM` env var for opt‑in linking when `email_verified` claim is missing. Adds `OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM` env var for opt‑in linking when `email_verified` claim is missing. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Security
- OIDC account linking (revert v0.71.11): the relaxed
email_verified !== falsecheck introduced in v0.71.11 is replaced with a strict opt-in. The default is restored toemail_verified === truerequired; the newOIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIM=trueenv var lets admins opt in explicitly for IdPs that omit the claim but only issue verified addresses.
Added
OIDC_TRUST_EMAIL_WITHOUT_VERIFIED_CLAIMenv var (opt-in): set totrueto allow account linking when the IdP omits theemail_verifiedclaim entirely. Only enable this for IdPs fully under your control that never issue unverified email addresses (e.g. older Authentik deployments without an explicitemail_verifiedproperty mapping).
Security Fixes
- Reverted relaxed `email_verified !== false` check; restored strict `email_verified === true` requirement in OIDC account linking (addresses security regression introduced in v0.71.11)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v0.71.3 Changes WebDAV backup default path from "/oikos/backups/" to "/yuvomi/backups/".
- v0.66.0 Repository URL changed to `https://github.com/ulsklyc/yuvomi`.
- v0.66.0 Docker image moved to `ghcr.io/ulsklyc/yuvomi`.
- v0.66.0 Project renamed from Oikos to Yuvomi.
- v0.62.0 Changes event dialog to unified sync target picker across Google and CalDAV calendars.
Beta — feedback welcome: [email protected]