{ "schema_version": "1.4.0", "id": "GHSA-927q-g9w9-pm54", "modified": "2025-04-30T17:41:17Z", "published": "2025-04-30T17:41:16Z", "aliases": [], "summary": "Panic in mp3-metadata due to the lack of bounds checking", "details": "The `get_id3()` methods used by `mp3_metadata::read_from_slice()` does not perform adequate bounds checking when recreating the tag due to the use of desynchronization.\n\nFixed in [Fix index error](https://github.com/GuillaumeGomez/mp3-metadata/pull/37), released as part of 0.4.0.", "severity": [ { "type": "CVSS_V4", "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "mp3-metadata" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.4.0" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/GuillaumeGomez/mp3-metadata/issues/36" }, { "type": "WEB", "url": "https://github.com/GuillaumeGomez/mp3-metadata/pull/37" }, { "type": "PACKAGE", "url": "https://github.com/GuillaumeGomez/mp3-metadata" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2025-0027.html" } ], "database_specific": { "cwe_ids": [ "CWE-119" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-04-30T17:41:16Z", "nvd_published_at": null } }