ghsa-xwx7-p63r-2rj8
Vulnerability from github
Published
2024-12-23 20:17
Modified
2025-01-15 20:47
Severity ?
VLAI Severity ?
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.
The JWT secret is critical for the authentication and authorization system. If exposed, an attacker could:
- Forge valid tokens to impersonate users, including administrative accounts.
- Gain unauthorized access to sensitive data or perform privileged actions.
This 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.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 0.53.3" }, "package": { "ecosystem": "Go", "name": "github.com/navidrome/navidrome" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.54.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-56362" ], "database_specific": { "cwe_ids": [ "CWE-312" ], "github_reviewed": true, "github_reviewed_at": "2024-12-23T20:17:44Z", "nvd_published_at": "2024-12-23T18:15:07Z", "severity": "HIGH" }, "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\n", "id": "GHSA-xwx7-p63r-2rj8", "modified": "2025-01-15T20:47:44Z", "published": "2024-12-23T20:17:44Z", "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" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2024-3357" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Navidrome Stores JWT Secret in Plaintext in navidrome.db" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…