What kind of vulnerability is it? Who is impacted?
Open redirect vulnerability - a maliciously crafted link to the login form and login functionality could redirect the browser to a different website.
Has the problem been patched? What versions should users upgrade to?
The problem has been fixed in version 2.6.1. Depending on how you have installed Products.PluggableAuthService, you should change the buildout version pin to 2.6.1
and re-run the buildout, or if you used pip
simply do pip install "Products.PluggableAuthService>=2.6.1"
Is there a way for users to fix or remediate the vulnerability without upgrading?
There is no workaround. Users are encouraged to upgrade.
Are there any links users can visit to find out more?
If you have any questions or comments about this advisory: * Open an issue in the Products.PluggableAuthService issue tracker * Email us at security@plone.org
{ "nvd_published_at": "2021-03-08T21:15:00Z", "cwe_ids": [ "CWE-601" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-03-08T21:06:09Z" }