CVE-2026-78223
Last modified
CVE-2026-78223 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. Improper Verification of Cryptographic Signature vulnerability in team-alembic AshAuthentication allows a caller of the token revocation action to neutralise a revocation or write arbitrary rows into the token resource. AshAuthentication.TokenResource.RevokeTokenChange.change/3 reads the :token argument and decodes it with AshAuthentication.Jwt.peek/1, which delegates to Joken.peek_claims/1 and performs no signature check, unlike Jwt.verify/4. The jti, exp and sub claims it returns are written straight onto the revocation record, guarded only by byte_size(token) > 0.
Description
Improper Verification of Cryptographic Signature vulnerability in team-alembic AshAuthentication allows a caller of the token revocation action to neutralise a revocation or write arbitrary rows into the token resource. AshAuthentication.TokenResource.RevokeTokenChange.change/3 reads the :token argument and decodes it with AshAuthentication.Jwt.peek/1, which delegates to Joken.peek_claims/1 and performs no signature check, unlike Jwt.verify/4. The jti, exp and sub claims it returns are written straight onto the revocation record, guarded only by byte_size(token) > 0. Because expires_at derives from the attacker-chosen exp, a forged copy of a genuine token that keeps the real jti but backdates exp yields a revocation row that is already expired: expunge_expired removes it and the genuine token passes revoked? again. Arbitrary jti and sub values can be inserted the same way. This issue affects ash_authentication: from 0.2.0 before 4.15.0 and from 5.0.0-rc.0 before 5.0.0-rc.14.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| team-alembic | ash_authentication | >= 0.2.0, < 4.15.0; >= 5.0.0-rc.0, < 5.0.0-rc.14 |
| team-alembic | ash_authentication | >= a939dde9b917c072cdf10c4b0913a9886a4b0231, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-78223?
How severe is CVE-2026-78223?
How do I fix CVE-2026-78223?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-782124MOSAn developed by 4MOSAn Security Technology Co., Ltd. has…7.5
- CVE-2026-78213Heptabase developed by Hepta Platforms, Inc. has a Stored Cr…8.7
- CVE-2026-78216AshLua exposes Ash read actions to Lua scripts run through a…6
- CVE-2026-7822A vulnerability was identified in itsourcecode Courier Manag…6.3
- CVE-2026-78221An incorrect buffer size calculation in the Windows Interact…5.9
- CVE-2026-78222A vulnerability exists in NGINX JavaScript where a malformed…7.5
- CVE-2026-78224The XSLT Transformer Step builds a bare TransformerFactory w…8.2
- CVE-2026-78225A hardcoded cryptographic server key vulnerability exists in…9
- CVE-2026-78227NLnet Labs Unbound 1.22.0 up to and including 1.26.1, has a …6.5
- CVE-2026-78228Uncontrolled Recursion vulnerability in ash-project ash_oban…5.9
- CVE-2026-7823A security flaw has been discovered in Totolink A8000RU 7.1c…9.8
- CVE-2026-78230AshAi exposes Ash read actions to language-model tool calls.…6
Are you affected by CVE-2026-78223?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
