🔐 CVE Alert

CVE-2026-91187

UNKNOWN 0.0

Improper Verification of Cryptographic Signature in dashbit nimble_zta Cloudflare strategy

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-347
Vendor dashbit
Product nimble_zta
Published Sep 24, 2026
Last Updated Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for dashbit nimble_zta

Be the first to know when new unknown vulnerabilities affecting dashbit nimble_zta are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

dashbit / nimble_zta
0.1.2 < 0.1.3
dashbit / nimble_zta
bc004b70985ae5763901baab3a4e204047899768 < 6458fd18a5ba41166d4973214c519e98fe05b72d

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/dashbitco/nimble_zta/security/advisories/GHSA-rj24-g8cc-g7g2 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-91187.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-91187 github.com: https://github.com/dashbitco/nimble_zta/commit/bc004b70985ae5763901baab3a4e204047899768 github.com: https://github.com/dashbitco/nimble_zta/commit/6458fd18a5ba41166d4973214c519e98fe05b72d

Credits

Kazlu José Valim / Dashbit Jonatan Männchen / EEF