From 8676033beda9c1ad2bfd830ef688e3a822630187 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:50:20 +0000 Subject: [PATCH] Publish Advisories GHSA-2p96-p7qh-4rgr GHSA-6h8w-hrfp-pffx --- .../GHSA-2p96-p7qh-4rgr.json | 70 +++++++++++++++++++ .../GHSA-6h8w-hrfp-pffx.json | 69 ++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 advisories/github-reviewed/2024/10/GHSA-2p96-p7qh-4rgr/GHSA-2p96-p7qh-4rgr.json create mode 100644 advisories/github-reviewed/2024/10/GHSA-6h8w-hrfp-pffx/GHSA-6h8w-hrfp-pffx.json diff --git a/advisories/github-reviewed/2024/10/GHSA-2p96-p7qh-4rgr/GHSA-2p96-p7qh-4rgr.json b/advisories/github-reviewed/2024/10/GHSA-2p96-p7qh-4rgr/GHSA-2p96-p7qh-4rgr.json new file mode 100644 index 00000000000..399b33415d5 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-2p96-p7qh-4rgr/GHSA-2p96-p7qh-4rgr.json @@ -0,0 +1,70 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2p96-p7qh-4rgr", + "modified": "2024-10-31T21:48:53Z", + "published": "2024-10-31T21:48:53Z", + "aliases": [ + "CVE-2024-49380" + ], + "summary": "Plenti arbitrary file write vulnerability", + "details": "Plenti, a static site generator, has an arbitrary file write vulnerability in versions prior to 0.7.2. The `/postLocal` endpoint is vulnerable to an arbitrary file write vulnerability when a plenti user serves their website. This issue may lead to Remote Code Execution. Version 0.7.2 fixes the vulnerability.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/plentico/plenti" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.7.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49380" + }, + { + "type": "PACKAGE", + "url": "https://github.com/plentico/plenti" + }, + { + "type": "WEB", + "url": "https://github.com/plentico/plenti/blob/01825e0dcd3505fac57adc2edf29f772d585c008/cmd/serve.go#L205" + }, + { + "type": "WEB", + "url": "https://github.com/plentico/plenti/releases/tag/v0.7.2" + }, + { + "type": "ADVISORY", + "url": "https://securitylab.github.com/advisories/GHSL-2024-297_GHSL-2024-298_plenti" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74", + "CWE-78" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-31T21:48:53Z", + "nvd_published_at": "2024-10-25T14:15:12Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-6h8w-hrfp-pffx/GHSA-6h8w-hrfp-pffx.json b/advisories/github-reviewed/2024/10/GHSA-6h8w-hrfp-pffx/GHSA-6h8w-hrfp-pffx.json new file mode 100644 index 00000000000..5d82ba76389 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-6h8w-hrfp-pffx/GHSA-6h8w-hrfp-pffx.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6h8w-hrfp-pffx", + "modified": "2024-10-31T21:49:42Z", + "published": "2024-10-31T21:49:42Z", + "aliases": [ + "CVE-2024-49381" + ], + "summary": "Plenti arbitrary file deletion vulnerability", + "details": "Plenti, a static site generator, has an arbitrary file deletion vulnerability in versions prior to 0.7.2. The `/postLocal` endpoint is vulnerable to an arbitrary file write deletion when a plenti user serves their website. This issue may lead to information loss. Version 0.7.2 fixes the vulnerability.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/plentico/plenti" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.7.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49381" + }, + { + "type": "PACKAGE", + "url": "https://github.com/plentico/plenti" + }, + { + "type": "WEB", + "url": "https://github.com/plentico/plenti/blob/01825e0dcd3505fac57adc2edf29f772d585c008/cmd/serve.go#L205" + }, + { + "type": "WEB", + "url": "https://github.com/plentico/plenti/releases/tag/v0.7.2" + }, + { + "type": "ADVISORY", + "url": "https://securitylab.github.com/advisories/GHSL-2024-297_GHSL-2024-298_plenti" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-74" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-10-31T21:49:42Z", + "nvd_published_at": "2024-10-25T14:15:12Z" + } +} \ No newline at end of file