A Cross-Site Request Forgery (CSRF) vulnerability existed in the authentication flow. Under certain conditions, the configured CSRF protection could be bypassed, allowing cross-site requests to be made.
Consumers are affected if ALL of these are true:
serverURL is configuredThis vulnerability has been patched in v3.79.1. Additional validation has been added to the authentication flow.
Consumers should upgrade to v3.79.1 or later.
There is no complete workaround without upgrading.
If consumers cannot upgrade immediately, setting cookies.sameSite to 'Strict' will prevent the session cookie from being sent cross-site. However, this will also require users to re-authenticate when navigating to the application from external links (e.g. email, other sites).
{
"github_reviewed": true,
"github_reviewed_at": "2026-04-01T21:36:06Z",
"cwe_ids": [
"CWE-352"
],
"severity": "MODERATE",
"nvd_published_at": "2026-04-01T20:16:27Z"
}