From f3855571527ed4f2db79653a75706a57a03dc484 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:31:00 +0000 Subject: [PATCH] Publish Advisories GHSA-5pr9-v234-jw36 GHSA-rpcg-f9q6-2mq6 --- .../GHSA-5pr9-v234-jw36.json | 38 +++++++++++++++++-- .../GHSA-rpcg-f9q6-2mq6.json | 35 ++++++++++++++++- 2 files changed, 68 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2021/06/GHSA-5pr9-v234-jw36/GHSA-5pr9-v234-jw36.json b/advisories/github-reviewed/2021/06/GHSA-5pr9-v234-jw36/GHSA-5pr9-v234-jw36.json index 3ad6c2449c7..88666b58cae 100644 --- a/advisories/github-reviewed/2021/06/GHSA-5pr9-v234-jw36/GHSA-5pr9-v234-jw36.json +++ b/advisories/github-reviewed/2021/06/GHSA-5pr9-v234-jw36/GHSA-5pr9-v234-jw36.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-5pr9-v234-jw36", - "modified": "2021-05-21T16:26:15Z", + "modified": "2024-11-19T18:29:40Z", "published": "2021-06-18T18:44:01Z", "aliases": [ - + "CVE-2021-32633" ], "summary": "Remote Code Execution via traversal in TAL expressions", "details": "### Impact\nMost Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use.\n\nBy default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk.\n\n### Patches\nThe problem has been fixed in Zope 5.2 and 4.6.\n\n### Workarounds\nA site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [Zope issue tracker](https://github.com/zopefoundation/Zope/issues)\n* Email us at [security@plone.org](mailto:security@plone.org)\n", @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -58,13 +62,41 @@ { "type": "WEB", "url": "https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32633" + }, + { + "type": "WEB", + "url": "https://github.com/zopefoundation/Zope/commit/1f8456bf1f908ea46012537d52bd7e752a532c91" + }, + { + "type": "WEB", + "url": "https://cyllective.com/blog/post/plone-authenticated-rce-cve-2021-32633" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/zope/PYSEC-2021-88.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/zopefoundation/Zope" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2021/05/21/1" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2021/05/22/1" } ], "database_specific": { "cwe_ids": [ "CWE-22" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-05-21T16:26:15Z", "nvd_published_at": null diff --git a/advisories/github-reviewed/2021/06/GHSA-rpcg-f9q6-2mq6/GHSA-rpcg-f9q6-2mq6.json b/advisories/github-reviewed/2021/06/GHSA-rpcg-f9q6-2mq6/GHSA-rpcg-f9q6-2mq6.json index a354294e672..97e004784f6 100644 --- a/advisories/github-reviewed/2021/06/GHSA-rpcg-f9q6-2mq6/GHSA-rpcg-f9q6-2mq6.json +++ b/advisories/github-reviewed/2021/06/GHSA-rpcg-f9q6-2mq6/GHSA-rpcg-f9q6-2mq6.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-rpcg-f9q6-2mq6", - "modified": "2021-06-08T17:17:21Z", + "modified": "2024-11-19T18:29:44Z", "published": "2021-06-08T18:45:52Z", "aliases": [ @@ -9,7 +9,14 @@ "summary": "Remote Code Execution via traversal in TAL expressions", "details": "This advisory extends the previous advisory at https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36 with additional cases of TAL expression traversal vulnerabilities.\n\n### Impact\nMost Python modules are not available for using in TAL expressions that you can add through-the-web, for example in Zope Page Templates. This restriction avoids file system access, for example via the 'os' module. But some of the untrusted modules are available indirectly through Python modules that are available for direct use.\n\nBy default, you need to have the Manager role to add or edit Zope Page Templates through the web. Only sites that allow untrusted users to add/edit Zope Page Templates through the web are at risk.\n\n### Patches\nThe problem has been fixed in Zope 5.21 and 4.6.1.\n\n### Workarounds\nThe workaround is the same as for https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36: A site administrator can restrict adding/editing Zope Page Templates through the web using the standard Zope user/role permission mechanisms. Untrusted users should not be assigned the Zope Manager role and adding/editing Zope Page Templates through the web should be restricted to trusted users only.\n\n### References\n* [The previous advisory (GHSA-5pr9-v234-jw36)](https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in the [Zope issue tracker](https://github.com/zopefoundation/Zope/issues)\n* Email us at [security@plone.org](mailto:security@plone.org)\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -52,9 +59,33 @@ } ], "references": [ + { + "type": "WEB", + "url": "https://github.com/zopefoundation/Zope/security/advisories/GHSA-5pr9-v234-jw36" + }, { "type": "WEB", "url": "https://github.com/zopefoundation/Zope/security/advisories/GHSA-rpcg-f9q6-2mq6" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32674" + }, + { + "type": "WEB", + "url": "https://github.com/zopefoundation/Zope/commit/1d897910139e2c0b11984fc9b78c1da1365bec21" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/zope/PYSEC-2021-104.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/zopefoundation/Zope" + }, + { + "type": "WEB", + "url": "https://pypi.org/project/Zope" } ], "database_specific": {