Publish GHSA-xwx7-p63r-2rj8

This commit is contained in:
advisory-database[bot]
2024-12-23 20:19:37 +00:00
parent d31921b4d7
commit 10430572b8
@@ -0,0 +1,76 @@
{
"schema_version": "1.4.0",
"id": "GHSA-xwx7-p63r-2rj8",
"modified": "2024-12-23T20:17:44Z",
"published": "2024-12-23T20:17:44Z",
"aliases": [
"CVE-2024-56362"
],
"summary": "Navidrome Stores JWT Secret in Plaintext in navidrome.db",
"details": "Navidrome stores the JWT secret in plaintext in the `navidrome.db` database file under the `property` table. This practice introduces a security risk because anyone with access to the database file can retrieve the secret.\nThe JWT secret is critical for the authentication and authorization system. If exposed, an attacker could:\n- Forge valid tokens to impersonate users, including administrative accounts.\n- Gain unauthorized access to sensitive data or perform privileged actions.\nThis vulnerability has been tested on the latest version of Navidrome and poses a significant risk in environments where the database file is not adequately secured.\n\n![image](https://github.com/user-attachments/assets/29aae867-f21f-4d70-bda0-d2bb87d754d9)\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/navidrome/navidrome"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.54.1"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 0.53.3"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/navidrome/navidrome/security/advisories/GHSA-xwx7-p63r-2rj8"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56362"
},
{
"type": "WEB",
"url": "https://github.com/navidrome/navidrome/commit/7f030b0859653593fd2ac0df69f4a313f9caf9ff"
},
{
"type": "WEB",
"url": "https://github.com/navidrome/navidrome/commit/9cbdb20a318a49daf95888b1fd207d4d729b55f1"
},
{
"type": "PACKAGE",
"url": "https://github.com/navidrome/navidrome"
},
{
"type": "WEB",
"url": "https://github.com/navidrome/navidrome/releases/tag/v0.54.1"
}
],
"database_specific": {
"cwe_ids": [
"CWE-312"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2024-12-23T20:17:44Z",
"nvd_published_at": "2024-12-23T18:15:07Z"
}
}