diff --git a/advisories/github-reviewed/2022/06/GHSA-958j-443g-7mm7/GHSA-958j-443g-7mm7.json b/advisories/github-reviewed/2022/06/GHSA-958j-443g-7mm7/GHSA-958j-443g-7mm7.json index a4c9516cbf0..0e16c5da405 100644 --- a/advisories/github-reviewed/2022/06/GHSA-958j-443g-7mm7/GHSA-958j-443g-7mm7.json +++ b/advisories/github-reviewed/2022/06/GHSA-958j-443g-7mm7/GHSA-958j-443g-7mm7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-958j-443g-7mm7", - "modified": "2022-06-02T20:50:21Z", + "modified": "2024-11-15T18:01:29Z", "published": "2022-06-02T20:50:21Z", "aliases": [ "CVE-2022-1884" @@ -9,7 +9,10 @@ "summary": "OS Command Injection in gogs", "details": "### Impact\n\nThe malicious user is able to upload a crafted `config` file into repository's `.git` directory with to gain SSH access to the server. All Windows installations with [repository upload enabled (default)](https://github.com/gogs/gogs/blob/f36eeedbf89328ee70cc3a2e239f6314f9021f58/conf/app.ini#L127-L129) are affected.\n\n### Patches\n\nRepository file uploads are prohibited to its `.git` directory. Users should upgrade to 0.12.8 or the latest 0.13.0+dev.\n\n### Workarounds\n\n[Disable repository files upload](https://github.com/gogs/gogs/blob/f36eeedbf89328ee70cc3a2e239f6314f9021f58/conf/app.ini#L128-L129).\n\n### References\n\nhttps://www.huntr.dev/bounties/9cd4e7b7-0979-4e5e-9a1c-388b58dea76b/\n\n### For more information\n\nIf you have any questions or comments about this advisory, please post on #6968.\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" + } ], "affected": [ { @@ -37,6 +40,10 @@ "type": "WEB", "url": "https://github.com/gogs/gogs/security/advisories/GHSA-958j-443g-7mm7" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1884" + }, { "type": "WEB", "url": "https://github.com/gogs/gogs/issues/6968" @@ -57,6 +64,10 @@ "type": "WEB", "url": "https://github.com/gogs/gogs/releases/tag/v0.12.8" }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/9cd4e7b7-0979-4e5e-9a1c-388b58dea76b" + }, { "type": "WEB", "url": "https://www.huntr.dev/bounties/9cd4e7b7-0979-4e5e-9a1c-388b58dea76b" @@ -69,6 +80,6 @@ "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2022-06-02T20:50:21Z", - "nvd_published_at": null + "nvd_published_at": "2024-11-15T11:15:07Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2023/04/GHSA-r7mm-jx6h-hv7m/GHSA-r7mm-jx6h-hv7m.json b/advisories/github-reviewed/2023/04/GHSA-r7mm-jx6h-hv7m/GHSA-r7mm-jx6h-hv7m.json index 30243a1666f..5853a435721 100644 --- a/advisories/github-reviewed/2023/04/GHSA-r7mm-jx6h-hv7m/GHSA-r7mm-jx6h-hv7m.json +++ b/advisories/github-reviewed/2023/04/GHSA-r7mm-jx6h-hv7m/GHSA-r7mm-jx6h-hv7m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-r7mm-jx6h-hv7m", - "modified": "2023-04-27T22:34:22Z", + "modified": "2024-11-15T18:01:25Z", "published": "2023-04-27T22:34:22Z", "aliases": [ "CVE-2023-2332" @@ -9,7 +9,10 @@ "summary": "Cross-site Scripting (XSS) in Conditions tab of Pricing Rules", "details": "### Impact\nThis vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites.\n\n\n### Patches\nUpdate to version 10.5.21 or apply this patch manually https://github.com/pimcore/pimcore/commit/a4491551967d879141a3fdf0986a9dd3d891abfe.patch\n\n### Workarounds\nApply patch https://github.com/pimcore/pimcore/commit/a4491551967d879141a3fdf0986a9dd3d891abfe.patch manually.\n\n### References\nhttps://huntr.dev/bounties/e436ed71-6741-4b30-89db-f7f3de4aca2c/\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L" + } ], "affected": [ { @@ -37,18 +40,30 @@ "type": "WEB", "url": "https://github.com/pimcore/pimcore/security/advisories/GHSA-r7mm-jx6h-hv7m" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2332" + }, + { + "type": "WEB", + "url": "https://github.com/pimcore/pimcore/commit/a4491551967d879141a3fdf0986a9dd3d891abfe" + }, { "type": "PACKAGE", "url": "https://github.com/pimcore/pimcore" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/e436ed71-6741-4b30-89db-f7f3de4aca2c" } ], "database_specific": { "cwe_ids": [ - + "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-04-27T22:34:22Z", - "nvd_published_at": null + "nvd_published_at": "2024-11-15T11:15:08Z" } } \ No newline at end of file