Selfhosters running Java apps, check if you use pac4j-jwt. New CVSS 10.0 auth bypass.
Yoo guys. CVE-2026-29000. Anyone with your server's public key can forge admin tokens. If you're running any Java-based selfhosted app that uses pac4j for authentication, you're exposed.
Writeup: https://www.codeant.ai/security-research/pac4j-jwt-authentication-bypass-public-key
Affected: pac4j-jwt < 4.5.9 / < 5.7.9 / < 6.3.3
Check your JARs. grep -r "pac4j" your-app/lib/ or check your dependency tree.
[link] [comments]