diff --git a/advisories/unreviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json b/advisories/github-reviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json similarity index 62% rename from advisories/unreviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json rename to advisories/github-reviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json index 15e77096660..7d6e16f4756 100644 --- a/advisories/unreviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json +++ b/advisories/github-reviewed/2023/12/GHSA-3p75-q5cc-qmj7/GHSA-3p75-q5cc-qmj7.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-3p75-q5cc-qmj7", - "modified": "2023-12-19T00:30:21Z", + "modified": "2023-12-19T21:39:17Z", "published": "2023-12-19T00:30:21Z", "aliases": [ "CVE-2023-6927" ], + "summary": "Keycloak Open Redirect vulnerability", "details": "A flaw was found in Keycloak. This issue may allow an attacker to steal authorization codes or tokens from clients using a wildcard in the JARM response mode \"form_post.jwt\" which could be used to bypass the security patch implemented to address CVE-2023-6134.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "org.keycloak:keycloak-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "23.0.3" + } + ] + } + ] + } ], "references": [ { @@ -28,6 +47,10 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255027" + }, + { + "type": "PACKAGE", + "url": "https://github.com/keycloak/keycloak" } ], "database_specific": { @@ -35,8 +58,8 @@ "CWE-601" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-12-19T21:39:17Z", "nvd_published_at": "2023-12-18T23:15:10Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-p5f8-qf24-24cj/GHSA-p5f8-qf24-24cj.json b/advisories/github-reviewed/2023/12/GHSA-p5f8-qf24-24cj/GHSA-p5f8-qf24-24cj.json new file mode 100644 index 00000000000..e21009734bd --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-p5f8-qf24-24cj/GHSA-p5f8-qf24-24cj.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p5f8-qf24-24cj", + "modified": "2023-12-19T21:39:31Z", + "published": "2023-12-19T21:39:31Z", + "aliases": [ + "CVE-2023-50732" + ], + "summary": "Velocity execution without script right through tree macro", + "details": "### Impact\n\nIt's possible to execute a Velocity script without script right through the document tree.\n\nTo reproduce:\n\n* As a user without script right, create a document, e.g., named Nasty Title\n* Set the document's title to `$request.requestURI`\n* Click \"Save & View\"\n* Reload the page in the browser\n\nThe navigation panel displays a document named with the current URL, showing that the Velocity code has been executed even though the user doesn't have script right.\n\n### Patches\n\nThis has been patched in XWiki 14.10.7 and 15.2RC1.\n\n### Workarounds\n\nA possible workaround is to:\n* modify the page XWiki.DocumentTreeMacros\n* search for the code `#set ($discard = $translatedDocument.setTitle($translatedDocument.title))`\n* modify it into `#set ($discard = $translatedDocument.setcomment(''))`\n\n### References\n\n* https://jira.xwiki.org/browse/XWIKI-20625\n* https://github.com/xwiki/xwiki-platform/commit/41d7dca2d30084966ca6a7ee537f39ee8354a7e3\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki.org](https://jira.xwiki.org/)\n* Email us at [Security Mailing List](mailto:security@xwiki.org)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-index-tree-macro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.3-rc-1" + }, + { + "fixed": "14.10.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-index-tree-macro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "15.0-rc-1" + }, + { + "fixed": "15.2-rc-1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-p5f8-qf24-24cj" + }, + { + "type": "WEB", + "url": "https://github.com/xwiki/xwiki-platform/commit/41d7dca2d30084966ca6a7ee537f39ee8354a7e3" + }, + { + "type": "PACKAGE", + "url": "https://github.com/xwiki/xwiki-platform" + }, + { + "type": "WEB", + "url": "https://jira.xwiki.org/browse/XWIKI-20625" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-19T21:39:31Z", + "nvd_published_at": null + } +} \ No newline at end of file