Improper access control in mod_auth_openidc - #VU139915
Published: July 28, 2026
mod_auth_openidc
Detailed vulnerability description
The vulnerability allows a remote user to bypass access restrictions.
The vulnerability exists due to improper access control in local JWT access token validation in OAuth 2.0 Resource Server mode when processing bearer tokens under a Require valid-user authorization policy. A remote user can present a validly signed JWT access token issued for a different audience to bypass access restrictions.
The issue is limited to deprecated Resource Server deployments using local JWT validation without introspection, and has practical consequence where verification key material is shared across multiple audiences.