diff --git a/advisories/unreviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json b/advisories/github-reviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json similarity index 59% rename from advisories/unreviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json rename to advisories/github-reviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json index b2ff909ea36..da825a1133e 100644 --- a/advisories/unreviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json +++ b/advisories/github-reviewed/2023/08/GHSA-fxc5-pr68-2px3/GHSA-fxc5-pr68-2px3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-fxc5-pr68-2px3", - "modified": "2023-08-04T18:30:39Z", + "modified": "2023-10-24T02:46:18Z", "published": "2023-08-04T18:30:39Z", "aliases": [ "CVE-2023-4157" ], + "summary": "omeka/omeka-s Improper Input Validation vulnerability", "details": "Improper Input Validation in GitHub repository omeka/omeka-s prior to 4.0.3.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "omeka/omeka-s" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.0.3" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,10 @@ "type": "WEB", "url": "https://github.com/omeka/omeka-s/commit/8b72619d9731b32dd21ab6dcaa01ccc3bbf0db63" }, + { + "type": "PACKAGE", + "url": "https://github.com/omeka/omeka-s" + }, { "type": "WEB", "url": "https://huntr.dev/bounties/abc3521b-1238-4c4e-97f1-2957db670014" @@ -36,8 +59,8 @@ "CWE-74" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2023-10-24T02:46:18Z", "nvd_published_at": null } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/10/GHSA-fgjj-5jmr-gh83/GHSA-fgjj-5jmr-gh83.json b/advisories/github-reviewed/2023/10/GHSA-fgjj-5jmr-gh83/GHSA-fgjj-5jmr-gh83.json new file mode 100644 index 00000000000..861437a10b2 --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-fgjj-5jmr-gh83/GHSA-fgjj-5jmr-gh83.json @@ -0,0 +1,67 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fgjj-5jmr-gh83", + "modified": "2023-10-24T02:45:31Z", + "published": "2023-10-24T02:45:31Z", + "aliases": [ + "CVE-2023-46126" + ], + "summary": "Fides JavaScript Injection Vulnerability in Privacy Center URL", + "details": "### Impact\nThe Fides web application allows users to edit consent and privacy notices such as cookie banners. These privacy notices can then be served by other integrated websites, for example in cookie consent banners. One of the editable fields is a privacy policy URL and this input was found to not be validated.\n\nThe vulnerability makes it possible to craft a payload in the privacy policy URL which triggers JavaScript execution when the privacy notice is served by an integrated website. The domain scope of the executed JavaScript is that of the integrated website.\n\nExploitation is limited to Admin UI users with the contributor role or higher.\n\n### Patches\nThe vulnerability has been patched in Fides version `2.22.1`. Users are advised to upgrade to this version or later to secure their systems against this threat.\n\n### Workarounds\nThere are no workarounds.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "ethyca-fides" + }, + "ecosystem_specific": { + "affected_functions": [ + "fides.api.schemas.privacy_experience.ExperienceConfigSchema" + ] + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.22.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/security/advisories/GHSA-fgjj-5jmr-gh83" + }, + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/commit/3231d19699f9c895c986f6a967a64d882769c506" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ethyca/fides" + }, + { + "type": "WEB", + "url": "https://github.com/ethyca/fides/releases/tag/2.22.1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-24T02:45:31Z", + "nvd_published_at": null + } +} \ No newline at end of file