fix(security): Upgrade pac4j to 4.5.9 for CVE-2026-29000 - #451
Closed
abhu85 wants to merge 1 commit into
Closed
Conversation
Addresses CVE-2026-29000 (CVSS 9.1) - Authentication Bypass in pac4j-jwt Changes: - Upgrade pac4j from 3.3.0 to 4.5.9 (minimum fixed version) - Update Pac4jConstants import path (context → util) per v4 API changes Security Impact: This vulnerability allows attackers to bypass JWT authentication through a critical flaw in the pac4j-jwt library. Given this is a healthcare platform managing OHDSI vocabularies, ensuring authentication integrity is paramount for protecting sensitive medical terminology data. References: - CVE-2026-29000 - pac4j Security Advisory
abhu85
force-pushed
the
fix/cve-2026-29000-pac4j-upgrade
branch
from
March 14, 2026 21:40
e738b99 to
60f3121
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades pac4j dependency from 3.3.0 to 4.5.9 to address CVE-2026-29000 (CVSS 9.1 CRITICAL) - an authentication bypass vulnerability in pac4j-jwt.
Vulnerability Details
Changes Made
pom.xmlPac4jConstantsinCustomLogoutLogic.java:org.pac4j.core.context.Pac4jConstantsorg.pac4j.core.util.Pac4jConstantsTesting Recommendations
ApiTokenAuthClientSecurity Context
As a healthcare platform managing OHDSI vocabularies and terminology databases, ensuring authentication integrity is critical. This vulnerability could allow unauthorized access to sensitive medical data infrastructure.
Related Work
🔒 Please prioritize review and merge of this security fix.
🤖 Generated with Claude Code