music-metadata is a metadata parser for audio and video media files. Prior to version 11.12.3, music-metadatas ASF parser (parseExtensionObject() in lib/asf/AsfParser.ts:112-158) enters an infinite loop when a sub-object inside the ASF Header Extension Object has objectSize = 0. Version 11.12.3 fixes the issue.
The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.