Skip to content

release 2.1.5

Choose a tag to compare

@zandbelt zandbelt released this 30 Jan 19:51
· 1725 commits to master since this release

This is a security release :

Those using AuthType openid-connect together with OIDCUnAuthAction pass on paths that disclose sensitive information based on the authenticated user are affected and should upgrade.

Security

  • scrub headers on OIDCUnAuthAction pass; closes #222; thanks @wouterhund

On accessing paths protected with OIDCUnAuthAction pass no headers would be scrubbed when a user is not authenticated, so malicious software/users could set OIDC_CLAIM_ and OIDCAuthNHeader headers that applications would interpret as set by mod_auth_openidc even though the user has no authenticated session.

Bugfixes

  • fix error message about passing id_token with session type client-cookie; see: #220; thanks @phybros

Packaging Notes