From a7b28ca759ff6376b72c83e35241a1fecbee8b32 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:27:21 +0000 Subject: [PATCH] Publish Advisories GHSA-hrmx-8jjv-g758 GHSA-hrmx-8jjv-g758 --- .../GHSA-hrmx-8jjv-g758.json | 66 +++++++++++++++++++ .../GHSA-hrmx-8jjv-g758.json | 35 ---------- 2 files changed, 66 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json delete mode 100644 advisories/unreviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json diff --git a/advisories/github-reviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json b/advisories/github-reviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json new file mode 100644 index 00000000000..3f5dd130b2f --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json @@ -0,0 +1,66 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hrmx-8jjv-g758", + "modified": "2024-08-02T13:25:53Z", + "published": "2024-08-01T21:31:41Z", + "aliases": [ + "CVE-2024-41259" + ], + "summary": "Navidrome uses MD5 hashing algorithm", + "details": "Use of insecure hashing algorithm in the Gravatar's service in Navidrome v0.52.3 allows attackers to manipulate a user's account information.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/navidrome/navidrome" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.52.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41259" + }, + { + "type": "WEB", + "url": "https://gist.github.com/nyxfqq/d192af10b53a363e2d9e430068333e04" + }, + { + "type": "PACKAGE", + "url": "https://github.com/navidrome/navidrome" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-305", + "CWE-306" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-02T13:25:53Z", + "nvd_published_at": "2024-08-01T21:15:36Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json b/advisories/unreviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json deleted file mode 100644 index 2ef97808b4c..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-hrmx-8jjv-g758/GHSA-hrmx-8jjv-g758.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hrmx-8jjv-g758", - "modified": "2024-08-01T21:31:41Z", - "published": "2024-08-01T21:31:41Z", - "aliases": [ - "CVE-2024-41259" - ], - "details": "Use of insecure hashing algorithm in the Gravatar's service in Navidrome v0.52.3 allows attackers to manipulate a user's account information.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41259" - }, - { - "type": "WEB", - "url": "https://gist.github.com/nyxfqq/d192af10b53a363e2d9e430068333e04" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-01T21:15:36Z" - } -} \ No newline at end of file