CVE-2026-91187
Last modified
CVE-2026-91187 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. Improper Verification of Cryptographic Signature vulnerability in dashbit nimble_zta allows an unauthenticated remote attacker to authenticate as an arbitrary Cloudflare service token. Applications using the Cloudflare Zero Trust authentication strategy are affected. verify_token/2 in lib/nimble_zta/cloudflare.ex matches the result of JOSE.JWT.verify/2 against {_, token, _s}, which discards the boolean verification result and returns the decoded token after a failed signature check.
Description
Improper Verification of Cryptographic Signature vulnerability in dashbit nimble_zta allows an unauthenticated remote attacker to authenticate as an arbitrary Cloudflare service token. Applications using the Cloudflare Zero Trust authentication strategy are affected. verify_token/2 in lib/nimble_zta/cloudflare.ex matches the result of JOSE.JWT.verify/2 against {_, token, _s}, which discards the boolean verification result and returns the decoded token after a failed signature check. The attacker sends a forged JWT in the cf-access-jwt-assertion header, carrying the expected iss claim and the seven service token claims. verify_iss/2 reads the iss claim from the forged token, so it rejects nothing, and the service token path then returns those claims as the authenticated identity. This issue affects nimble_zta: from 0.1.2 before 0.1.3.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| dashbit | nimble_zta | >= 0.1.2, < 0.1.3 |
| dashbit | nimble_zta | >= bc004b70985ae5763901baab3a4e204047899768, < 6458fd18a5ba41166d4973214c519e98fe05b72d |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-91187?
How severe is CVE-2026-91187?
How do I fix CVE-2026-91187?
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-91165Warpgate is an open source SSH, HTTPS and MySQL bastion host…2.4
- CVE-2026-91166Warpgate is an open source SSH, HTTPS and MySQL bastion host…5.7
- CVE-2026-91167Warpgate is an open source SSH, HTTPS and MySQL bastion host…6
- CVE-2026-9117Type Confusion in GFX in Google Chrome on Linux, ChromeOS pr…7.5
- CVE-2026-9118Use after free in XR in Google Chrome on Windows prior to 14…8.8
- CVE-2026-91181Mattermost versions 11.9.x <= 11.9.0, 11.8.x <= 11.8.4, 11.7…6.5
- CVE-2026-9119Heap buffer overflow in WebRTC in Google Chrome on prior to …8.8
- CVE-2026-91197Flowable flowable-engine through 8.0.0 contains an XML exter…6.5
- CVE-2026-91198GrowthBook through 5.0.1 returns unredacted fact table defin…5.3
- CVE-2026-91199Refly through 1.1.0 contains a server-side request forgery v…5
- CVE-2026-9120Use after free in WebRTC in Google Chrome prior to 148.0.777…8.8
- CVE-2026-91200DevSpace through 6.3.21 fails to reject parent-directory seg…8.8
Are you affected by CVE-2026-91187?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
