Publish Advisories

GHSA-p44j-xrqg-4xrr
GHSA-9x66-ghqx-8g5r
GHSA-w596-4wvx-j9j6
This commit is contained in:
advisory-database[bot]
2024-10-21 20:00:37 +00:00
parent 4d36caaf96
commit 924b232fef
3 changed files with 37 additions and 12 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-p44j-xrqg-4xrr",
"modified": "2021-03-08T21:06:09Z",
"modified": "2024-10-21T19:59:54Z",
"published": "2021-03-08T21:06:23Z",
"aliases": [
"CVE-2021-21337"
@@ -9,7 +9,14 @@
"summary": "URL Redirection to Untrusted Site ('Open Redirect') in Products.PluggableAuthService",
"details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\n\nOpen redirect vulnerability - a maliciously crafted link to the login form and login functionality could redirect the browser to a different website.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\n\nThe 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\"`\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\n\nThere is no workaround. Users are encouraged to upgrade.\n\n### References\n_Are there any links users can visit to find out more?_\n\n- [GHSA-p44j-xrqg-4xrr](https://github.com/zopefoundation/Products.PluggableAuthService/security/advisories/GHSA-p44j-xrqg-4xrr)\n- [Products.PluggableAuthService on PyPI](https://pypi.org/project/Products.PluggableAuthService/)\n- [OWASP page on open redirects](https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [Products.PluggableAuthService issue tracker](https://github.com/zopefoundation/Products.PluggableAuthService/issues)\n* Email us at [security@plone.org](mailto:security@plone.org)",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
@@ -45,6 +52,14 @@
"type": "WEB",
"url": "https://github.com/zopefoundation/Products.PluggableAuthService/commit/7eead067898852ebd3e0f143bc51295928528dfa"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/products-pluggableauthservice/PYSEC-2021-45.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/zopefoundation/Products.PluggableAuthService"
},
{
"type": "WEB",
"url": "https://pypi.org/project/Products.PluggableAuthService"
@@ -58,7 +73,7 @@
"cwe_ids": [
"CWE-601"
],
"severity": "LOW",
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2021-03-08T21:06:09Z",
"nvd_published_at": "2021-03-08T21:15:00Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9x66-ghqx-8g5r",
"modified": "2022-06-08T22:28:55Z",
"modified": "2024-10-21T19:59:03Z",
"published": "2022-05-01T18:45:57Z",
"aliases": [
"CVE-2007-6737"
@@ -12,6 +12,10 @@
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
}
],
"affected": [
@@ -77,7 +81,7 @@
"cwe_ids": [
"CWE-287"
],
"severity": "HIGH",
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2022-06-08T22:28:55Z",
"nvd_published_at": "2010-10-19T20:00:00Z"
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-w596-4wvx-j9j6",
"modified": "2023-08-08T12:52:37Z",
"modified": "2024-10-21T19:58:27Z",
"published": "2022-10-16T12:00:23Z",
"aliases": [
"CVE-2022-42969"
@@ -12,6 +12,10 @@
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [
@@ -20,12 +24,6 @@
"ecosystem": "PyPI",
"name": "py"
},
"ecosystem_specific": {
"affected_functions": [
"py._path.svnurl.InfoSvnCommand.lspattern",
"py._path.svnurl.InfoSvnCommand"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
@@ -58,6 +56,14 @@
"type": "WEB",
"url": "https://github.com/pytest-dev/pytest/issues/10392"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-w596-4wvx-j9j6"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/py/PYSEC-2022-42969.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/pytest-dev/py"