From 9d80ee25a37ea8c6b96054feb6a268ed098a450f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:25:43 +0000 Subject: [PATCH] Publish Advisories GHSA-wr3p-r5fj-wf97 GHSA-wr3p-r5fj-wf97 --- .../GHSA-wr3p-r5fj-wf97.json | 78 +++++++++++++++++++ .../GHSA-wr3p-r5fj-wf97.json | 35 --------- 2 files changed, 78 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json delete mode 100644 advisories/unreviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json diff --git a/advisories/github-reviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json b/advisories/github-reviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json new file mode 100644 index 00000000000..eed38832248 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json @@ -0,0 +1,78 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wr3p-r5fj-wf97", + "modified": "2024-08-01T13:24:06Z", + "published": "2024-07-31T21:32:38Z", + "aliases": [ + "CVE-2024-40465" + ], + "summary": "Beego privilege escalation vulnerability", + "details": "An issue in beego v.2.2.0 and before allows a remote attacker to escalate privileges via the `getCacheFileName` function in the `file.go` file.", + "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": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/beego/beego/v2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/beego/beego/security/advisories/GHSA-6g9p-wv47-4fxq" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40465" + }, + { + "type": "WEB", + "url": "https://github.com/beego/beego/commit/5a366cd62b555354a917a2d153e6563fe4d6eb88" + }, + { + "type": "WEB", + "url": "https://github.com/beego/beego/commit/8f89e12e6cafb106d5c201dbc3b2a338bfde74e2" + }, + { + "type": "WEB", + "url": "https://gist.github.com/nyxfqq/a5a2fc5147a1b34538e1ac05a3e56910" + }, + { + "type": "PACKAGE", + "url": "https://github.com/beego/beego" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-327", + "CWE-328" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-08-01T13:24:05Z", + "nvd_published_at": "2024-07-31T21:15:17Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json b/advisories/unreviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json deleted file mode 100644 index 32ff80eb952..00000000000 --- a/advisories/unreviewed/2024/07/GHSA-wr3p-r5fj-wf97/GHSA-wr3p-r5fj-wf97.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wr3p-r5fj-wf97", - "modified": "2024-07-31T21:32:38Z", - "published": "2024-07-31T21:32:38Z", - "aliases": [ - "CVE-2024-40465" - ], - "details": "An issue in beego v.2.2.0 and before allows a remote attacker to escalate privileges via the getCacheFileName function in file.go file", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40465" - }, - { - "type": "WEB", - "url": "https://gist.github.com/nyxfqq/a5a2fc5147a1b34538e1ac05a3e56910" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-07-31T21:15:17Z" - } -} \ No newline at end of file